body {
	margin-top: 8px;
	color: #000000;
	font-size: 65%;
}

body, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color:#000099;
	text-decoration: underline;
}
a:hover{
	color:#EA2C2C;
	text-decoration: underline;
}
a:visited {
	color: #063561;
	text-decoration: underline
}
a:active {
	color:#999999;
	text-decoration: underline;
}
#container {
	text-align: "center";
	margin: 0 auto;
	width: 700px;
	text-align: "center";
	border: 1px solid #CCCCCC;
}
#header {
	width:700px;
	background-color: #319C6B;
	border-bottom-width: 2px;
	border-bottom-color: #FFCE39;
	border-bottom-style: solid;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#leftColumn {
	float: left;
	width: 135px;
	background-color: #F0F0F0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
#rightColumn {
	float: right;
	width: 510px;
	padding: 10px;
}
#footer {
	padding: 10px;
	clear: both;
	text-align: center;
	color: #000099;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #319C6B;
	background-color: #F7CE39;
	text-align: center;
}
.nav a:link {
	color:#336600;
	text-decoration: underline;
}
.nav a:hover{
	color:#003300;
	text-decoration: underline;
}
.nav a:visited {
	color: #FF6600;
	text-decoration: underline
}
.nav a:active {
	color:#336600;
	text-decoration: underline;
}
.nav a:visited:hover {
	color: #003300;
	text-decoration: underline
}
.optInTable {
	background-color: #FFFFFF;
	font-size: 10px;
	padding: 5px;
	width: 100%;
	border: 1px dashed #CCCCCC;
}
.testimonialTable {
	padding: 5px;
	text-align: center;
}
.testimonialGreenBlock {
background: #93FF93;
	padding: 15px;
	border: 2px solid #000099;
	width: 85%;
	margin: auto;
}
.testimonialBlueBlock {
	padding: 15px;
	border: 2px solid #000099;
	width: 85%;
	margin: auto;
	background-color: #0000FF;
}
