body {
	margin: 0px;
	font-family: Arial;
	font-size: 9pt;
}
.chead {
	color: #FFFFFF;
	background-image: url(img/bg3.gif);
	font-weight: bolder;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #990000;
}
.sidem {
	line-height: 5px;
	vertical-align: top;
	padding: 2px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.footer {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.mhead {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/bg2.gif);
	width: 100%;
	padding: 2px;
	text-align: center;
	height: auto;
}
#content {
	padding: 10px;
	vertical-align: top;
	background-color: #CCCCCC;
}

.mbox {
	width: 150px;
}

.topnav {
	background-image: url(img/bg_topm.jpg);
	padding: 5px;
	text-align: center;
	border-top: 3px solid #990000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	white-space: nowrap;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	color: #CC0000;
}
.blackbdr {
	border: 1px solid #666666;
	padding: 3px;
	background-color: #FFFFFF;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px/18px Arial;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: yellow;
	color: #CC0000;
}
