@charset "utf-8";
body  {
	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: #EEEEEE;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	background-image: url(../../mainimages/bg/spaceship.gif);
}
.thrColFixHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FAF5E2;
	border: 0px solid #000000;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px solid #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	margin-top: 20px;
	background-color: #FAF5E2;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #DCDCDC;
	background-image: url(../../css/mainimages/logo.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 150px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 360px;
	right: 20px;
	margin-left: 0px;
}
/*********** Horizontal Nav *************/

#horizonnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 900px;
	background-color: #CC6600;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#horizonnav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#horizonnav a {
	color: #EEEEEE;
	text-decoration: none;
	line-height: 1.3;
	float: left;
	width: 97px;
	text-align: center;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #94937E;
}
#horizonnav a:hover {
	background-color: #70AE66;
	text-decoration: underline;
}
#horizonnav #hornav_last a {
	border-right-style: none;
}
.thrColFixHdr #mainContent {
	background-color: #FAF5E2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
} 
.thrColFixHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
