html {
	overflow-y:scroll;
}
body {
	margin:0px;
	background-image:url(../img/backgroundLines.gif);
	background-repeat:no-repeat;
	background-color:#EAEAED;
}
img {
	border:0px;
}
a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#EE1C23;
	text-decoration:none;
}
a:visited {
	color:#EE1C23;
}
a:hover {
	color:#EE1C23;
	text-decoration:underline;
}
#main {
	position: absolute;
	width: 100%;
	overflow: visible;
}
div#mainContainer {
	margin-left: -450px;
	padding:50px;
	padding-top:0px;
	padding-bottom:0px;
	position: relative;
    left:50%;
	width:800px;
	height:auto;
	background-color:#fff;
	border:1px solid #D9D9D9;
	border-top:none;
	border-bottom:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:17px;
}
div#header {
	width:800px;
	height:76px;
}
div#featureWindow {
	width:800px;
	height:250px;
	background-image:url(../img/featureWindow.jpg);
	background-repeat:no-repeat;
}
div#columnContainer {
	width:800px;
	height:auto;
}
div.column {
	width:800px;
	height:500px;
	background-color:#fff;
}
div.content {
	width:270px;
	height:auto;
}
div#subContent {
	width:515px;
	height:auto;
	padding-right:24px;
	border-right:solid 1px #D9D9D9;
	text-align:justify;
}
div#rightColumn {
	width:235px;
	height:auto;
	padding-left:25px;
	text-align:justify;
	float:right;
}
div#menu {
	width:800px;
	height:150px;
	border-bottom:solid 2px #D9D9D9;
	margin-bottom:25px;
}
div.menuItem {
	width:270px;
	height:auto;
	float:left;
}
div.menuItemRight {
	width:260px;
}
div.menuItemTitle {
	width:260px;
	height:auto;
	padding-bottom:10px;
}
div.menuLink {
	width:270px;
	height:auto;
}
div.menuLink a {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:none;
	text-decoration:none;
}
div.menuLink a:visited {
	text-decoration:none;
}
div.menuLink a:hover {
	text-decoration:underline;
}
h1.contentTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:25px;
	margin-top:25px;
}
h1.contentTitle1 {
	margin-top:0px;
}
a.contentTitle{
	color:#000;
}
a.contentTitle visited {
	color:#000;
}
a.contentTitle hover {
	color:#000;
}
h2.contentTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
h2.rightContent {
	margin-top:0px;
}
div.column {
	width:270px;
	height:auto;
	margin-bottom:25px;
	float:left;
}
div.columnRight {
	width:260px;
}
div.contentColumnTitle {
	width:260px;
	height:auto;
}
div.contentText {
	padding-top:25px;
	padding-right:10px;
	font-size:11px;
	color:#000000;
}
div#footer {
	width:800px;
	height:35px;
	clear:both;
	margin-top:25px;
	padding-top:25px;
	border-top:solid 2px #D9D9D9;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
div#courseCalendar {
	width:515px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
div.courseRow {
	width:515px;
	height:47px;
	border-bottom:solid 1px #D9D9D9;
}
div.rowMonth {
	height:20px;
	padding-bottom:5px;
}
div.courseTitle {
	padding-top:15px;
	padding-bottom:15px;
	font-size:12px;
	width:270px;
	float:left;
}
div.courseMonth {
	float:right;
	width:35px;
	margin-left:5px;
	text-align:center;
}
div.courseDate {
	float:right;
	width:35px;
	height:17px;
	padding-top:9px;
	padding-bottom:9px;
	margin-top:5px;
	margin-left:5px;
	text-align:center;
	background-color:#dbdbdb;
}
a.courseDateLink {
	font-size:12px;
	color:#000;
}
a.courseDateLink visited {
	color:#000;
}
a.courseDateLink hover {
	font-size:20px;
	color:#EE1C23;
	text-decoration:none;
}