@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;
	background-color: #EAE8FE;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
}
#container  {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: auto;
}
#mainContent  {
	background-image: none;
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#about  {
	background-image: none;
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 275px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
	margin-bottom: 30px;
}

#schedule  {
	background-image: none;
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 300px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
	margin-bottom: 30px;
}

#sideabout {
	position: absolute;
	left: 577px;
	top: 234px;
}

#topquote {
	background-color: #D5D4FE;
	height: 70px;
}

#header {
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
}
#sidebar {
	background-color: #000;
	color: #FFF;
	text-align: left;
	position: absolute;
	top: -2px;
	visibility: visible;
	z-index: 50000;
	width: 200px;
	left: -231px;
	height: 775px;
	font-size: small;
	font-family: Tahoma, Geneva, sans-serif;
	border: thin solid #FFD478;
}


#navbar {
	background-color: #000;
	color: #FFF;
	text-align: left;
	position: relative;
	top: auto;
	visibility: visible;
	z-index: 50000;
	width: 795px;
	left: auto;
	height: 30px;
	font-size: small;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 0px;
	border: thin solid #FFD478;
}

#navbarindex {
	background-color: #000;
	color: #FFF;
	text-align: left;
	position: relative;
	top: auto;
	visibility: visible;
	z-index: 50000;
	width: 500px;
	left: 115px;
	height: 30px;
	font-size: small;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
	border: thin solid #FFD478;
}



#navbar table tr td {
	text-align: center;
}

#navbarindex table tr td {
	text-align: center;
}


#schedside {
	position: absolute;
	left: 573px;
	top: 246px;
}



#navbar a {
	color: #FFF;
}

#navbarindex a {
	color: #FFF;
}



#footer table tr td {
	text-align: center;
}
#header table {
	background-color: #000;
}


#slides {
	position: absolute;
	left: 444px;
	top: 603px;
}

#footer {
	text-align: right;
	font-size: x-small;
	margin-top: 100px;
	position: relative;
	height: auto;
}
.style1 {
	font-size: small;
	font-weight: bold;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: large;
}
#about table {
	border: thin groove #000;
}
#about table tr td {
	border: 1px solid #000;
}
.topstyle {
	text-align: center;
}
.redstyle {
	color: #F00;
}
.style1 {
	font-size: small;
	font-weight: normal;
}
#contact {
	position: absolute;
	height: 67px;
	top: 60px;
	left: 1px;
}
.colorstyle {
	color: #C18300;
}
a:link {
	color: #DF9700;
}
a:visited {
	color: #DF9700;
}
a:hover {
	color: #FFD478;
}
a:active {
	color: #F0F0F0;
}
#navbar a:link {
	color: #FFF;
	text-decoration: none;
}
#navbar a:visited {
	text-decoration: none;
	color: #FFF;
}
#navbar a:active {
	text-decoration: none;
	color: #FFF;
}
#navbar a:hover {
	color: #F2A400;
}
