body{

	font-size:11px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.bold{
	font-weight: bold;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align:left;
}
.sidebarBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align:left;
	font-weight:bold;
}
.specialBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #003399;
	font-weight:bold;
}
.specialBlueHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000099;
	font-weight:bold;
	text-transform:uppercase;
}
.BlueHeader14pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #364C7C;
	font-weight:bold;
	text-transform:uppercase;
}
/*DIVS*/
#header{
	width: 100%;
	height: 78px;
	background-color:#364C7C;
	position:relative;
}
#header_logo{
	float: left;
	width: 500px;
	clear: both;
}
#header_search{
	
}
#banners, #main_content{
	width: 810px;
	border: none;
	background-color:#FFF;
}
#container{
	border: none;
	width: 810px;
	background-color:#FFF;
}
#main_content{
	border:none;
	clear:both;
}
#main_content_secondary{
	width: 540px;
	border: none;
	padding: 5px;
}
#banner_left{
	border: 1px solid #364C7C;
	width: 555px;
	height: 155px;
	clear:both;
	float: left;
	margin: 3px;
}
#banner_right{
	border: 1px solid #364C7C;
	height: 155px;
	width: 233px;
	float:left;
	margin-top: 3px;
	margin-left: 1px;
	margin-right: 0px;
	padding: none;
}
/*Main Content*/
#col1, #col2, #col3{
	border: 1px solid #364C7C;
	width: 256px;
	float:left;
	margin: 5px;
	background-color:#FFFFFF;
}
#col4{
	border: 1px solid #364C7C;
	width: 260px;
	float:left;
	margin: 3px;
	background-color:#364C7C;
}
#colFull {
	border: 1px solid #364C7C;
	width: 530px;
	float:left;
	margin: 5px;
	background-color:#FFFFFF;
}

#col_header{
	font-size:11px;
	height: 23px;
	background-color:#364C7C;
	padding-left:5px;
	padding-top: 5px;
	color: #FFF;
	font-weight:normal;
	margin: none;
	letter-spacing:.12em;
	border: 1px solid #fff;
	}
#col_inner_content{
	padding: 6px;
	font-size: 11px;
	background-color:#FFFFFF;
}

#spacer{
	height: 20px;
	width: 99%;
	border: none;
	clear:both;
}
#footer{
	width: 99%;
	background-color:#364C7C;
	height: 10px;
	font-size:10px;
	color:#FFF;
	clear:both;
	padding-top:35px;
	padding-left: 10px;
	padding-bottom:5px;
}
/*Text Formatting*/

.blue_content, .blue_header{
	color: #364C7C;
}
.blue_header, .header{
	font-weight:bold;
}	
input{
	color: #000;
	background: #FFF;
	border: 1px solid #333
}


.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}
/*links*/
A:link.whiteText
{
	font-size:11px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration : none;
}
A:hover.whiteText {
color : #FFFFFF;
text-decoration : underline;
}

A:visited.whiteText
{
	font-size:11px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	
}

A:link
{
	font-size:11px;
	color: #364C7C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:visited
{
	font-size:11px;
	color: #364C7C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:active
{
	font-size:11px;
	color: #364C7C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:hover
{
	font-size:11px;
	color: #364C7C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
LI.dot { list-style: dot; position:relative; left:-2em}

.greyText {  color: #333333}

a.greyText{  color: #333333}
