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

body {
	background: #f3f7fe url(images/bg_sky-final.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #232824;
	line-height: 19px;
	text-align: left;
}

p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #232824;
	line-height: 0px;
	text-align: left;
}

h1 {
	font-family: Georgia;
	font-size: 16px;
	font-style: bolder;
	color: #597faa;
	line-height: 21px;
	padding-bottom: 12px;
	text-align: left;
	max-width: 580px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: bold;
	color: #778132;
	line-height: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	text-align: left;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #608ab8;
	line-height: 16px;
	padding-bottom: -10px;
	text-align: left;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}

ul {
	list-style: disc url(images/list-arrow-green.gif) inside;
	margin-left:0;
	padding-left:6px;
}

.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.topimage {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	clear: both;
}

.rule1 {
	width: 580px;
	height: 1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}

.rule2 {
	width: 580px;
	height: 1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}

#innerwrapper {
	width: 750px;
	align: left;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	padding-right: 50px;
}

/* HEADER NAV MENU STYLES */
#menuheader{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
	background-color: ;
	background-repeat: ;
	background-position: ;
	background-image: ;
	font: 14px Arial;
	border-top-width: ;
	border-top-style: ;
	border-top-color: ;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
}

.menu:link, .menu:visited{
	color: white; /*text color*/
	padding: 10px 18px;
	text-decoration: none;
	text-shadow: ; /*divider between menu items*/
	border-right-width: ;
	border-right-style: ;
	border-right-color: ;
}

.menu:hover, .lastmenu:hover, .current{
	color: white;
	background-color: #333d2b;
	background-repeat: ;
	background-position: ;
}
.lastmenu:link, .lastmenu:visited{
	color: white; /*text color*/
	padding: 10px 18px;
	text-decoration: none;
	text-shadow: ; /*divider between menu items*/
}

a:link { color: #232824; text-decoration: underline; }
a:visited { color: #232824; text-decoration: underline; }
a:hover { color: #232824; text-decoration: none; }
a:active { color: #232824; text-decoration: none; }