@charset "UTF-8";
/* CSS Document */
body {
	background: url(images/background.gif) fixed;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-color: #fff197;
}

#header {
	height: 213px;
	width: 1024px;
	margin-top: 0px;
	background-image: url(images/field_08.gif);
}
#buttons {
	width: 1024px;
	height: 34px;
}
#buttons img {
	float: left;
}
#content {
	width: 1024px;
	height: 100%;
	position: relative;
	float: left;
}
#left_logo img {
	float: left;
}

#left_logo {
	width: 200px;
	float: left;
}
#sub_menu img {
	float: left;
}
#sub_nav img{
	float: left;
	}
	
#sub_nav {
	visibility: hidden;
	position: absolute;
	left: 270px;
	top: -1px;
}
#sub_nav2 img {
	float: left;
}
#sub_nav2 {
	position: absolute;
	left: 335px;
	visibility: hidden;
	top: -1px;
}
#center {
	width: 550px;
	float: left;
	padding-top: 40px;
}
#center p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #175128;
	padding-right: 40px;
	padding-left: 59px;
	padding-bottom: 10px;
}
#center ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #175128;
	padding-left: 30px;
	list-style-type: none;
}
#center ul {
	padding-left: 40px;
	text-indent: -15px;
}
#center ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #175128;
	padding-left: 40px;
	list-style-position: inside;
}

#center p img {
	padding-left: 1px;
	float: left;
	margin-right: 6px;
}
#right_column {
	background-color: #FFF197;
	float: right;
	width: 260px;
}
#right_column img {
	float: right;
}
#footer {
	background: #4A2967;
	height: 30px;
	width: 1024px;
	clear: both;
}
#footer p {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #FDF296;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	padding-top: 5px;
}
.subtitle {
	color: #2D134D;
	font-weight: bold;
}
.programtimes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #2D134D;
	padding-left: 40px;
	font-weight: bold;
}
#center h4 {
	color: 2D134D;
}
a:link {
	color: #2D134D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2D134D;
}
a:hover {
	text-decoration: underline;
	color: #2D134D;
}
a:active {
	text-decoration: none;
