/* Global Styles */

body {
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 100%;
	background: #9cc0ff url(../images/gradient.png) repeat-x 0 -5px;
}

a:link {
	text-decoration: none;
	color: #332cdf;
}

a:visited {
	text-decoration: none;
	color: #332cdf;
}
		
a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #332cdf;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
	background-color: #332cdf;
	padding-left: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #332cdf;
}

/* Layout Divs */

#banner {
	float: left;
	width: 99.9%;
	margin-top: 5px;
	margin-left: 2px;
	min-height: 85px;
	text-align: right;
}

#headerImgs {
	float: left;
	width: 99.9%;
	min-height: 164px;
	margin-bottom: 3px;
	text-align: center;
	background-image: url(header-home-886x164.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#navigation {
	float: left;
	width: 99%;
	margin-top: 4px;
	text-align: center;
}

#main {
	float: left;
	width: 98%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	background-color: #fff;
	border-top: 1px solid #6c6cff;
	border-right: 2px solid #6c6cff;
	border-bottom: 2px solid #6c6cff;
	border-left: 1px solid #6c6cff;
}

#footer { float:left; clear:both; width: 97%; border-top: 1px dotted #fff; color: #fff; text-align: center; margin-top: 10px; margin-left: 10px; padding:5px; }
#footer	p { font-size: smaller; font-family: Arial, Helvetica, sans-serif; }
#footer a:link, #footer a:visited, #footer a:hover { text-decoration:none; border-bottom: 1px dashed #fff; }



/* main link styles */

#navigation a:link, #navigation a:visited, #navigation a:hover {
	color: #332cdf;
	text-decoration: none;
}


ul, li {
	margin: 0;
	padding-left: 0;
}

/* Class Styles */

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 95%;
	color: #6c6cff;
	padding-left: 20px;
}

.centerContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #666;
	line-height: 1.166;
	padding: 15px;
}

.centerContent ol {
	margin-left: 1em;
	padding-top: 1em;
	list-style-type: square;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #666;
}

.statement {
	width: 70%;
	margin-left: 2em;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 20px 40px 20px 40px;
}

.foot img {
	float: right;
	vertical-align: top;
}	


