@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#F2F2F2;
}

ul
{
list-style-type:none;
margin:0;
padding:0;
}

li
{
float:left;
}
a.menu1:link,a.menu1:visited
{
display:block;
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#FFFFFF;
background-color:#CC0204;
width:100px;
height:24px;
line-height:24px;
text-align:center;
text-decoration:none;
border-right:1px solid white;

}
a.menu1:hover,a.menu1:active
{
background-color:gray;
}


.title {
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
}
.table_class {
	border-bottom: 1px solid #000000;
	margin-bottom: 6px;
}


.oneColFixCtrHdr #container {
  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width:800px;
}

.oneColFixCtrHdr #header {
	border-left:1px solid black;
	border-right:1px solid black;
	background: #DDDDDD;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #topmenu {
	border:1px solid black;
	width:798px;
	height:24px;

	background-color:#CC0204;
}



.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	border: 1px solid #000000;
	float: right;
}
.oneColFixCtrHdr #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#dropmenu {
	width: 150px;
}
#search_box {
	width: 145px;
}

.rightside  {
	margin-bottom: 10px;
	width: 550px;
	float: right;
	background: #FFFFFF;
}

.boxunit_hilite {
	margin-bottom: 10px;
	border: 1px solid #FF9933;
}


.leftside {
	width: 240px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
.boxunit {
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.header_box {
	padding: 6px;
	background-color: #CC0204;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.boxcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 6px;
}
h2.h2title{
	font:bold 12px  Verdana, Arial, Helvetica, sans-serif #FFFFFF;

}
#inside_top_hilite {
	padding: 6px;
	background-color: #164dea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#special_announcements {
	padding: 6px;
	background-color: #17f40b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	font-weight: bolder;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
}


.instructor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}


form {
	margin-bottom: 6px;
}
#tm1 {
	width: 50px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
#tm2 {
	width: 50px;
	text-align: center;
}
a:hover {
	background-color: #CCCCCC;
}
