body
	{
    margin:0px;
    }
body, input, textarea, div, td
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2e2e2e;
	}
a:link, a:active, a:visited
	{
	color:#337c84;
	}
a:hover
	{
	color:#084e56;
	}

li a:link, li a:active, li a:visited
	{
	color:#2e2e2e;
	text-decoration:none;
	}
li a:hover
	{
	color:#88a33c;
	}
h1
	{margin-top:0px;
	padding-top:13px;
	font-size:20px;
	font-weight:normal;
	color:#88a33c;
	}
h2
	{margin-top:0px;
	padding-top:13px;
	font-size:16px;
	font-weight:normal;
	color:#88a33c;
	}
h2 a:link, h2 a:active, h2 a:visited
	{
	font-weight:bold;
	color:#88a33c;
	text-decoration:none;
	}
h2 a:hover
	{
	font-weight:bold;
	color:#084e56;
	}
.green
	{
	color:#88a33c;
}
#tenwrap
	{
    width:958px;
    margin:auto;
    }
#tenlogo
	{
	height:113px;
	float:left;
	}
#tenicons
	{
	float:right;
	height:22px;
	margin-top:91px;
	}
#tennav
	{
	height:49px;
	clear:left;
	background:url(images/10navbg.jpg) top left no-repeat;
	}
#tencontent
	{
	background:url(images/10middle.jpg) top left repeat-y;
	}
#tencontentinside
	{
	padding:20px 35px;
	}
#tenfooter
	{
	height:42px;
	background:url(images/10footer.jpg) top left no-repeat;
	}
#tenfooter div
	{
	padding:17px 20px;
	font-size:11px;
	}
#tenfooter a:link, #tenfooter a:active, #tenfooter a:visited
	{
	color:#e3e9d2;
	}
#tenfooter a:hover
	{
	color:#ffffff;
	}

#trans {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	height:200%;
	width:100%;
	vertical-align:middle;
	text-align:center;
	z-index:97;
}

#hidden_div {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:98;
	vertical-align:middle;
	text-align:center;
}

#notes_div{
	margin:auto;
	background-color:#ffffff;
	border:solid #000000 1px;
	width:500px;
	margin-top:200px;
	z-index:999;
	text-align:left;
	padding:10px;
}

.cancelled_course_div{
	padding:6px;
	background:#f7e4e4;
	border:solid #da0000 1px;
	color:#da0000;
	font-weight:bold;
	margin-bottom:3px;
}

.after_hours_course_div{
	background:#f2f3ed;
	border:solid #d0d7b9 1px;
	padding:6px;
	margin:6px 0 6px;
}

