.nav         { font-family: Verdana; font-size: 10pt }
.bodyset     { font-family: Verdana; margin-top:5; margin-left:5; margin-right:5; background-color:#D0EADE}
.main        { border-top: 1px dashed #339933}
.content      { font-family: Verdana, Sans-Serif; font-size: 10pt; padding-left:20; padding-right:15}
.content h1    { font-family: Verdana, Sans-Serif; font-size: 16pt; text-align:center }
.content h2    { font-family: Verdana, Sans-Serif; font-size: 14pt; text-align:left }
#content { font-family: Verdana, Sans-Serif; font-size: 10pt}
#content h1 { font-family: Verdana, Sans-Serif; font-size: 16pt; text-align:center }
#content h2 { font-family: Verdana, Sans-Serif; font-size: 14pt; text-align:left }
#content h3 { font-family: Verdana, Sans-Serif; font-size: 12pt; text-align:left }
#content p {padding-left:8; padding-right:10 }
.search { font-family: Verdana; font-size: 8pt }

.navbar ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 3 0 0 1;	
	padding-bottom:3em;
}
.navbar ul li {
	margin: 1px 0 0 0;
	padding: 0;	
}
.navbar ul li a {
	text-decoration: none;
	border:none;
	font-weight:bold;
}
.navbar ul li a:link {
display: block;
width: 155px; 
height: 18px; 
padding: 2px 1px 2px 0px;
border: 1px solid #339933; 
font-family: verdana; 
color: #FAD605; 
font-style: normal; 
font-size: 9pt; 
text-decoration: none;
text-align: center;
background: #50814E;
/* To add a background image replace above background: line. */
/* The syntax is background: #CCCCFF url(images/image1.gif); */
}
.navbar ul li a:visited {
	display: block;
width: 155px; 
height: 18px; 
padding: 2px 1px 2px 0px;
border: 1px solid #9999CC; 
font-family: verdana; 
color: #C0C0C0; 
font-size: 9pt; 
text-decoration: none;
text-align: center;
background: #50814E; 
/* To add a background image replace above background: line. */
/* The syntax is background: #CCCCFF url(images/image1.gif); */
}
.navbar ul li a:hover {
display: block;
width: 160px; 
height: 18px; 
padding: 2px 1px 2px 0px;
border: 1px solid #9999CC; 
font-family: verdana;
color: #000099;  
font-size: 9pt;  
text-decoration: none; 
text-align: center;
background: #FFFFFF; 
/* To add a background image replace above background: line. */
/* The syntax is background: #FFFFFF url(images/image2.gif); */
}
.navbar ul li a:active {
display: block;
width: 160px; 
height: 18px; 
padding: 2px 1px 2px 0px;
border: 1px solid #9999CC; 
font-family: verdana;
color: #000099;  
font-size: 9pt;  
text-decoration: none; 
text-align: center;
background: #FFFFFF; 
/* To add a background image replace above background: line. */
/* The syntax is background: #FFFFFF url(images/image2.gif); */
}
.footer {font-family: verdana; 
color: #000000;  
font-size: 9pt; 
text-align: center;
padding-bottom: 12px;
}
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

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

.mainitems{
border: none;
font-family: verdana, sans-serif;
font-size: 10pt
}

.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;
}