body {
 text-align: center;
 margin-top:0px;
 margin-bottom:0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #666666;
}
table tr td {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #666666;
}

table tr td li {
list-style-image: url('../images/bullet.gif');
}

.IWrapper {
tex-align: left;
 margin-left: auto;
 margin-right: auto;
width: 950px;
background: url('../images/bigbg1.gif');
background-position: top right;
background-repeat: no-repeat;

}

.BottomWrapper {
width: 950px;
/* background: url('../images/bottom.gif');
background-position: bottom left;
background-repeat: no-repeat; */
}

.ContentWrapper {
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

.Logo {
	padding-top: 30px;
	height:120px;
	_height:150px;
	background: url('../images/logo.gif');
	background-position: bottom left;
background-repeat: no-repeat;
}
.Nav {
border-bottom:1px solid #99CC33;
text-align:right;
text-transform: uppercase;
color: #99CC33;
padding-top: 5px;
padding-bottom: 5px;
}
.Nav a, .Nav a:visited, .Nav a:active {
	color: #99CC33;
	text-decoration: none;
	margin-left: 12px;
}
.Nav a:hover {
	color: #666666;
	text-decoration: none;
	margin-left:12px;
}

.LeftNav {
	position: relative;
	width: 135px;
	clear: none;
	float: left;
}

.LeftNav a, .LeftNav a:visited, .LeftNav a:active {
	color: #666666;
	text-decoration: none;
}
.LeftNav a:hover {
	color: #99CC33;
	text-decoration: none;
}

.LeftNavHead {
width:135px;
background-color: #99CC33;
text-transform: uppercase;
color: white;
padding-left:5px;
padding-top: 5px;
padding-bottom:5px;
}
.MainBody {
	position: relative;
	clear:none;
	width: 660px;
	float: right;
}
.BoldGreen {
	font-weight: bold;
	color:#99CC33;
}
.Green {
	color:#99CC33;
}

.MainBody a, .MainBody a:visited, .MainBody a:active {
	color: #666666;
	text-decoration: none;
	margin-left: 0px;
}
.MainBody a:hover {
	color: #666666;
	text-decoration: underline;
	margin-left: 0px;
}

/* Timetable styles */
.TableDarkGreen {
	background-color: green;
}

.TableDarkGreen td {
	color: white;
}
.TableGreen {
	background-color: #99CC33;
	color:white;
}
table tr td table {
	border-top: 1px solid green;
	border-left: 1px solid green;
	
}

table tr td table tr td {
		border-bottom: 1px solid green;
	border-right: 1px solid green;
	padding:5px;
	color: #666666;
	text-align: center;
}

.Footer {
 width: 800px;
 border-top:1px solid #99CC33;
 text-align: right;
 color: #C7C7C7;
}
.Footer a, .Footer a:active, .Footer a:visited {
color: #C7C7C7;
text-decoration: none;
}
.Footer a:hover {
color: #C7C7C7;
text-decoration: underline;
}
