@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	overflow-x: hidden;
	background-color: #EEE;
	/*background-image:url(/graphics/bg_main.gif);*/
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



h1 {
	font-size:x-large;
	color: #666;
}

h3 {
	font-size: small;
	font-weight: normal;
	color: #333;
}

p, ul, .bodyText {
	font-size: 11px;
	line-height: 20px;
	color: #333;
}

ul {
	line-height: normal;
}

#nav {
	width: 100%;
	height: 68px;
	background-image:url(/graphics/bg_nav.jpg);
	background-repeat:repeat-x;
}

#navbar {
	text-align:center;
	width: 781px;
	height: 68px;
	margin-right:auto;
	margin-left:auto;
}

#sidebar {
	float: right;
	border-left: 1px solid #CCC;
	text-align:left;
	font-size: 11px;
	margin: 10px;	
	margin-top: 0px;
	padding-left: 10px;
	height: 100%;
	width: 200px;
}

#content {
	text-align:left;
	width: 780px;
	margin: auto;
	margin-top: 10px;
}

 #content th {
 	text-align:center;
 	font-size: 11px;
	color: #FFF;
	background-color: #333333;
 }

#content img {
border: 1px solid #333;
}

#footer {
	margin-top: 20px;
	width:500px;
	margin-right:auto;
	margin-left:auto;
	border-top: 1px solid #333;
	text-align:center;
	font-size:10px;
	padding: 5px;
	color: #222;
}

#green {
	position: absolute;
	right: 0;
	top: 0;
}

#news {
	width: 500px;
}

.contentTable {
	border-right: 1px solid #333;
	background-color: #FFF;
}

.contentTable td {
	font-size: 11px;
	line-height: 20px;
	color: #333;
	text-align:center;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 100px;
	height: 60px;
	
}

.scheduleCell {
	background-color: #EFFFEF;
}

.cutimage {
	margin: 10px;
	float:right;
	text-align: center;
	font-size: 10px;
	font-style: oblique;
	color: #666;
}

a:link {
	color: #336600;
}

a:visited {
	color: #003300;
}

a:hover {
	color:#339900;
}

