﻿body {
background-color: #A39480;
text-align: center;
}

#container {
	padding: 0;
	width: 800px;
	overflow: hidden;
	text-align: left;
	background-color:#CDC0B0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Large section divs*/

#header {
height: 80px;
text-align: center;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	text-align: left;
	margin: 0px;
	text-indent: 0px;
	position: static;
	left: 0px;
	top: auto;
	right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	bottom: 0px;
	height: 100%;
	overflow: hidden;
}


#menu {
	float: left;
	padding: 0;
	width: 140px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	position: relative;
	text-align: left;
	background-color: #CDC0B0;
} 

#main {
	position: relative;
	top: 0px;
	left: 0px;
	width: 640px;
	overflow: hidden;
	right: 0px;
	bottom: 0px;
	float: none;
	text-align: left;
	text-indent: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

#menu ul {
	list-style: none;
	font-family: "Arial", "Gill Sans", sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#colorbar {
	position: relative;
	margin: 0;
	width: 800px;
	text-align: left;
	overflow: hidden;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#colorbar .tan {
padding: 10px;
background-color:#FAF0E6;
overflow: hidden;
}

#colorbar .grey {
padding: 10px;
background-color:#E0DFDB;
overflow: hidden;
}



/*Menu Link Styles*/

#menu a {
	display: block;
	text-decoration: none;
	margin: 0 0 2px 0;
	padding: 5px;
	background-color: #8B0000;
	color: #FFE4B5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu a:hover {
background-color: #8B8989;
color: #333;
}


/*Footer*/

#contact {
	position: relative;
	background-color: #8B0000;
	width: 800px;
	margin: 0;
	padding: 0px;
	text-align: center;
	border-bottom: 3px solid #CDC0B0;
}

#contact a{
color: #33FF99;
}

#contact a:hover{
color: #CC6600;
}


/*Schedule Boxes*/

#leftbox {
	width: 375px;
	float: left;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rightbox {
	width: 375px;
	float: right;
	text-align: left;
	border: 0;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*Text Styles*/

h1{
font-family: Georgia, Palatino, serif;
font-weight: bold;
font-size: 30px;
color: #000000;
margin: 0px;
padding; 0px;
}

h2{
	font-family: "Gill Sans", Helvetica, sans-serif;
	color: #8B0000;
	line-height: 120%;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: square;
	text-decoration: none;
}


h3{
	font-family: Georgia, Palatino, serif;
	font-weight: bold;
	color: #8B0000;
	font-size: 16px;
	line-height: 130%;
}


p{
font-family: Arial, sans-serif;
color: #000000;
font-size: 14px;
font-weight: normal;
line-height: 130%;
}

.list {
	font-family: Arial, sans-serif;
	color: #000000;
	font-siZe: 14px;
	font-weight: normal;
	line-height: 130%;
	text-align: left;
}

.table {
font-family: Arial, sans-serif;
color: #000000;
font-size: 14px;
font-weight: bold;
}

.contact {
font-family: Arial, sans-serif;
color: #FFE4B5;
font-size: 16px;
font-weight: bold;
margin: 0;
padding: 0;
}

.small {
	font-size:12px;
	text-align: center;
	line-height: 115%;
}

/*General Link Styles*/

a:link {
color:#339900;
text-decoration: none;
}


a:visited {
color:#CC6600;
text-decoration: none;
}

a:hover {
color: #CC6600;
}

a: active {
color: #000000;
}

/*Image Floats Etc.*/

.image_floatL {
float:left;
margin:0 10px 0px 0;
}

.image_floatR {
float:right;
margin:0 0 0 10px;
}
#container #spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 25px;
	width: 800px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
}
#newsblock {
	width: 650px;
	position: relative;
	padding: 0px;
	margin: 8px;
	left: 12px;
	overflow: hidden;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#countdown {
	width: 200px;
	position: absolute;
	top: 20px;
	left: 410px;
	vertical-align: top;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}

#window {
	width: 180px;
	position: absolute;
	top: 0px;
	left: 448px;
	overflow: visible;
	margin: 0px;
	background-image: url(/images/white12x12.png);
	background-repeat: repeat;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	height: 165px;
	text-align: center;
}

#slideshow {
	width: 620px;
	padding-left: 20px;
}

#slideshow wide {
	width: 800px;
}
