body {
	background: url(./images/bg_hash.gif) repeat top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
	margin:0;
	padding:0;
	border:none;
}

p, h1, h2, h3, h4, h5, h6, h7, ul, li {
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 16px;
	color: #606060;
	font-weight: bold;
}

h2 {
	display: block;
	border-bottom: 1px dotted #ededed;
	text-align: left;
	font-size: 14px;
	color: #194687;
	font-weight: bold;
}


a {
	color: #a0a0a0;
}

a:hover {
	color: #194687;
}


img {
	border: none;
	margin: 0 auto;
	padding: 0;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#header {
	background: url(./images/header.gif) repeat top center;
	width: 800px;
        height: 100px;
	margin: 0 auto;
}

#nav {
	width: 800px;
	height: 25px;
	background: #404040;
	padding: 0;
	margin: 0;
}


#nav a, #nav a:hover {
	color: #eeeeee;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#nav a div {
	height: 25px;
	line-height: 25px;
	float: left;
	padding: 0 10px 0 10px;
	background: #404040;
}

#nav a div:hover {
	height: 25px;
	line-height: 25px;
	float: left;
	padding: 0 10px 0 10px;
	background: url(./images/hovernav.gif) repeat-x center center;
}

#bodymain {
	border-bottom: 1px solid #ededed;
	border-top: none;
	float: left;
	margin: 0 0 7px 0;
	background: url(./images/bodybg.jpg) repeat-y;
}

#bodymain #bodybg {
	background: url(./images/bodybg.jpg) repeat-y;
	float: left;
}

#bodytitle {
	background: url(./images/titlebg.gif) no-repeat top left;
	width: 800px;
	height: 54px;
	margin: 0 0 0 0;
	padding: 0;
}

#bodytitle h1 {
	padding: 10px 0 0 15px;
}

#bodycontent {
	width: 770px;
	float: left;
	padding: 10px 0 0 15px;
	overflow: hidden;
}

table {
	padding: 0;
	margin: 0 5px 10px 5px;
	width: 780px;
	empty-cells: hide;
	border-collapse: collapse;
}

tr {
	background: #fff;
}

td {
	font-size: 12px;
	text-align: center;
	vertical-align: baseline;
	padding: 0 1px 0 1px;
}

table.schedule tr td {
	text-align: left;
	vertical-align: top;
	padding: 3px 1px 3px 1px;
}

table.schedule tr.title td {
	border-bottom: 1px dotted #ededed;
	font-size: 14px;
	color: #194687;
	font-weight: bold;
}


#footer
{
	clear: both;
	margin: 0 0 10px 0;
	text-align: right;
	font-size: 10px;
	color: #C0C0C0;
}
