/*white background, center on browser, align content to top*/
body {
	background:#FFFFFF;
	text-align:center;
	vertical-align:top;
}

/*all tables - no borders, background green*/
table {
	border-collapse:collapse;
	background-color:#225506;
}

/*main content table size layout*/
#main{
	width: 956px;
/*	height :801px;*/
}

/*removes all margins and padding in all cells of main table*/
#main td {
	margin: 0px;
	padding: 0px;
}

/*Text layout on all pages*/
.content {
	font-family: Trebuchet MS, Arial, Verdana;
	font-style:normal;
	font-size:20px;
	color:#333333;
	background-color:#FFFFFF;
	text-align:left;
	line-height:26px;
	padding-left:15px!IMPORTANT;
	vertical-align:top;
}

/*2nd Pages nested table left navigation*/
#leftnav2 td {
	vertical-align:top;
}

/*2nd Pages Main Table Cell that holds nested table for left navigation*/
#leftnav1 {
	vertical-align:top;
}

#spacer {
	background-color:#FFFFFF;
}

.contentschedule {
	font-family: Trebuchet MS, Arial, Verdana;
	font-style:normal;
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
	text-align:left;
	line-height:26px;
	padding-left:15px!IMPORTANT;
	vertical-align:top;
}

#schedule1 {
	width:703px;
	background-color:#FFFFFF;
	border:groove;
	border-color:#225506;
	text-align:center;
}

#schedule2 {
	width:687px;
	background-color:#FFFFFF;
	border-collapse:collapse;
	text-align:center;
	margin-top:5px;
}

#schedule3 {
	width:687px;
	background-color:#FFFFFF;
	border-collapse:collapse;
	margin-bottom:5px;
}

.title {
	background-color:#225506;
	color:#FFFFFF;
	font-family:Trebuchet MS, Arial, Verdana;
	font-weight:bold;
	font-size:26px;
}

.line {
	background-color:#225506;
	height:3px;
}

.headings {
	font:Trebuchet MS, Arial, Verdana;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	vertical-align:text-bottom!IMPORTANT;
	color:#225506;
}

.notes {
	font-style:italic;
	line-height:12px!IMPORTANT;
	font-weight:600;
}

.numbers {
	text-align:right;
}

.center {
	text-align:center;
}

#links {
	width:703px;
	background-color:#FFFFFF;
	line-height:18px!IMPORTANT;
}

#booklist1 {
	width:703px;
	background-color:#FFFFFF;
	line-height:18px!IMPORTANT;
	border:groove;
	border-color:#999999;
	border-style:groove;
}

#booklist2 {
	background-color:#FFFFFF;
	line-height:18px!IMPORTANT;
	margin-left:35px;
	font-family: Trebuchet MS, Arial, Verdana;
	font-style:normal;
	font-size:16px;
	color:#333333;
	margin-top:10px;
}

.h3 {
	font:Trebuchet MS, Arial, Verdana;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.h4 {
	font:Trebuchet MS, Arial, Verdana;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

.formtitle {
	background-color:#225606;
	color:#FFFFFF;
	font-family:Trebuchet MS, Arial, Verdana;
	font-weight:bold;
	font-size:20px;
	text-align:left;
	padding-left:15px!IMPORTANT;
	padding-top:10px!IMPORTANT;
}

.specialprojects {
	background-color:#225606;
	color:#FFFFFF;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:18px;
	text-align:left;
	padding-left:15px!IMPORTANT;
	padding-top:10px!IMPORTANT;
}

.forminput {
	font-size:12px;
	padding-bottom:15px;
	padding-left:10px!IMPORTANT;
}

.inputbox {
	background-color:#225606;
	color:#FFFFFF;
	border-bottom-style:groove;
}

#registrationform {
	background-color:#225606;
	width:500px;
	margin-left:30px!IMPORTANT;
}

.form1 {
	border:none;
}

.button {
	text-align:center;
}

#map {
	float:right;
	margin-bottom:15px;
	margin-top:0px;
}
.coursedes {
	float:right;
	font-size:14px;
	padding-right:20px;
	font-weight:bold
}