html {
	height: 100%
}

body {
	background-image: url("images/WBSBackground03.jpg");
	color: black;
	font-family: verdana;
	font-size: 9pt;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%
}

h3 {
	margin-top: 16px;
	margin-bottom: 0px;
}

#page_box {
	margin: 0px auto;
	width: 800px;
	background-color: white;
	height: 100%;
	text-align: left;
	border-left: solid #330033 30px;
	border-right: solid #330033 30px;
}

html>body #page_box {
	height: auto;
	min-height: 100%;
}

#header {
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}

#middle {
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
}

.nav_menu_item {
	float: left;
	margin-left: 1px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	text-decoration: none;
	color: white;
	background-color: #330033;	
}

#nav_menu {
	padding-bottom: 20px;
}

.menu_link {
	color: white;
	font-size: 10pt;
}

.mailto_link {
	color: #777777;
}

#content {
	clear: both;
	margin-bottom: 0px;
	margin-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

#footer {
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 10px;
	font-size: 10px;
	width: 700px;
	text-align: center;
	clear: both;
}

#copyright {
	margin-top: 20px;	
	color: #777777;
	font-size: 8pt;	
}

.page_title {
	font-size: 14pt;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 30px;
}

.home_link {
	font-weight: bold;
}

.class_day {
	font-size: 12pt;
	font-weight: bold;
	width: 716px;
	background-color: #330033;
	color: #FFFFFF;
	padding: 12px;
	margin-top: 30px;
}

.class_row {
	border-top: solid black 2px;
	padding-top: 30px;
	margin-top: 30px;
}

.class_pic_box {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.class_pic {
	border: solid #550055 1px;
}

.class_info_box {
	float: right;
	text-align: right;
	line-height: 150%;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.class_title_box {
	padding-top: 10px;
}

.class_title {
	font-size: 10pt;
	font-weight: bold;
	line-height: 150%;
}

.class_details_box {
	clear: left;
}

.vendor_left_column {
	line-height: 150%;
	float: left;
	margin-right: 50px;
	width: 300px;
}

.vendor_right_column {
	line-height: 150%;
}
