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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #006;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #E7E7E7;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #E7E7E7;	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/bg.gif);
	font-size: x-small;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.ethos {
	font-size:x-large;
	color:#FF0;
	font-weight:bold;
}
.ethostext{
	color:#006;
	font-weight:bold;
}
.frontbox {
	background-image: url(../images/boxbg2.gif);
	background-repeat: no-repeat;
	text-align: justify;
}
.frontbox2 {
	background-color: #6379A1;
	color: #FFF;
}
.frontboxheader {
	color:#00F;
	font-size:large;
	font-weight:bold;
}
.aim {
	color:#FF0;
	font-size:x-large;
}
.headerinfo{
	color:#4F6B93;
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;	
}

.topbox{
	background-image:url(../images/boxbg.png);
	background-repeat: no-repeat;
}
.pagebutton {
	float: left;
	width: 220px;
}
.pagepic {
	float: right;
	width: 180px;
}
.pagetext {
	clear:both;
	text-align: justify;
	padding: 10px;
}
.b:link {
	color: #006;
	text-decoration: none;
}
.b:visited {
	text-decoration: none;
	color: #003;
}
.b:hover {
	text-decoration: none;
	color: #FF0;
}
.b:active {
	text-decoration: none;
	color: #FF0;
}