body {
font: 9pt/150% Arial, Helvetica, sans-serif;
color: #000000;
margin: 0;
background: #CEDC89;
}
#container {
width: 763px;
background: #ffffcc url(images/bg_container.jpg) repeat-y;
border-right: 4px solid #ffffff;
border-left: 4px solid #ffffff;
border-bottom: 15px solid #ffffff;
}
#header {
background: url(images/header_.jpg) no-repeat;
background-position: center top;
width: 752px;
height: 248px;
margin-bottom: 0;
}
#content {

clear: both;
padding: 35px;
text-align: left;
margin-top: 0;
}
#navcontainer {

vertical-align: center;
padding-bottom: 12px;
margin: 0 27px 0 25px;
}
#footer {
border-top: 3px solid #6EA9D2;
text-align: right;
padding: 0px 10px 2px 10px;
width: 751px;
background: #AECFF2;
}
h1 {
color: #8da804;
text-transform: uppercase;
font: 11pt/150% Arial, Helvetica, sans-serif;
border-bottom: 2px solid #cccccc;
background: url(images/hand.gif) no-repeat;
background-position: center left;
padding-left: 25px;
}
h2 {
color: #35A3EE;
text-transform: uppercase;
font: 9pt/150% Arial, Helvetica, sans-serif;
background: url(images/bull.gif) no-repeat;
background-position: center left;
padding-left: 20px;
}
p {
margin-bottom: 20px;
}
a:link, a:visited, a:active {
color: #FF0033;
text-decoration: none;
border-bottom: 1px solid #cccccc;
}
a:hover {
color: #FF0000;
border-bottom: 1px solid #FF0000;
}
ul {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 13px;
list-style: none;
color: #3B84B6;
text-align: left;
margin-top: 0;
}
li:hover {
color: #000000;
}
li {
float: left;
position: relative;
width: 12em;
cursor: hand;
text-transform: capitalize;
font: 9pt/125% Arial, Helvetica, sans-serif;
}
li ul {
font: 9pt/150% Arial, Helvetica, sans-serif;
display: none;
position: absolute; 
top: 35em;
left: 0;
right: 0;
background: #ffffff;
padding: 6px;
border: 1px solid #666666;
padding-right: 40px;
}
li ul a:link, li ul a:active, li ul a:visited {
color: #000000;
text-decoration: none;
margin-right: 40px;
border-left: 3px solid #B41427;
padding-left: 5px;
text-transform: none;
border-bottom: 1px solid #ffffff;
}
li ul a:hover {
color: #EBA0A0;
text-decoration: none;
margin-right: 40px;
border-left: 3px solid #78A3C1;
padding-left: 5px;
}
li > ul {
top: auto;
left: auto;
}
li:hover ul, li.over ul{
display: block;
}
strong, b {
color: #ff0000;
font-weight: bold;
}
