/* CSS Document */

html { 
  background-color:#8EAFC8;
 }

 body {
 font-family: Arial, Helvetica, sans-serif;
 background-color:#8EAFC8;
 font-size: 80%;
 line-height: 130%;
 padding: 0;
 margin: 0;
 }
 
 #container {
top: 0px;
text-align: left;
background-color:#ffffff;
border-right: 1px solid black;
border-left: 1px solid black;
margin: 0px auto;
padding: 0px;
width: 830px;
height: 100%;
z-index: 200;
}

* html #container {
width: 790px;
w\idth: 790px;
}


 a {
text-decoration: underline;
color: #ffffff;
}

a:hover {
text-decoration: none;
}

/* header styles
------------------------------------------------------------------------------------------------------ */
#header {
float: left;
background-color:#ffffff;
color: #211F5F;
overflow: hidden;
width: 830px;
height: 115px;
border-bottom: 1px solid #211F5F;
}

#header a {
border: 0px;
}

#header img {
border: 0px;
}

* html #header {
padding-top: 0px;
p\adding-top: 0px;
margin: 0px;
m\argin: 0px;
}


/* horizontal navigation styles
------------------------------------------------------------------------------------------------------ */
#hor_nav {
float: left;
text-align: left;
width: 100%;
background-color: #ffffff;
border-top: 1px solid #211F5F;
padding:0px;
margin:0px;
z-index: 5000;
}

* html #hor_nav {
width: 830px;
w\idth: 830px;
}

#hor_nav a {
text-decoration: none;
color: #211F5F;
text-align: center;
list-style: none;
padding: 10px 15px 10px 10px;
display: block;
z-index: 5000;
}

#hor_nav a:hover {
text-decoration: none;
background-color: #211F5F;
display: block;
z-index: 5000;
}

#hor_nav a:active {
text-decoration: none;
background-color: #211F5F;
display: block;
z-index: 5000;
}


#hor_nav ul {
padding: 0px;
margin: 0px;
list-style: none;
background-color: #ffffff;
color: #ffffff;
z-index: 5000;
}

#hor_nav li { 
float: left;
width: 10.8em; 
background-color: #ffffff;
z-index: 5000;
}

#hor_nav li:hover {
background-color: #211F5F;
color: #ffffff;
z-index: 5000;
}

#hor_nav li a:hover {
background-color: #211F5F;
color: #ffffff;
z-index: 5000;
}


#hor_nav li ul { /* second-level lists */
position: absolute;
width: 10.8em; 
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
background-color: #FFFFFF;
z-index: 5000;
}

#hor_nav li ul a {
padding: 5px 15px 4px 10px;
font-size: 98%;
}

#hor_nav li ul li {
background-color: #211F5F;
width: 10.8em; 
z-index: 5000;
}

#hor_nav li ul li:hover {
background-color: #ffffff;
}

#hor_nav li ul li a:hover {
background-color: #ffffff;
}

#hor_nav li:hover ul, #hor_nav li.sfhover ul, #hor_nav li.over ul { /* lists nested under hovered list items */
left: auto;
display: block;
z-index: 5000;
}


/* main column styles
------------------------------------------------------------------------------------------------------ */

#maincol {
float: left;
padding: 10px;
background-color: #ffffff;
width: 810px;
min-height: 700px;
color:#211F5F;
}

#maincol a {
color:#211F5F;
text-decoration: underline;
}

.attention {
font-size: 125%;
line-height: 140%;
color:#FF0000;
font-weight: bold;
padding: 2px;
border: 1px solid #ff0000;
text-align:center;
}

#maincol img {
border: none;
}

#maincol img a {
border: none; 
}

