body {
	background-color: #000000; margin: 0px; color:#FFFFFF;
}
.bodytext { background-color: #ffffff; margin: 0px; color:#000000; padding:10px;
}
.bodytext2 {color:#000000;}
#container {width:758px; height:414px;}
.logo {height:111px;}
.footer {font-size:12px; height:25px; padding-top:5px; padding-left:2px; padding-right:2px;}
.menu {height:14px;}
.nav {height:24px; padding-top:3px;}
.itemtext{font-size:12px;}
table {color:#000000;}
a:link {
	color: #FFFFFF; text-decoration:none;
}
a:visited {
	color: #FFFFFF; text-decoration:none;
}
a:hover {
	color: #CC0000; text-decoration:none;
}
a:active {
	color: #CC0000; text-decoration:none;
}

p.strong { font-size:16px; color:#990000;}

.content {padding-left:10px; padding-right:10px; height:100%;}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 1px solid black;
background-color: #FFEEC6;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: lightyellow;
border: 1px solid black;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}