@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000000;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#mainContent #row1 {
	background-image: url(../layout/row1.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 1060px;
	vertical-align: top;
	top: auto;
}
#mainContent #header {
	background-image: url(../layout/rowheader.jpg);
	height: 309px;
	width: 1060px;
}
#mainContent #main {
	background-image: url(../layout/rowmain_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 1060px;
}
#mainContent #main #maintextarea {
	background-image: url(../layout/rowmain.jpg);
	background-repeat: no-repeat;
	height: 318px;
	width: 1060px;
}
#mainContent #btmlinks {
	background-image: url(../layout/row_btmlinks.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 1060px;
}
#mainContent #copyright {
	font-size: small;
	color: #FFFFFF;
	background-image: url(../layout/btm.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 70px;
	width: 1060px;
}

#mainContent #copyright a {
	color: #CC6600;
	text-decoration: none;
	}
	
	#mainContent #copyright a:hover {
	color: #00CCFF;
	text-decoration: none;
	}

.style1 {
	font-size:x-small;
	text-decoration: none;
	}#maintextarea h1 {
	color: #CC3300;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#centerquote {
	font-size: medium;
	color:#993300;
	text-align:center;
	padding-right: 100px;
	padding-left: 100px;
	font-weight: bold;
	font-style: italic;
	}
	
#maintextarea p {
	font-size: small;
	color: #336699;
	text-align: left;
	padding-right: 70px;
	padding-left: 70px;
}
#maintextarea h2 {
	color: #006666;
	text-align: center;
	padding-right: 50px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	margin-left: 60px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent #row1 {
	font-size: x-small;
	color: #C0B7F8;
	text-align: right;
	padding-right: 100px;
	width: 960px;
	height: 30px;
	padding-top: 20px;
}
#maintextarea a {
	text-decoration: none;
	color: #CC0000;
}

#maintextarea a:hover {
	text-decoration: none;
	color: #0000FF;
}#maintextarea #textcenter {
	font-size: small;
	text-align: center;
	padding-right: 100px;
	padding-left: 100px;
	color: #003333;
}
#tablecenter {
	font-size: small;
	text-align: left;
	padding-right: 100px;
	padding-left: 100px;
	color: #003333;
}
#maintextarea h3 {
	color: #660000;
	text-align: left;
	padding-right: 70px;
	padding-left: 70px;
}
#row1 a {
	text-decoration: none;
	color: #C0B7F8;
}

#row1 a:hover {
	text-decoration: none;
	color: #CC6600;
}
#header #telltime {
	font-size: x-small;
	color: #C0B7F8;
	text-align: right;
	padding-right: 90px;
	padding-top: 285px;
}
