body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.mainBG {
	background-image:url(../main-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:450px;
}


#header {
	background-color: #e9eaf3;
	height: 40px;
}
 
#leftNav {
	font-family: Arial, sans-serif;
	padding: 0 8px 4px 8px;
	background-color: #E8E8E8;
    width: 130px;
  	float: left;
}

#leftNav a:link {
	color: #033f88;
	text-decoration: none;
}

#leftNav a:visited {
	color: #033f88;
	text-decoration: none;
}

#leftNav a:hover {
	text-decoration: underline;
}

.bodyText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.bodyText a:link {
	font-size:11px;
	color: #003366;
	text-decoration: underline;
}

.bodyText a:visited {
	font-size:11px;
	color: #003366;
	text-decoration: underline;
}

.bodyText a:hover {
	text-decoration: none;
}

.bodyRightCol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.bodyRightCol a:link {
	font-size:11px;
	color: #003366;
	text-decoration: underline;
}

.bodyRightCol a:visited {
	font-size:11px;
	color: #003366;
	text-decoration: underline;
}

.bodyRightCol a:hover {
	text-decoration: none;
}

hr {
	border-width:1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.rightMod {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rightMod a:link {
	color: #773b4a;
	text-decoration: none;
}
.rightMod a:hover {
	color: #773b4a;
	text-decoration: underline;
}

.rightMod a:visited {
	color: #773b4a;
	text-decoration: none;
}

.bottomText {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bottomText a:link {
	color: #773b4a;
	text-decoration: none;
}
.bottomText a:hover {
	color: #773b4a;
	text-decoration: underline;
}

.bottomText a:visited {
	color: #999999;
	text-decoration: none;
}