@charset "utf-8";
/* CSS Document */
<!--

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #99C832;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}

.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background: #FFFFFF;
	margin: 0;
	text-align: left;
}

.oneColFixCtr #header {
	padding: 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:auto;
}

.oneColFixCtr #pictures {
	width: 1000px;
	height: auto;
}

.oneColFixCtr #menu {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:auto;
}

.oneColFixCtr #mainContent {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0;
	text-align: left;
}

.oneColFixCtr #left {
	width: 65%;
	padding: 0 15px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 450px;
}

.oneColFixCtr #landingpage {
	width:95%;
	padding: 0 15px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:450px;
}
.oneColFixCtr #right {
	width: 30%;
	height: 450px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	float:right;
}

.oneColFixCtr #footer {
	width: 1000px;
	height: auto;
	background: #FFFFFF;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

H1 {
	font-size:24px;
	color: #999999;
}

H2 { font-size:18px }

H3 { font-size:18px }

a.mainContent:link {
	color:#99c832;
	text-decoration: underline;
}

a.mainContent:hover {
	color:#99c832;
	text-decoration: underline;
}

a.mainContent:visited {
	color:#99c832;
	text-decoration: underline;
}

a.right:link {
	color:#99c832;
	text-decoration:none;
}

a.right:hover {
	color:#99c832;
	text-decoration:none;
}

a.right:visited {
	color:#99c832;
	text-decoration:none;
}

