body {
background-color: #626262;  /* ffe28c 527899 e2ff8c 3f3fff 000075 192a7e*/
padding: 12px 0;
margin: 0;
color: #707070;
font: x-small geneva, sans-serif;
voice-family: "\"}\""; 
voice-family:inherit;
font: small geneva, sans-serif;
}

/* IE hack */
body {text-align: center;}
#wrapper {text-align: left;}


/* layout */

#wrapper {

background: #ffffff url(../assets/wrapper_background.gif) repeat-y;
border-left: 6px solid #ffffff;
border-top: 6px solid #ffffff;
border-bottom: 6px solid #ffffff;
margin: 0 auto;
border-right: 6px solid #ffffff;
width: 740px;
voice-family: "\"}\""; 
voice-family:inherit;
border-right: 0;
width: 734px;
}
#masthead {
height: 121px;
background: url(../assets/mh_background.jpg);
width: 728px;
}
#pullnav {
float: right;
border-bottom: 4px solid #a2c3db;
height: 18px;
font: bold 11px/17px geneva, sans-serif;
padding-left: 4px;
overflow: hidden;
width: 240px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 236px;
}
#navigation {
background-color: #a2c3db;
background: url(../assets/nav_background.gif);
font: 11px/22px geneva, sans-serif;
color: #ffffff;
padding-left: 120px;
border-bottom: 6px solid #ffffff;
height: 23px;
width: 728px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 608px;
}
#sidebar {
color: #5b798f;
float: left;
padding: 0 10px 10px;
margin-right: 6px;
width: 236px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 216px;
}
#maincontent {
float: left;
width: 486px;
overflow: hidden;
padding-bottom: 10px;
}
.separator {
clear: both;
}

#footer {
padding: 20px 10px 10px;
background-color: #a2c3db;
color: #ffffff;
border-top: 6px solid #ffffff;
width: 728px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 708px;
}
/* fonts */
#sidebar p, #sidebar li, #sidebar h1 {
font-size: 85%;
line-height: 1.3em;
}
#sidebar h1 {
margin-top: 24px;
margin-bottom: 0;
}
#maincontent h1,h3 {
margin: 0;
font: bold 14px geneva, sans-serif;
color: #04045f;
text-transform: uppercase;
}
p {
margin-top: 0;
}
#maincontent p {
font-size: 93%;
padding-left: 10px;
}
#wrapper p.caption {
font-size: 85%;
background: #ededed;
padding: 6px 10px;
}
#footer p {
text-align: right;
font-size: 85%;
}
/* lists */
#pullnav ul {
padding: 0;
margin: 0;
list-style-type: none;
}
#pullnav li {
display: inline;
}
#navigation ul {
padding: 0;
margin: 0;
list-style-type: none;
}
#navigation li {
display: inline;
}
#sidebar ul {
padding: 0;
margin: 0 0 1em;
list-style-type: none;
}
/* links */

a {
color: #0000ff;
}
#sidebar a {
color: #0000ff;
}
a:hover, #sidebar a:hover {
color: #00ff00;
}

a:visited, #sidebar a:visited {
color: #ff0000;
}

#pullnav a, #navigation a {
text-decoration: none;
}
#pullnav a:hover, #navigation a:hover {
text-decoration: underline;
}
#pullnav a {
color: #a2c3db;
margin-right: 6px;
}
#navigation a {
color: #0000ff;
margin-right: 9px;
}



/*		------	Basic Menu Style	------		*/

/* based on the drop-down menus from http://www.mywebstuff.com/02_css/css_07.html */

#dmenu { /*Menu Style*/
display: block;
}
#dmenu ul { /*Top Level Formatting*/
position: relative;
}
#dmenu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	
}
#dmenu li a { /*Top Level Link Formatting*/
display: block;
}
head+body #dmenu li a {
height: 23px;
}
#dmenu li a:hover { /*Hover Behavior for List Items*/
text-decoration: underline;
}

body #wrapper #dmenu ul li a {
text-transform: none;
}

#dmenu li li { /*Formats Second Level Borders*/
border-top: 1px solid #ffffff;
/*border-left: 1px solid #333333;
border-right: 1px solid #333333;*/
}


#dmenu li ul { /*Dropdown Formatting*/
text-align: left;
margin: 0;
background-color: #a2c3db;
padding: 0 0 3px;
width: 118px;
display:none;
position: absolute;
z-index: 10;
}

#dmenu li ul {
width: 110px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 118px;
}

#dmenu ul li a { /*Format of Second Level Links */
display:block;
background-color: #a2c3db;  /* ffe28c a2c3db */
width:150px;
padding: 0 4px;
}


#dmenu ul li a:hover{ /* Second Level Hover*/
}

#dmenu li:hover ul , #dmenu li.over ul{ /*Display Dropdown*/
display: block;
}

