/* CSS Document */

/* Begin General Styles */
body {
	margin: 5px 0px 0px 0px;
	text-align: center;
}
/* End General Styles */

/* Container for the main white base and header */
#container {
	background-color: #d7f29c;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 152px;
	float:left;
}
#headerleft {
	background-color: #000000;
	width: 535px;
	height: 152px;
	float: left; 
	margin: 0px;
}

/* Begin menuB navigation style */
#headerright {
	background: url(images/topBanner_right.jpg) repeat 0;
	width: 265px;
	height: 152px;
	float: left; 
	margin: 0px;
	padding: 0px;
}
#headerright ul {
	padding: 0px;
	margin: 87px 0px 0px 0px;
 	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align:left;
	line-height: 30px;
	text-indent: 1px;
	letter-spacing: 0px;
}	
#headerright a {
	display: block;
	width: 120px;
	height: 30px;

}
#headerright a:link,#headerright a:visited {
	background: none;
	color: #ffffff;
	text-decoration: none;
}
#headerright a:hover {
	background: none;
	color: #ceef48;
	text-decoration: none;
}
#headerright li a#current {
	background: none;
	color: #ceef48;
	text-decoration: none;
}
/* End menuB navigation style */

/* Begin menu navigation style */
#menu {
	background: url(images/menuBar.jpg) repeat 0;
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 27px;
	float:left;
}
#menu ul {
	padding: 0px;
	margin: 0px;
 	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}	
#menu ul li {
	list-style:none;
	margin: 0px;
	display: inline;
}
#menu ul li a {
	float:left;
	padding: 0px;
	margin: 6px 5px 0px 5px;
	text-decoration: none;
}
#menu ul li a:link {
	color: #ffffff;
	background: none;
}
#menu ul li a:visited {
	color: #ffffff;
	background: none;
}
#menu ul li a:link:hover, #menu ul li a:visited:hover {
	color: #ceef48;
	background: none;
}
#menu ul li a#current {
	background: none;
	color: #ceef48;
	text-decoration: none;
}
/* End menu navigation style */

/* Container for homepage content */
#content {
	width: 800px;
	height: 392px;
	margin-top: 0px;
	background: #d7f29c;
}
#home {
	background-color: #2241a5;
	width: 800px;
	height: 392px;
	float: left; 
	margin: 0px;
}
/* End of Container for homepage content */

/* Container for subpage content */
#content2 {
	width: 800px;
	overflow: auto;
	background: #d7f29c;
	padding-bottom: 10px;
	float:left;
}
#content2 h1 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #2241a5;
	text-align:left;
	margin: 15px 0px 8px 80px;
}
/* End of Container for subpage content */

/* class */
.text {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3e3f0d;
	margin: 0px 80px 0px 80px;
	text-align:left;
	line-height: 16px;
}
.text2 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3e3f0d;
	margin: 30px 0px 0px 80px;
	text-align:left;
	line-height: 16px;
}
.text3 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3e3f0d;
	margin: 0px 80px 15px 0px;
	text-align:right;
	line-height: 16px;
}
.text4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3e3f0d;
	margin: 10px 85px 0px 0px;
	text-align:right;
	line-height: 12px;
}
.imagecenter {
	float: left;
	margin: 10px 0px 2px 0px;
}
.imagecenter2 {
	float: right;
	margin: 0px 80px 20px 40px;
}
.certified {
	float: right;
	margin: 10px 72px 5px 10px;
}
.certified2 {
	float: left;
	margin: 275px 10px 5px 72px;
}
.certified3 {
	float: left;
	margin: 240px 10px 5px 72px;
}
.dotimage {
	margin: -1px 0px 0px 0px;
	float:left;
}
.dotimageB {
	margin: 8px 0px 0px 0px;
	float:left;
}
/* end of class */

#footer {
	background: url(images/copybar.gif) no-repeat;
	background-color: #2241a5;
	width: 800px;
	height: 29px;
	float:left;
}
#footer h2 {
	margin: 6px 12px 0px 0px;
	text-align: right;
	font: 9px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #7e96e5;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #7e96e5;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* End Container Styles */
