

body{
	font-family:Verdana,"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.79em;
	line-height:1.2;
	background-color:#87A5BD;
	color:#7A8566;
	background-image:url(graphics/background.gif);
}

img{
	border:0;
	vertical-align:middle;
}

p{
	margin:0 0 1em 0;
}

ul{
	margin:0;
	padding:0;
}

hr{
	border-top:1px dashed #C4E384;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid white;
	padding:0;
	margin:0 0 7px 0;
}

a:link, a:visited{
	color:#96C436;
}
a:hover{}

a.moreLink:link, a.moreLink:visited{
	font-size:0.9em;
	text-decoration:none;
}

h1{
	font-family:Verdana,"Trebuchet MS", Helvetica, sans-serif;
	font-size:1.5454em;
	font-weight:normal;
	color:#5888AE;
	margin:0;
}
h2{
	font-family:Verdana,"Trebuchet MS", Helvetica, sans-serif;
	font-size:1.4545em;
	font-weight:normal;
	color:#96C436;
	margin:0 0 6px 0;
}
h3{
	font-family:Verdana,"Trebuchet MS", Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	color:#5888AE;
	margin:0;
}
h4{
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px 0;
}

.white{
	color:#FFFFFF;
}

.ltGreen{
	color:#96C436;
}

.grey{
	color:#7A8566;
}



#container{
	margin:15px auto 0 auto;
	position:relative;
	width:726px;
}


#header{
	position:relative;
	float:left;
	overflow:hidden;
	height:60px;
	width:726px;
	background-image:url(graphics/headerBack.gif);
	margin-bottom:5px;
}

.whiteLine{
	position:relative;
	float:left;
	height:1px;
	width:726px;
	overflow:hidden;
	background-color:#FFFFFF;
}

#mainNav{
	position:relative;
	float:left;
	width:711px;
	overflow:hidden;
	background-color:#FFFFFF;
	border-top:3px solid #C8E58C;
	padding:6px 0 5px 15px;
}
#mainNav li{
	display:inline;
	list-style-type:none;
	padding-right:18px;
	color:#7D7D7D;
	font-size:0.95em;
}
#mainNav li a:link, #mainNav li a:visited{
	text-decoration:none;
	background: url(graphics/navArrowGrey.gif);
	background-position:0 0.3em;
	background-repeat: no-repeat;
	padding-left:8px;
	color:#6A6A6A;
	
}
#mainNav li a:hover, #mainNav li a:link.selected, #mainNav li a:visited.selected{
	background: url(graphics/navArrowGreen.gif);
	background-position:0 0.3em;
	background-repeat: no-repeat;
	padding-left:8px;
	color:#96C436;
	/*font-weight:bold;*/
}

#banner{
	position:relative;
	float:left;
	height:176px;
	width:726px;
	overflow:hidden;
	background-image:url(graphics/banner1.jpg);
}

#banner2{
	position:relative;
	float:left;
	height:176px;
	width:726px;
	overflow:hidden;
	background-image:url(graphics/banner2.jpg);
}

#banner3{
	position:relative;
	float:left;
	height:176px;
	width:726px;
	overflow:hidden;
	background-image:url(graphics/banner3.jpg);
}
#banner4{
	position:relative;
	float:left;
	height:176px;
	width:726px;
	overflow:hidden;
	background-image:url(graphics/banner4.jpg);
}


.mainContentSpacerVertical{
	position:relative;
	float:left;
	height:30px;
	width:726px;
	overflow:hidden;
	background-color:#FFFFFF;
}

#mainContent{
	position:relative;
	float:left;
	width:696px;
	padding:0 15px 0 15px;
	background-color:#FFFFFF;
	display:inline;
}

/* 50% */
.column1{
	position:relative;
	float:left;
	width:318px;
	margin:0 15px 0 15px;
	display:inline;
}
.column1 li{
  	padding-left:2px;
}

