body {
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	background-color: #E1E4EE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

#wrap{
	width: 779px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;

}

#container {
	float: left;
	width: 779px;

}


#header {
	background-color: #FAF8E9;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 141px;
	float: left;
	width: 778px;
}
#header a {
	display: block;
	float: left;
	height: 100px;
	width: 390px;
	margin-top: 30px;
	margin-left: 20px;
	text-indent: -9999px;
}

#topNavHome {
	background-color: #FFFFFF;
	height: 21px;
	float: left;
	width: 778px;
	text-align: right;
	padding-top: 7px;
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-x;
}

#topNavHome a {
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
}

#topNavHome a:hover {
	color: #C3C9DC;
	text-decoration: none;
}


#topNav {
	background-color: #263D82;
	height: 21px;
	float: left;
	width: 778px;
	text-align: center;
	padding-top: 7px;
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-x;
}

#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}

#topNav a:hover {
	color: #C3C9DC;
	text-decoration: none;
}

#features {
	float: left;
	width: 779px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5bc412;
}

#feature1 {
	background-image: url(../images/feature1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 258px;
	width: 259px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FAF8E8;
}

#feature1 a {
	height: 258px;
	width: 259px;
	display: block;
	}
	
#feature1 a:hover {
	height: 258px;
	width: 259px;
	display: block;
	background-image: url(../images/feature1b.jpg);
	background-repeat: no-repeat;
	}
	

#feature2 {
	background-image: url(../images/feature2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 258px;
	width: 259px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FAF8E8;

}

#feature2 a {
	height: 258px;
	width: 259px;
	display: block;
	}
	
#feature2 a:hover {
	height: 258px;
	width: 259px;
	display: block;
	background-image: url(../images/feature2b.jpg);
	background-repeat: no-repeat;
	}

#feature3 {
	background-image: url(../images/feature3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 258px;
	width: 259px;

}

#feature3 a {
	height: 258px;
	width: 259px;
	display: block;
	}
	
	
#feature3 a:hover {
	height: 258px;
	width: 259px;
	display: block;
	background-image: url(../images/feature3b.jpg);
	background-repeat: no-repeat;
	}

#botNav {
	height: 17px;
	float: left;
	width: 776px;
	text-align: center;
	padding-top: 4px;
	color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #283F86;
	border-left-color: #283F86;
	margin: 0px;

}

#botNav a {
	text-decoration: none;
	color: #000000;
}

#botNav a:hover {
	color: #0066CC;
	text-decoration: none;
}

#bottomBar {

	background-color: #263D82;
	height: 21px;
	float: left;
	width: 778px;
	text-align: center;
	padding-top: 7px;
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-x;

}

#footer{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 44px;
	float: left;
	width: 778px;
	text-align: center;
	padding-top: 3px;
}
#content {
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	float: left;
	width: 738px;
	padding-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #000000;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
#content td {
	vertical-align: top;
}


.floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}


.floatRight {
	float: right;
	padding-left: 15px;
	margin-bottom: 10px;

}



#copyright {
	width: 778px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#copyright a{
	color: #000000;
	text-decoration: underline;
}

#copyright a:hover{
	color: #333333;
	text-decoration: none;
}
h2 {
	background-color: #D4D8E5;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: block;
	width: 758px;
	height: 35px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}




#leftNav {
	float: left;
	width: 140px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;
	height: 200px;
	display: block;
	margin-right: 20px;
}
#leftNav li {
	list-style-type: none;
	margin-left: -40px;
	padding-bottom: 6px;
	}

#leftNav a {
	text-decoration: none;

}

#leftNav a:hover {
	text-decoration: none;
}
#contentRight {
	float: right;
	width: 560px;
}
#tagLine {
	background-color: #ffffff;
	float: left;
	height: 32px;
	width: 708px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	padding-top: 7px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5bc412;
	text-align: right;
	padding-right: 70px;
	letter-spacing: .4em;
}
