body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #dbe7f0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0;
	text-align: left;
}
.oneColFixCtr #mainHomeContent {
	padding: 560px 10px 20px 10px;
	background: url(imgs/homeheader.jpg) no-repeat;
	color: #666;
}
.oneColFixCtr #mainContent {
	padding: 185px 10px 20px 10px;
	background: url(imgs/header.jpg) no-repeat;
	color: #666;
}
.oneColFixCtr #footer {
	padding: 0 10px;
	background:#004df0;
	color: #FFFFFF;
	text-align: center;
}
.oneColFixCtr #footer p {
	margin: 0;
	padding: 10px 0 40px 0;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}
.greenText {
	color: #24f637;
	font-size: 1.2em;
}
.blackText {
	color: #000;
	font-size: 1.2em;
}
li {
	padding-bottom: 10px;
}
.align-right {
	float:right; margin: 0 0 30px 20px;
}
a.footer:link {
    text-decoration:none;
    color: #ffffff;
}
a.footer:visited {
    text-decoration:none;
    color: #ffffff;
}
a.footer:active {
    text-decoration:underline;
    color: #ffffff;
}
a.footer:hover {
    text-decoration:underline;
    color: #ffffff;
}
a.bigLink:link {
    text-decoration:underline;
    font-size: 1.4em;
    color: #ff0000;
}
a.bigLink:visited {
    text-decoration:underline;
    font-size: 1.4em;
    color: #ff0000;
}
a.bigLink:active {
    text-decoration:none;
    font-size: 1.4em;
    color: #ff0000;
}
a.bigLink:hover {
    text-decoration:none;
    font-size: 1.4em;
    color: #ff0000;
}
.productLeft {
    float: left;
    width: 60%;
}
.productRight {
    float: right;
    width: 35%;
}
