/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1em;
	line-height:22px;
	color:#000000;
	}
	
* html body{
	font-size:1em;
	line-height:18px;
	}
	
body a{
	color:#b51729;
	text-decoration:none;
}

body a:hover{
	color:#ee9c00;
	text-decoration:none;
	}
	
.bodycallout{
	background-color:#0088ba;
	padding:14px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
	}
	
	
.bold {
	font-weight:bold;
	}
	
.italic {
	font-style:italic;
	}
	
sup{
	font-size:smaller;
	vertical-align: text-top;
	line-height:7px;
	}


.main_nav_link{
	font-family:Arial, Helvetica, sans-serif;
	color:#ee9c00;
	font-size:12px;
	list-style-type: none;
	margin-left:-15px;
	/*margin-right:20px;*/
	line-height:25px;
	}
	
.main_nav_link{
	.margin-left:15px;
	}					/*IE7 Fix*/
	
* html .main_nav_link{
	margin-left:20px;
	margin-top:10px;
	}					/*IE6 Fix*/
	
.main_nav_link a{
	text-decoration:none;
	color:#0070b2;
	}
	
.main_nav_link a:hover{
	color:#ee9c00;
	}
	
.main_nav_link #currentpage a{
	color:#0070b2;
	font-weight:bold;
	text-decoration:underline;
	}
	
h1,h2,h3,h4,h5,h6{
    margin-bottom: 2px;
    padding-bottom: 2px;
}
	
h1{
	font-weight:bold;
	font-size:18px;
	color:#b51729;
	}
	
h2{
	font-weight:bold;
	font-size:16px;
	/*color:#ee9c00;*/
	color:#ff6600;
	line-height:20px;
	margin-top:30px;
	}
	
	
h2 a{
	font-weight:normal;
	font-size:16px;
	color:#b51729;
	}
	
h2 a:hover{
	color:#ee9c00;
	}
	
	
h3{
	font-weight:bold;
	font-size:14px;
	/*color:#ee9c00;*/
	color:#ff6600;
	line-height:5px;
	}
	
	
/*
.h1{
	font-weight:bold;
	font-size:16px;
	color:#b51729;
	}
	
.h2{
	font-weight:bold;
	font-size:14px;
	color:#ee9c00;
	}
	
.h2 a{
	font-weight:bold;
	font-size:14px;
	color:#ee9c00;
	}
	*/
	
fauxh2{
	font-weight:bold;
	font-size:16px;
	/*color:#ee9c00;*/
	color:#ff6600;
	line-height:20px;
	margin-top:30px;
	}
	
	.latest_news{
	font-family:Arial, Helvetica, sans-serif;
	color:#ee9c00;
	font-size:12px;
	list-style-type: none;
	margin-left:-20px;
	/*margin-right:20px;*/
	line-height:15px;
	}
	
.latest_news{
	.margin-left:15px;
	}					/*IE7 Fix*/
	
* html .latest_news{
	margin-left:15px;
	}					/*IE6 Fix*/
	
.latest_news a{
	color:#b51729;
	}
	
.latest_news .date{
	font-weight:bold;
	font-size:14px;
	color:#ff6600;
	line-height:4px;
	}
.callout{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.callout a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
.callout a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
		
.footer{
	font-size:10px;
	color:#666666;
	text-align:left;
	line-height:40px;
	}
	
.footer a{
	color:#666666;
	}
	
.footer a:hover{
	color:#333333;
	}
	
.legal{
	font-size:10px;
	color:#666666;
	text-align:left;
	line-height:-5px;
	}
	
.form_field{
	float:left;
	}
	
.readMore{
	border-bottom:1px #CCC dotted;
	padding-bottom:10px;
	}