#container {
	margin: 0 auto;
	width: 792px;
}

#header {
	padding: 10px;
	width: 759px;
	height: 74px;
    text-align: left;
}

#content {
	clear: left;
	padding: 12px;
}

#wrap {
	font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    width: 759px;
	padding: 14px;
	margin: 0 auto;
	position: relative;
   }
   
#navbar {
   margin: 0;
   padding: 0;
   height: 1em; }
#navbar li {
   list-style: none;
   color: #43607e;
   float: left; }
#navbar li a {
   display: block;
   padding: 1px 4px;
   color: #96A93A;
   text-decoration: none; }
#navbar li ul {
   display: none; 
   width: 10em; /* Width to help Opera out */
   background-color: #dae2b6;}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: none; }
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #dae2b6;
   border-bottom: 1px solid #fff;
   color: #43607e; }
#navbar li li a:hover {
   background-color: #e2f1f8; }
   
#footer {
		clear: left;
	padding: 12px;
}

._nav {
	font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    color: #888;
	font-weight: normal;
}

._title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #888;
	font-weight: normal;
}

._body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #384F6E;
	line-height: 22px;
}

._bodylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #31849B;
	line-height: 22px;
	font-weight: normal;
}

._bodylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #96A93A;
	line-height: 22px;
}

.sub {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #ffffff;
	line-height: 15px;
	font-weight: normal;
}

.sublink {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #464646;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}

.sublink:hover { 
    font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #91a2bf;
    line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}

.font {
	font-family: arial, helvetica;
	font-size:9pt;
	color: #333;
	line-height: 15px;
	font-weight: normal;
}

.fontlink {
	font-family: arial, helvetica;
	font-size:10pt;
	color: #31849B;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}

.fontlink:hover {
	font-family: arial, helvetica;
	font-size:10pt;
	color: #91a2bf;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}

.fontlink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #696969;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}

