a.menu:link {
	color: black;
	text-decoration: none;
}

a.menu:visited {
	color: black;
	text-decoration: none;
}

a.menu:active {
	color: #C71E20;
	text-decoration: underline;
}

a.menu:hover {
	color: black;
	text-decoration: underline;
}

a:link {
	color: #c71e20;
	text-decoration: none;
}

a:visited {
	color: #660000;
	text-decoration: none;
}

a:active {
	color: #c71e20;
	text-decoration: none;
}

a:hover {
	color: #c71e20;
	text-decoration: underline;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.maintable {
	margin: 0px;
	padding: 0px;
}
.leftbg {
	background-image: url(../images/ovleftbg.gif);
	background-repeat: repeat-y;
}
.rightbg {
	background-image: url(../images/ovcontent.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottomrule {
	height: 10px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#menu {
	vertical-align: top;
	width: 156px;
	border: 0px none;
	margin: 0px 0px 10px -40px;
	padding: 0px;
}

#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 175%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 8px;
	padding-top: 2px;
}

#menu li ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border:0;
	color: #000000;
	text-align: left;
	line-height: normal;
	list-style-type: disc;
	margin: 0 0 0 -20px;
	padding:0 0 3px 0;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 10px;
	line-height: 200%;
}

.menucurrent {
	color: #C71E20;
	text-decoration: underline;
}

.ovtop {
	margin: 0px;
	height: 138px;
	width: 583px;
	vertical-align: bottom;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	border-left: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	color: #C71E20;
	padding-right: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.pullquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	padding: 10px;
	float: right;
	height: 120px;
	width: 130px;
	border: medium solid #009900;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.smalltext {
	font-size: 12px;
	lineheight: 100%;
	}