.blacktext {
	font-family: arial;
	font-size: 10pt;
	line-height: 16pt;
	color: #252525;
}
.redtext {
	font-family: arial;
	font-size: 10pt;
	line-height: 16pt;
	color: #9f202d;
}
.navbar {
	font-family: arial;
	font-size: 10.5pt;
	color: white; 
}
.navbar a{
	color: white;
}
.navbar a:hover{
	text-decoration: underline;
	color: white;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
width: 95%;
position: relative;
z-index:100;
margin: 0px auto 0px auto;
}
#menu dl {
float: left;
text-align: center;
margin: 3px 7px 0px 7px;
}
#menu dt {
text-align: center;
background: #9f202d;
}
#menu dd {
}
#menu li {
z-index: 200;
text-align: center;
background: #9f202d;
width: 140px;
position: relative;
left: 10px;
top: -2px;
}
#menu li a, #menu dt a {
color: white;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #9f202d;
text-decoration: underline;
}
a {
text-decoration: none;
color: #9f202d;
}
a:hover {
text-decoration: underline;
color: #9f202d;
}.whiteheader {
	font-family: arial;
	font-size: 13pt;
	color: #f7f7f7;
}
.bigred {

	font-family: arial;
	font-size: 13pt;
	line-height: 16pt;
	color: #9f202d;
}

ul {
	list-style-image: url('bulletarrows.gif');
}
#content{
height: 100%;
}

html>body #content {
min-height: 716px;
overflow: hidden;
}

#overflow{
height: 100%;
}

html>body #overflow {
min-height: 716px;
overflow: hidden;
}
