@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }
img { display: inline; }
a img,:link img,:visited img { border:none; vertical-align:middle; }
:link,:visited { text-decoration:none }

a:link {color: #00134B;text-decoration:none;}     /* unvisited link */
a:visited {color: #00134B;text-decoration:none;}     /* unvisited link */
/*a.style2:visited {color: #00FF00}   visited link */
a:hover {color: #6E0009;text-decoration:underline;}   /* mouse over link */
/*a.style2:active {color: #0000FF}   /* selected link */
a.style3:link,:visited{color: #6E0009;text-decoration:none;}   /* mouse over link */

ul,ol { list-style:none }
div { text-align: justify; position:relative; }
body 
{ 
	text-align: center; 
	width:100%; 
	font-family:"Lucida Grande", "Lucida Sans", Verdana, Georgia, Helvetica, Arial, sans-serif;	
	font-size:11px;
	color:#666666;
}
	
	
h1.blue
{
	background-color:#00245d;
	font-size:1px;
}

h1.red
{
	background-color:#6e1000;
	font-size:1px;		
}

h1.redtext
{
	background-color:#6e1000;
	color:#ffffff;
	padding:4px 0px 4px 8px;
	font-size:11px;
	font-weight:normal;
	height:14px;
}

h4, h4 a
{
	font-size:100%;
	color:#853333;
}

h4 a img
{
	margin-left:5px;
}

h4.red
{
    color: #6E0009;
}

p
{
	line-height:150%;
	margin-top:10px;
	margin-bottom:5px;
}

hr {
	border:0 none;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;	
	height: 2px;
}		

#wrapper
{
	width:975px;
	background:#ffffff url('images/bg_wrapper.png') repeat-y;
	margin:0 auto;
	padding-bottom:2px;
}

#outercontent
{
	background:#ffffff;
	width:935px;
	margin:0px 21px 3px 19px;
}

#header
{
	background:#ffffff url('images/bg_header.png') repeat-x;
	height:65px;
	padding:30px 38px 25px 35px;
	overflow:hidden;		
}
	
#topnav
{
	position:absolute;
	bottom:25px;
	right:38px;
	font-size:1px;
	overflow:hidden;			
}

#topnav li
{
	background: url('images/topnav_bullet.png') no-repeat;
	background-position:0 50%;
	padding-left:10px;
	float:left;
	margin-left:10px;
}

#topnav li.topnav_first
{
	background:none;
}

#body
{
	margin:20px 38px 25px 35px;
}

#content
{
	margin-top:20px;
	overflow:hidden;
	width:100%;
}

#content_col1
{
	margin-right:20px;
	width:217px;
	float:left;
}

#news
{
	margin-left:5px;
}

#news li
{
	margin-top:10px;
	margin-bottom:10px;
}

#content_col2
{
	margin-right:20px;
	width:389px;
	float:left;
}

#content_col3
{
	width:216px;
	float:left;		
}

#footer
{
	background:#ffffff url('images/bg_footer.png') repeat-x;
	overflow:hidden;
	height:40px;
	padding: 10px 10px 0 10px;
	margin:0px 0px 0px 0px;
}

#bottomnav
{
	font-size:1px;
	border-bottom:#ffffff 3px solid;
	overflow:hidden;
	/*width:441px;	*/
	width:610px;
	float:left;
}

#bottomnav li
{
	background: url('images/bottomnav_bullet.png') no-repeat;
	background-position:0 30%;
	padding-bottom:6px;
	padding-left:10px;
	float:left;
	margin-left:8px;		
}

#bottomnav li.bottomnav_first
{
	background:none;
	padding-left:5px;
	margin-left:0px;
}

#copyright
{
	float:right;
	/*margin-right:11px;*/
	font-size:9px;
}

#bottomborder
{
	background:#ffffff url('images/bg_bottom.png') no-repeat;
	width:975px;
	margin:0 auto;
	font-size:1px;
}

#txt_search
{
	margin:15px 5px 0px 0px;
}

#bottomright
{
	position:absolute;
	bottom:0px;
	left:645px;
	padding: 0px;
	margin: 0px;
	clear:both;
}


#profile_pic
{
	margin-top:15px;
}
