body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #BABCBE;
	text-align: center;
}
a:link {
	color: #EC5133;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;

}
div#main_nav {
	padding: 0;
	top: 220px;
	width: 801px;
	height: 28px;
	background-position: center;
	background-image: url(../images/nav-bar_08.gif);
	background-repeat: no-repeat;
	maring: 0 auto;
	text-align: center; /* counter the body center */
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
div#main_nav ul{
margin: 0;
padding: 0 0 0 0;
}
div#main_nav ul, div#main_nav li{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#main_nav a:link {
float: center;
line-height: 28px;
font-weight: bold;
margin: 0 15px 0 0;
padding: 7px 0 0 0;
text-decoration: none;
color: #FFFFFF;
}
div#main_nav a:hover{
float: center;
line-height: 28px;
font-weight: bold;
margin: 0 15px 0 0;
padding: 7px 0 0 0;
text-decoration: none;
color: #FFFFFF;
border-bottom: 4px solid #000000;
padding-bottom: 2px;
}
div#main_nav a:visited{
float: center;
line-height: 28px;
font-weight: bold;
margin: 0 15px 0 0;
padding: 7px 0 0 0;
text-decoration: none;
color: #ffffff;
padding-bottom: 2px;
}

table#main {
width: 780px;
border: 0;
}
.red_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #EC5133;
}
.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding: 10px 5px 10px 5px;
	background-color: #FFFFFF;
}
.red_subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #EC5133;
	padding: 10px 0 0 0;
}
.black_subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
}
.current{
border-bottom: 4px solid #000000;
}
.rLine {
	background-color:#FFFFFF;
	width: 3px;
	height: 100%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.line {
	background-color:#FFFFFF;
	width: 3px;
	height: 100%;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

