body {
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00374B;
}

.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #008CBE;
}

.bullets {
	list-style-type:square;
}

a:link {
text-decoration:underline;
color:#00374B;
}

a:visited {
text-decoration:underline;
color:#00374B;
}

a:hover {
text-decoration:underline;
color:#000000;
}

#dropmenudiv{
position:absolute;
border:1px solid #08466B;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:15px;
}

#dropmenudiv a{
color:#4B4100;
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #08466B;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{
color:#FFFFFF;
background-color: #08466B;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 5px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
margin-bottom: 15px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand;
cursor: pointer;
list-style-type: disc;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}