body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #083162;
	background-color: #0899C4;
	margin: 5px 0px 0px;
	background-image: url(../images/bg.gif);
}
#content dl dt span {
	font-weight: normal;
	}


/* image container */

dl.portimg {
	float: right;
	width: 173px;
	padding: 10px;
	margin: 10px 5px 10px 0;
	border: 1px solid #0899C4;
	color: #083162;
	font-size: 90%;
	text-align: left;
	}
/* for the text in the images */

#content dl.portimg dd {
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	border-top: 1px solid #0899C4;
	}
	
.darkbluehd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #083162;
}
.imgborder {
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #CDECF5;
}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #083162;
	margin-top: 0.6em;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2F3981;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #083162;
}
a {
	color: #0899C4;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
.highlightbox {
	background-color: #F9FDFE;
	padding: 5px;
	border: 1px solid #0899C4;
	font-weight: bold;
}
ul {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

/* Global nav */

 #navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #DCF1F7;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
margin: 0 10px 0px;
text-decoration: none;
color: #083162;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #0899C4;
padding-bottom: 1px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #FF0000; }

/* Sub Navigation  */
.whiteheading {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.subnav a{
	color: #083162;
	text-decoration: none;
}
.subnav a:hover {
	color: #FFFFFF;
	padding: 3px 10px 3px 3px;
	background-color: #37ABCE;
}
.subnavactivelink {
	color: #FFFFFF;
	padding: 3px 10px 3px 3px;
	border: 1px solid #DCF1F7;
	background-color: #37ABCE;
}
