@charset "UTF-8";

/* CLASSES */
a.logo_home{
	background:url(../images/logo_large2.png) top no-repeat;
}

.welcome{
	margin:0px;
	margin-bottom:20px;
	display:block;
	width:636px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/welcome.png) left no-repeat;
	border-bottom: #8d0404 2px solid;
}
.latest{
	margin:0px;
	display:block;
	width:248px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/latestnews.png) right no-repeat;
	border-bottom: #777777 thin dashed;
}

/* DIVS */
div#header{
	background:#eee3d3;
}
div#flashnav{
	width:1024px;
	height:450px;
	background:#eee3d3;
	background-image:url(../images/flash_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}
div#info_container{
	position:relative;
	width:1024px;
	background-image: url(../images/dkgray_bg.png);
	background-repeat: repeat-y;
	padding-top:10px;
	overflow:hidden;
}
div#infopane_left{
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
	width:636px;
	background-color:#cecece;
	margin:0px;
	line-height:20px;
}
div#infopane_right{
	position:absolute;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	width:248px;
	background-color:#b3b3b3;
	margin:0px;
	right:0px;
	top:10px;
	bottom:0px;
	color:#FFF;
	line-height:20px;}
	
/* TEXT STYLES */

div#infopane_right p{
	margin:0px;
	font-size:10px;
	line-height:14px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: #777777 thin dashed;
	border-collapse:collapse;
}
div#infopane_left p{
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
}
div#infopane_right a{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
div#infopane_righta:visted{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
div#infopane_right a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}
