body {
	background-color: #DCE3BF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 13px;
}	

a:link { color: #0066CC; }
a:visited { color: #79B369;	}


/* -------------------------------------------- */
/* default form info */

input, textarea, select {
	font: 90%  Arial, Helvetica, sans-serif;
	color:#005A8B;
	border:solid 1px #aaa;
	padding:1px;
}

option { /* FF fix for selector in dropdown covering part of text */
	padding: 0 5px;
}

input.submit {
	font-weight:900;
	color:#5B8F22;
	background:#eee;
	border:outset 1px #5B8F22;
	padding:1px 3px;
}
input.submitBlue {
	font-weight:900;
	color:#fff;
	background:#005A8B url(/_images/bg_button_b.gif) bottom repeat-x;
	padding:1px 3px;
}
input.submitGray {
	font-weight:900;
	color:#FFF;
	background:#888 url(/_images/bg_button_g.gif) bottom repeat-x;
	border:solid 1px #4C6F20;
	padding:1px 3px;
}
input.reset {
	font-weight:900;
	color:#fff;
	background:#c00;
	border:outset 1px #fff;
	padding:1px 3px;
}

option.highlight {
	font-weight:900;
	background:#e5eef3;
	border-top:solid 1px #005A8B;
	border-bottom:solid 1px #005A8B;
}
option.redText {
	color:#c00;
	background:#ccc;
}

/* -------------------------------------------- */



#mainNav {
	color:#4A391D;
	clear:both;
	min-width:690px;
	width:690px;
	height:25px;
	margin:87px 0 0 225px;
	padding:0;
}	
#mainNav ul{
	list-style:none;
}
#mainNav li { 
	font: bold 13px Arial, Helvetica, sans-serif;
	float: left;
	color:#fff;
	line-height:22px;
	position:relative;
	top:1px;
	margin:0;
}	
#mainNav li a {	
	text-decoration:none;
	color: #4A391D;
	padding:5px 15px 7px 15px;
}		
#mainNav li a:hover {
	text-decoration: none;
	color: #fff;	
}

#mainNav li a.on {	
	text-decoration:none;
	color: #fff;
	padding:5px 15px 7px 15px;
}	

#homeLink {
	text-align:right;
	padding:5px 10px;
	font-weight:900;
	font-size:80%;
}

#homeLink a {
	color: #fff;
}		
#homeLink a:hover {
	text-decoration: none;
}




	
h2, h3 { color: #4F8024;}
h2 { 	font-size:135%; 
		font-weight:300;
}
	
h3 { 	font-size:110%;
		font-weight:500;
		padding:0;
		margin:0;
}

.bolder { font-weight:700; }
.leaderBrown {color: #4A391D; }
.blue {color: #0066CC; }
.nowrap { white-space:nowrap; }
.required { color: #c00; font-weight:900; }

#mainContainer {
	width:902px;
	margin:10px auto;
	padding:0 0 80px 0;
	text-align:left;
	border:solid 2px #666;
	background:#d2e7fa;
	line-height:140%;
}

#topBanner { 
	margin:0; padding:0; 
	background:#CAD2A2 url(/_images/main_bottom.gif) bottom center no-repeat;
	height:348px;
}
	
#homeContent {
	margin: 0 50px;
}

#homeContent td.left {
	width:220px;
}

#homeContent #firstRow td {
	padding-bottom:10px;
}

.gradLeft {
	padding:20px 5px 5px 5px;
	background:#CAD2A2 url(/_images/grad_left.gif) top right repeat-y;
}

.gradRight {
	margin:0;
	padding:20px 5px 5px 5px;
	background:#93C9FF url(/_images/grad_right.gif) top left repeat-y;
}


.subNav {
	color: #4A391D;
	font-size: 14px; 
	font-weight: bold;
	margin:20px 10px;
	padding:0;
}

.subNav li {
	list-style:none;
	margin-bottom:5px;
}
	
.footnote {
	font-size: 10px;
	color: #666;
	text-align:center;
}



#leftSide {
	float:left;
	width:220px;
	padding:43px 0 0 40px;
	
}

#rightSide {
	margin-left:265px;
	max-width:600px;
	padding:15px 10px 10px 0;
	
}

#popupContent {
	padding: 10px 20px;
}

#popupContent table {
	margin-bottom:30px;
	width:98%;
}

#popupContent table th {
	border-bottom:dashed 1px #ddd;
	font-weight:300;
}

#popupContent table td {
	border-bottom:dashed 1px #ddd;
}

#popupContent table caption{
	color: #4F8024;
	font-size:110%;
	font-weight:500;
	text-align:left;
}


#popupContent .testimonial{
	margin:0 20px 30px 20px;
}
#popupContent h3{
	color:#93C9FF;
	font-weight:900;
}

