body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
}
#bodycontainer {
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#container {
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
	text-align: left;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 351px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
.star {
	left: 150px;
	top: 140px;
	position: absolute;
}
.mainheader {
	top: 230px;
	left: 70px;
	position: absolute;
	width: 500px;
}
.subheader {
	position: absolute;
	left: 150px;
	top: 260px;
	width: 400px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

#menu {
	position: absolute;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	z-index: 1;
	text-align: center;
	top: 22px;
	left: 60px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
}
#menu li a {
	width: 110px;
	display: block;
	float: left;
	height: 55px;
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#menu a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #00688D;
	font-weight: bold;
	text-decoration: none;
}
#menu a:active {
	color: #00688D;
	font-weight: bold;
	text-decoration: none;
}


#mainbody {
	margin: 0;
	position: relative;
	left: 205px;
	width: 580px;
}
#mainbodytext {
	width: 580px;
	font-size: 16px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
#mainbodytext a:link {
	color: #003399;
}
#mainbodytext a:visited {
	color: #003399;
}
#mainbodytext a:hover {
	color: #666666;
	text-decoration: underline;
}
#mainbodytext a:active {
	color: #666666;
	text-decoration: underline;
}



#sidemenu {
	position: absolute;
	left: 15px;
	top: 320px;
	width: 175px;
	background-image: url(../images/grey_menu_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 100;
	margin: 0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sidemenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#sidemenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidemenu a:hover {
	color: #CCCCCC;
}
#sidemenu a:active {
	color: #CCCCCC;
}

#sidemenu p {
	padding-left: 15px;
	text-align: left;
}

#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height: 75px;
	background-position: bottom; !important
	font-size: 12px;
	color: #666666;
	position: relative; !important
}
#footer p {
	text-align: center;
}

#month td {
	text-align: center;
	background-color: #99CCFF;
	border: 1px solid #0051A3;
	width: 94px;
}
#focus td {
	text-align: center;
	background-color: #99CCFF;
	border: 1px solid #0051A3;
	width: 188px;
}
.programtableheader {
	font-weight: bold;
	color: #000000;
	background-color: #99CCFF;
}

.programtablesubheader {
	background-color: #99CCFF;
	text-align: center;
}
.programtable {
	font-size: 12px;
	white-space: normal;
	border: 1px solid #003399;
}
.programtable td {
	border: 1px solid #003399;
}
.clearleft {
	clear: left;
	float: right;
}
