@charset "UTF-8";
/* CSS Document */

.homeBox {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}

.LeftCol {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #232423;
	font-weight: normal;
}

.bodyContent {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #232423;
	font-weight: normal;
}

a:link {
	color:#39b54a
}

a:visited {
	color:#268232
}

a:hover {
	color:#268232
}

a:active {
	color:#39b54a
}

h1{
	font-family: Arial, sans-serif;
	font-size: 15px;
	color:#39b54a;
	font-weight: bold;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #232423;
	font-weight: bold;
}

#container {
	background-color: #dadada;
}

#topBanner {
	background-color: #000000;
}

#leftColumn {
	background-color: #f7f7f7;
}

#mainContent {
	background-color: #fefefe;
}

#footer {
	background-color: #000000;
}

