body {
	background-color: #043A56;
}

h4 {
font-size:16px;
}
.leftnav {
	font-family: "Trebuchet MS", Myriad, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	padding-left: 12px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100px;
}
.leftnav a: {
	font-family: "Trebuchet MS", Myriad, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	padding-left: 12px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100px;	
}
.leftnav a:hover {
	color: #073b57;
	text-decoration: underline;
	}

td {
	font-family: "Trebuchet MS", Myriad, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.headline {
	font-family: "Trebuchet MS", Myriad, Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #999966;
	text-decoration: none;
}
.footer {
	font-family: "Trebuchet MS", Myriad, Arial, sans-serif;
	font-size: 11px;
	color: #999966;
	text-decoration: none;
}
a {
	font-family: "Trebuchet MS", Myriad, Arial, sans-serif;
	color: #336699;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Myriad, Arial, sans-serif;
	color: #073b57;
	text-decoration: underline;
}

.title_bg{
font-family: "Trebuchet MS", Myriad, Arial, sans-serif;
color: #073b57;
font-size: 24px;
font-weight: bold;
padding: 8px;
background-image:url(images/title_bg.gif);
background-repeat:repeat-x;
height: 45px;

}

.white {
color:#FFFFFF;
margin-right: 10px;
}
.white a{
color:#FFFFFF;
margin-right: 10px;
}

.white a:hover {
	color: #336699;
	text-decoration: underline;
	margin-right: 10px;
}

.sidebar_copy{
padding: 8px;

}

.sidebar_linx{
	font-size: 11px;
	color: #043A56;
	text-decoration: none;

}

.sidebar_linx a{
	font-size: 11px;
	color: #043A56;
	text-decoration: none;

}

.sidebar_linx a:hover{
	font-size: 11px;
	color: #336699;
	text-decoration: underline;

}

.sidebar_bg{
font-family: "Trebuchet MS", Myriad, Arial, sans-serif;
color: #073b57;
font-size: 14px;
font-weight: bold;
padding: 8px;
background-image:url(images/title_bg.gif);
background-repeat:repeat-x;
height: 25px;
width: 155;
}

#menu_bg {
background: url(images/sidebar_bg.gif);
background-repeat:no-repeat;
}

#faq_bg {
background: url(images/green_bg.gif);
background-repeat:repeat-x;
border-bottom: 1px solid #cccccc;
padding-bottom: 4px;
}


#menu ul {
 margin: 0;
 padding: 0;
 list-style: none
 }
 
#menu ul li	{
	background: url(images/arrowBullet.gif) no-repeat 3px 8px;
	padding: 3px 0px 3px 20px;
	margin: 1px 0px 1px 0px;
}

 #menu a span
 {
 color: #ccc;
 text-decoration: none;
 }

 #menu a:hover span
 {
 color: #336699;
 text-decoration: none
 }
 
 #menu li {
 padding-top: 4px;
 padding-bottom: 8px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCCCCC;
 }
 
 #midblue{
 background-color: #c7d6e3;
 height: 25px;
 }
 
 #liteblue{
 height: 25px;
 background-color: #eef4fa;
 }