body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-align:justify;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
font-weight:bold;
font-style:italic;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#EE0000;
font-weight:bold;
text-align:center;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
text-align:left;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #C10000;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}

#menuheader {
text-align:center;
padding-top:5px;
padding-bottom:5px;

}

.menu{
width: 151px; /*width of menu*/
}

.menu .headerbar{
font: bold 10px Arial;
color: white;
background:#EE0000;
margin-top: 10px;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 5px 5px; /*header text is indented 5px*/
}

.menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

.menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.menu ul li a{
color: #000000;
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 110%;
}

.menu ul li a:hover{ /*hover state CSS*/
color:#EE0000;
background-color: #F3F3F3;
}