.column2{
	position:relative;
	float:left;
	width:125px;
	margin:0 10px 0 10px;
	display:inline;
}
.column2 ul{
	padding:10px 0 20px 30px;
	list-style-type:square;
}
.column2 li{
	font-size:0.9em;
	padding:2px 0 2px 0;
	color:#96C436;
}
.column2 li.selected{
	font-weight:bold;
	color:#7A8566;
}
.column2 li a:link, .column2 li a:visited{
	text-decoration:none;
}
.column2 li a:hover{
	/*font-weight:bold;*/
	color:#7A8566;
	list-style-type:none;
}
.column3{
	position:relative;
	float:left;
	width:531px;
	margin:0 10px 0 10px;
	display:inline;
	/*background-color:#FFCCFF;*/
}
.column3 ul{
	padding:0 0 10px 30px;
	list-style-type:square;
	color:#7A8566;
}
.column3 li{
	padding:3px 0 3px 0;
}

.column4{
	position:relative;
	float:left;
	width:449px;
	margin:0 15px 0 15px;
	display:inline;
	/*background-color:#FFCCFF;*/
}
/* Boxes */

.featureBox{
	position:relative;
	float:left;
	width:318px;
	background-image:url(graphics/featureBook.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-bottom:1px solid #D2DFE9;
	margin-top:30px;
}

.featureBoxTitle{
	position:relative;
	float:left;
	width:188px;
	height:25px;
	background-image:url(graphics/featureBoxTitle.gif);
	padding:10px 0 0 12px;
	overflow:hidden;
}

.featureBoxContent{
	position:relative;
	float:left;
	width:188px;
	/*background-color:#CCCCFF;*/
	padding:9px 0 9px 12px;
}


.linkBox{
	position:relative;
	float:left;
	width:318px;
}

.linkBoxImage{
	position:relative;
	float:left;
	width:65px;
	height:66px;
	padding-right:10px;
}

.linkBoxTitle{
	position:relative;
	float:left;
	width:238px;
	padding:0 0 2px 5px;
	border-bottom:1px dashed #C4E384;
	color:#96C436;
}

.linkBoxContent{
	position:relative;
	float:left;
	width:238px;
	/*height:28px;*/
	padding:4px 0 0 5px;
}

.linkBoxMoreLink{
	position:relative;
	float:right;
	width:238px;
	padding-left:5px;
}

.linkBoxSpacer{
	position:relative;
	float:left;
	width:318px;
	height:28px;
	clear:both;
}


#profileHeader{
	position:relative;
	/*background-color:#00FFFF;*/
	padding-bottom:30px;
	float:left;
	font-size:1.2em;
}

#profileHeaderImage{
	position:relative;
	float:right;
	margin:0 0 10px 20px;
	vertical-align:top;
}

#profileHeaderTitle{
	position:relative;
	float:left;
	margin-top:0px;
	padding-left:7px;
}
#profileHeaderSubTitle{
	font-size:0.8em;
	color:#96C436;
}

#profileHeaderText{
	position:relative;
	float:left;
	clear:left;
	padding:15px 7px 12px 7px;
	margin-top:3px;
	border-top:1px dashed #C4E384;
	font-size:0.8em;
}

#profileHeaderPrint{
	position:relative;
	float:left;
	color:#96C436;
	font-size:0.76em;
	padding-left:7px;
}


#profileContent{
	position:relative;
	float:left;
	clear:both;
	width:456px;
	/*background-color:#99CCFF;*/
}

.contentBlock{
	padding-left:7px;
}

.faqSeperator{
	width:449px;
	border-bottom:1px dashed #C4E384;
	text-align:right;
	color:#96C436;
	padding:0 7px 5px 0;
	margin:20px 0 20px 0;
	font-size:0.8em;
	font-weight:bold;
}
.faqSeperator a:link, .faqSeperator a:visited{
	text-decoration:none;
}
.faqSeperator a:hover{
	
}


/* end Boxes */



#footer{
	position:relative;
	float:left;
	/*height:18px;*/
	width:711px;
	margin-top:5px;
	padding:7px 0 5px 15px;
	overflow:hidden;
	background-color:#FFFFFF;
	border-bottom:3px solid #C8E58C;
	font-size:0.8em;
}

#credit{
	position:relative;
	float:left;
	padding:10px 30px 0 0;
	text-align:right;
	width:696px;
	color:#44596C;
}
#credit a:link, #credit a:visited{
	text-decoration:none;
	color:#44596C;
}
#credit a:hover{
	text-decoration:underline;
}


.menuHeader{
	position:relative;
	float:left;
	width:110px;
	padding:2px 0 3px 15px;
	background-color:#E4F4C2;
	color:#6F6F6F;
	clear:both;
	margin-bottom:10px;
}