/*
	Lighter green - 33A02C
	Title green - 165829
*/


body
{	margin:0px;
	background-image:   url("img/page_bg.jpg"); background-repeat: repeat-x;
	background-color: #339E2C;
}

.body
{	padding-top: 5px;
	font-family: Arial, Verdana, sans-serif; font-size:12px;
	line-height: 130%;
}
.body a
{	color: #165829;
}

.leftbox
{	background-image:   url("img/left_bg.jpg"); background-repeat: repeat-x;
	background-color: #4D4D4D;
}
.leftboxbottom
{	background-color: #4D4D4D; }


.rightbox
{	background-color: #DEDEDE;
}

.columnleft
{	margin: 4px 4px 8px 4px; text-align: left;
	font-family: Arial, Verdana, sans-serif; font-size: 12px; color: white; }
.columnleft a
{	color: white; }

.columnright
{	margin: 4px 4px 8px 4px; text-align: left;
	font-family: Arial, Verdana, sans-serif; font-size: 12px; color: black; }
.columnright a
{	color: black; }

.midcolumn
{	padding: 3px 10px 0px 3px; }

.smalltext
{	font-size: 11px; }

.mainbody
{	padding: 12px 8px 8px 8px;
	text-align:left; }
.mainbody, .mainbody td
{	font-family: Arial, Verdana, sans-serif; font-size:12px;
	line-height: 130%; }

H1
{	font-family: Futura, Futura Book, Arial, Verdana, sans-serif;
	font-size: 24px; color: #165829; line-height: 110%;
	margin: -6px 0px 10px 0px;
	font-weight:normal; }

H3, .H3
{	font-family: Futura, Futura Book, Arial, Verdana, sans-serif;
	font-size: 15px; color: #165829; line-height: 110%;
	margin: 4px 0px 4px 0px;
	font-weight:bold; }

.copyright
{	padding: 5px; font-size: 11px; color: white; }


.courseLinks {
	line-height: 180%;
	text-align: center;
	width: 650px;
}
 .courseLinks a:link, .courseLinks a:visited, .courseLinks a:hover, .courseLinks a:active {
	color: #e9e9e9;
}
.courseLinks {
	color: #cccccc;
}

.courseleft {
	float:left;
	text-align: left;
}
.courseright {
	float:right;
	text-align: left;
}


.pdftext, .pdftext a
{	font-size: 11px; color: #666666; }


/* For print benefit */

.showPrint {
	display: none;
}

#mainTable {
	width: 754px;
}

#mapTable {
	width: 593px;
}

#mapImage {
	text-align: center;
}



.vrList {
	margin: 0px 2px 0px 20px;
	padding: 0px;
}
.vrList li {
	margin: 0px 0px 5px 0px;
}

.footer, .footer a:link, .footer a:visited, .footer a:active{
  padding: 5px; font-size: 11px; color: white;  text-decoration:none; }
  
  .footer a:hover{
  text-decoration:underline;
  }