@charset "UTF-8";
.style3 {	color: #FF6600;
	font-weight: bold;
}
.style4 {font-size: medium}
.style6 {color: #999999; font-size: medium; }
.style7 {font-size: x-large; }
.style10 {font-size: medium; font-weight: bold; }
.style12 {color: #999999; font-weight: bold; }
#main {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 15000px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#content {
	float: right;
	width: 500px;
	-webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px; /* Everything else - limited support at the moment */
	margin-top: -15px;
	margin-right: 40px;
	background-color: #CCCCCC;
	padding: 10px;
	position: relative;
}
#contentSched {
	float: right;
	width: 500px;
	-webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px; /* Everything else - limited support at the moment */
	margin-top: -15px;
	margin-right: 40px;
	background-color: #CCCCCC;
	padding: 0px;
	position: relative;
}
#topSchedule {
	padding: 10px;
	width: 480px;
}
#lowerSchedule {
	padding: 10px;
	width: 480px;

}
.highliteTXT {
	background-color: #FFCC66;
}
#navigation {
	float: left;
	width: 200px;
	margin: 5px;
	background-image: url(images/navigationbg.png);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #FF3300;
}
.absolute {
	background-color: #FFFFFF;
	position: absolute;
	left: 440px;
	top: 624px;
	overflow: scroll;
	height: 150px;
	width: 175px;
	font-size: small;
	text-transform: lowercase;
}
.absolute2 {
	position: absolute;
	left: 653px;
	top: 602px;
}
.absolute4 {
	position: absolute;
	left: 653px;
	top: 875px;
}
.absolute3 {
	position: absolute;
	left: 409px;
	top: 876px;
}
.photoBorder {
	border: thin solid #FF6600;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.floatRight {
	float: right;
}
.hiliteWhite {
	background-color: #FFFFFF;
}
#littlebox {
	border: thin dotted #666666;
	background-color: #999999;
	padding: 10px;
	width: 250px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #FFFFFF;
}
.strikeout {
	text-decoration: line-through;
}

