html, body {
	margin: 0px;
	padding: 0px;
}


#wrapper {
margin-left: auto;
margin-right: auto;
width: 771px;
background: #000000;

}

h2 {
text-decoration: underline;
font-weight: bold;
font-size: 11pt;
margin-top: 0; 
margin-bottom: 0;
}

h3 {
text-decoration: underline;
font-weight: bold;
font-size: 14pt;
margin-top: 0; 
margin-bottom: 0;
}

h4 {
font-weight: bold;
font-size: 14pt;
margin-top: 0; 
margin-bottom: 0;
}

h1 {
text-decoration: underline;
font-weight: bold;
font-size: 16pt;
margin-top: 0; 
margin-bottom: 0;
text-align: center;
}
 
#header {
background: #ffffff;
width: 771px;
height: 108px;
color:#ffffff;
font-family: Book Antiqua; 
font-size: 11pt;
font-weight: bold;
}

#header a{
color: #ffffff;  
text-align: center; 
text-decoration: none}

#header a:hover{
color: #ffffff;  
background-color: #000000; 
text-align: center; 
text-decoration: overline underline}

#leftcol{
background: #000000;
color:#ffffff;
text-align: left;
font-family: Book Antiqua; 
font-size: 11pt;
font-weight: bold;
padding-left: 5px;
}

.link a{
color: #ffffff;  
text-decoration: none}

.link a:hover{
color: #ffffff;  
background-color: #000000; 
text-align: center; 
text-decoration: overline underline}

#image {
background: #000000;
float: right;
text-align: left;
width: 581px;
color:#ffffff;
font-family: Book Antiqua; 
font-size: 11pt;
}

#content {
background: #5E0000;
float: right;
text-align: left;
width: 581px;
color:#ffffff;
font-family: Book Antiqua; 
font-size: 11pt;
}


#content .padding {
	padding: 5px;
}

#content a{
color: #ffffff;  
text-align: center; 
text-decoration: none}

#content a:hover{
color: #ffffff;  
background-color: #000000; 
text-align: center; 
text-decoration: overline underline}


#footer {
	clear: both;
	background: #000000;
	font-family: Book Antiqua; 
	color:#ffffff;
	font-weight: 9pt;
	height: 50px;
	text-align: center;
}

#footer a{
color: #ffffff;  
text-align: center; 
text-decoration: none}

#footer a:hover{
color: #ffffff;  
background-color: #000000; 
text-align: center; 
text-decoration: overline underline}

#cssdropdown, #cssdropdown ul {
padding: 0px;
margin: 0px;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
text-align: left;
width: 185px;
}

.mainitems a{
color:#ffffff;
width: 185px;
text-align: left;
text-decoration: none;
}

.mainitems a:hover{
background-color: #ffffff;
color:#000000;
}

.subuls {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
}

.subuls li{
position: absolute;
top: 0;
left: 100%;
width: 100%;
background-color: #000000;
color:#ffffff;
}

.subuls li a{
text-decoration: none;
}

.subuls li a:hover{
background-color: #ffffff;
color:#000000;
}



#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 */
bottom: auto;
right: 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 a div with id=content*/
clear: left;
}