body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003366;
	background-color: #D6DFE0;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
}

a {
	color: #003366;
}

/*
**********************************   HEADER   ************************/

#header {
	color: #006699;
}
#header h1 {
	font-size:  125%;
	color: #006699;
}

#login {
	float: right;
}

.downloads {
	width: 100%;
	margin: .5em 0 .5em 0;
	padding: .5em .5em .5em 0;
}

.downloads img {
	border: none;
}

.oddRow {
	background-color: rgb(230,230,230);
}

.EvenRow {
	background-color: rgb(255,255,255);
}

.title {
	background-color: #D6DFE0; 
	color: #003366;
}

.subtitle {
	font-weight: bold;
	color: #660000; 
	font-style: oblique;
}



.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border-color: #D6DFE0;
	background-color: #D6DFE0;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #C1D3D7;
	text-decoration: none;
	color: #336699;
	border-color: #D6DFE0;
}
a:hover {
	color: #33FFFF;
	background-color: #CCCCCC;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #D6DFE0;
	color: #336699;
	border-color: #D6DFE0;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #336699;
	background-color: #D6DFE0;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #D6DFE0;
 color: #336699;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #336699;
	background-color: #D6DFE0;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #D6DFE0;
}

.box1 {
	background-color: #D6DFE0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #D6DFE0;
	border-color: #D6DFE0;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	background-color: #D6DFE0;
	border-color: #D6DFE0;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #CCFF33;
	background-color: #D6DFE0;
	border-color: #D6DFE0;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #D6DFE0;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	background-color: #D6DFE0;
	border-color: #D6DFE0;
}
.navcolumnleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	background-color: #D6DFE0;
	margin: 1px;
	padding: 1px;
	float: left;
	height: 195px;
	width: 95px;
	border: thin none;
	position: absolute;
	top: 216px;
	left: 11px;
	text-align: left;
	border-color: #D6DFE0;
}
.topbox {
	background-color: #D6DFE0;
	border-color: #D6DFE0;
}

/*
***********************  START HEADER TABS *********************************/

#navlist
{
padding: 3px 0 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 100% Arial, Helvetica, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
font-size: 12px;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

/*
***********************  END HEADER TABS ***********************************/
