#menu {
width: 150px;
background: #033703;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu a {
font: normal 10pt/12pt Verdana, Arial, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #000000 #033703 #033703 #033703;
margin: 0;
padding: 2px 3px;
color: #033703;
background: #ffffff;
text-decoration: none;
} 
#menu h2 {
font: normal 10pt/12pt Verdana, Arial, sans-serif;
color: #ffffff;
background: #033703;
display: block;
border-width: 1px;
border-style: solid;
border-color: #000000 #033703 #033703 #033703;
margin: 0;
padding: 2px 3px;
}
#menu a:hover {
color: #800000;
background: #ffffff;
}
#menu li {
position: relative;
}
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
body { margin-top:0px;
       margin-left:0px;
       margin-right:0px; 
       scrollbar-base-color: #004000;
       behavior:url("csshover.htc")
}
a:link {text-decoration: none; color: #004000}
a:visited {text-decoration: none; color: #800000}
a:active {text-decoration: none; color: #004000}
a:hover {text-decoration: none; color: #800000}

p, td    {
	font-family: Verdana, Arial, sans-serif;
	font-size:10pt; 
	color: #033703
}
p.title {
	font-size:14pt;
	font-weight: normal;
	color: #800000
}
.ptitle {
	font-size:14pt;
	font-weight: normal;
	color: #800000
}
.header {
	font-size:12pt;
	font-weight: normal;
	color: #800000
}
.header2 {
	font-size:10pt;
	font-weight: bold;
	color: #800000
}
.title {
	font-size:10pt;
	font-weight: normal;
	color: #800000
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.indent10 {margin-left: 10px}
.indent20 {margin-left: 20px}
.hearts {margin-left: 30px; margin-right: 100px; vertical-align: middle}
.copy {
	font: 8pt Verdana, Arial, sans-serif; 
	color: #033703
}
.headerbars {
	border-top: #033703 1px solid; 
	border-bottom: #033703 1px solid; 
	border-left: #000000 1px solid; 
	border-right: #000000 1px solid; 
	height: 3px
}

.main {
	padding:10px;
	margin-left:0px;
}
.red {
	font-size:14pt;
	font-weight: bold;
	color: #800000
}