/******** General Styles ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 0px;
	margin-top:0px;
	

}



h1 {
	font-size:1.8em;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #065590;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
}
h3 {
	margin: 0px;
	font-size: 11px;
	color: #065590;
	font-weight: bold;
}

h4 {
margin-top:0px;
	margin-bottom: 12px;
	font-size: 11px;
	color:#55b6bd;
	padding:5px 5px 0px 0px;
	font-weight:bold;
}

p {
	margin-top: 0px;
	line-height: 12px;
	margin-bottom: 12px;
}

.blue {
	color: #065590;
	font-weight:bold;
	}

a {
	color: #065590;
}
a:hover {
	color: #0770BC;
}

li {

padding:0px;
margin-right:0px;
}

.divider {
width:100%;
height:1px;
line-height:0;
border-bottom:1px solid #cccccc;
margin:5px 0px 5px 0px;
padding:0px;
}

#container {
	width: 769px;
	
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	padding-top:20px;

	
	
}
/******** Top Area ***/
#topstrip {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: block;
	width:100%;
	text-align: right;
	padding-bottom: 4px;
}
#topstrip img {
	padding-right: 6px;
}
#topstrip img, #topstrip a {
	border: none;
	text-decoration: none;
	color: #666666;
}
#logo {
	height: 96px;
	width: 96px;
	background-color: #065590;
	padding-top: 21px;
	padding-bottom: 16px;
	padding-right: 15px;
	padding-left: 10px;
	float: left;
}
#banner {
	height: 133px;
	width: 639px;
	float: left;
	margin-left: 6px;

	
}
/******** Middle Area ***/
#nav {
	width: 121px;
	float: left;
	overflow: hidden;
	
	height:100%;
}
#nav a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
#nav a:hover {
	color: #999999;
	text-decoration: none;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#nav li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
}
#nav .first {
	border: none;
}
#nav li.expanded {
	background-image: url(/images/nav_selected.gif);
	background-repeat: repeat-x;
	padding-bottom: 2px;
}
#nav ul.subnav {
	padding-bottom: 8px;
}
#nav ul.subnav li {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-style: none;
	background-image: url(/images/arrow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 9px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#nav ul.subnav li a {
	color: #065590;
}
#heading {
width: 634px;
	float: right;
	margin-left: 5px;
	padding-left: 8px;
	margin-bottom: 9px;
	margin-top:8px;
	padding-top:6px;
	background-color:#55b6bd;
}
#content {
	width: 430px;
	float: left;
	margin-right: 6px;
	padding-left: 8px;
	

}
#rightcol {
	width: 156px;
	float: right;

}

.red {
	color:#3399FF;
	font-weight:bold;
}

#content li{
	padding:5px 0 5px 5px;
	
}


/******** Bottom Area ***/
#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color:#CCCCCC;
	width: 100%;
	padding-top: 7px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	float: left;
	margin-top: 30px;
	color: #999999;
	vertical-align: top;
	
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
}

