@charset "utf-8";
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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #a4cede;
	background-image: url(../layout/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 780px;  /* 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. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}#header {
	background-image: url(../layout/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 960px;
}
#nav {
	background-image: url(../layout/nav.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 960px;
}
#mainbtm {
	background-image: url(../layout/main_btm.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 960px;
}
#footer {
	background-image: url(../layout/footer.jpg);
	background-repeat: no-repeat;
	height: 242px;
	width: 960px;
}

.stylesmallfont {
font-size:x-small;
}
.floatLeft {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.floatRight {
	float: right;
	padding-left: 8px;
	padding-bottom: 8px;
}
#navcontainer {
	padding-right: 230px;
	padding-left: 230px;
	height: 32px;
	padding-top: 5px;
}
#headertext {
	position: absolute;
	top: -100px;
	margin: 0px;
}
#maintexts {
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 25px;
}
#btmlinks {
	text-align: center;
}
#btmlinks a {
	color: #29658D;
	text-decoration: none;
}
#btmlinks a:hover,#copyright  a:hover {
	color: #6633FF;
	text-decoration: none;
}
#copyright {
	text-align: center;
	padding-top: 50px;
	color: #4A697E;
}
#copyright  a {
	color: #336666;
	text-decoration: none;
}

#maintexts h1 {
	color: #64379B;
}
#maintexts h2 {
	color: #528FCE;
}
#header h1 {
	position: absolute;
	top: -100px;
}
#maintexts a {
	text-decoration: none;
	color: #003399;
}
#maintexts a:hover {
	text-decoration: none;
	color: #663399;
}
#maintexts h3 {
	color: #006666;
}
#columnRight {
	float: right;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid #5E3492;
}

