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

body {
	background-color:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#siteContainer {
	width:875px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:875px;
	height:65px;
}

#logo {
	padding:10px 0;
	float:left;
}

#navbar {
	float:right;
	padding:10px 0;
	padding-top:35px;
}

.navLink a.navLinkSelected:link, .navLink a.navLinkSelected:visited{
	color:#929294;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size:12px;
	padding: 0 6px;
	text-decoration:none;
	border:1px solid #44af34;
	border-width:0 0 2px 0;
}

.navLink a.navLinkSelected:active, .navLink a.navLinkSelected:hover {
	border:1px solid #44af34;
	border-width:0 0 2px 0;
}

.navLink a:link, .navLink a:visited{
	color:#929294;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size:12px;
	padding: 0 6px;
	text-decoration:none;
}

.navLink a:active, .navLink a:hover {
	border:1px solid #44af34;
	border-width:0 0 2px 0;
}

#footer {
	width:875px;
	border:1px solid #e0e0e0;
	border-width:1px 0 0 0;
	text-align:left;
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:10px;
	padding:3px 0;
	color:#929294;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#929294;
	text-decoration:none;
}

#threeBoxes {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:3px;
}

#boxOne {
	background-image: url('../img/homeGradient.jpg');
	background-repeat: repeat-x;
	margin:0 1px 0 0;
	float:left;
	width:290px;
	height:130px;
	
}

#boxTwo {
	background-image: url('../img/homeGradient.jpg');
	background-repeat: repeat-x;
	margin:0 1px 0 1px;
	float:left;
	width:291px;
}

#boxThree {
	background-image: url('../img/homeGradient.jpg');
	background-repeat: repeat-x;
	margin:0 0 0 1px;
	float:left;
	width:290px;
	height:130px;
}

.boxContent {
	padding:15px 20px;
	line-height:18px;
}

.boxContent .title {
	color:#fff;
	font-weight:bold;
}

.boxContent a:link, .boxContent a:visited, .boxContent a:active, .boxContent a:hover {
	color:#439236;
	text-decoration:none;	
	padding:2px 0;
}

.boxContent .fauxLink {
	color:#439236;
	text-indent:12px;
	margin-left:-12px;
}

a.learnMoreLink:link, a.learnMoreLink:visited, a.learnMoreLink:active, a.learnMoreLink:hover {
	color:#439236;
	font-weight:bold;
	text-decoration:none;
	font-weight:14px;
	font-family:verdana,arial,helvetica,sans-serif;
}

#subNav {
	float:left;
	width:200px;
	text-align:left;
	padding-left:10px;
}

#bodyContent {
	float:left;
	width:630px;
}

#bodyContent p {
	color:#585858;
	font-size:14px;
	padding:5px 0;
}

#bodyContent ul {
	list-style-type:square;
	font-size:12px;
	color:#44af34
}

#bodyContent ul .bodySpan, .bodySpan {
	color:#585858;
}

#bodyContent p.subitems {
	color:#44af34;
	font-size:12px;
}


.pageTitle {
	width: 630px;
	border:2px dotted #585858;
	border-width:0 0 2px 0;
	color:#44af34;
	font-size:18px;
	font-weight:bold;
	padding: 20px 0 5px 0;
}

.pageTitleTwo {
	width: 875px;
	border:2px dotted #585858;
	border-width:0 0 2px 0;
	color:#44af34;
	font-size:18px;
	font-weight:bold;
	padding: 20px 0 5px 0;
	text-align:left;
}

.subNavLink {
	width:140px;
	border:2px dotted #585858;
	border-width:0 0 2px 0;
	padding:15px 0;
}

.subNavLink a:link, .subNavLink a:visited {
	color:#696969;
	text-decoration:none;
	font-size:14px;
	padding-left:5px;
}

.subNavLink a:active, .subNavLink a:hover {
	color:#44a34f;
}

#subSubNav {
	margin-top:-10px;
}

.subSubNavLink a:link, .subSubNavLink a:visited {
	font-size:12px;
	color:#696969;
	text-decoration:none;
	margin-left:20px;
}

.subSubNavLink a:active, .subSubNavLink a:hover {
	color:#44a34f;
}

#bodyContent p.bodyTitle {
	color:#44af34;
	font-weight:bold;
}

#bodyContent p.bodyError {
	color:#ff0000;
	font-weight:bold;
	padding:0 0;
}

#bodyContent a:link, #bodyContent a:visited, #bodyContent a:active {
	color:#44af34;
}

.paperThumb {
	float:left;
	width:130px;
}
.paperText {
	float:right;
	width:495px;
}

.formContent input {
	color:#585858;
	font-size:12px;
	width:200px;
	border:1px solid #ccc;
}

.formContent td  {
	color:#585858;
	font-size:12px;
}

.qsource {
	font-size:9px;
}