html {
	height: 100%
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: scroll;
	background-image: url("images/purple_background_3b.gif");
}

body, table {
	color: black;
	font-family: Trebuchet MS;
	font-size: 10pt;
}

h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #784098;																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																						
}

h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	clear: none;
}

p {
	margin-top: 14px;
}

ul {
	list-style-type: square;
}

a:link {
	color: #0076BD;
	text-decoration: none;
}

a:visited {
	color: #0076BD;
	text-decoration: none;
}

a:active {
	color: #0076BD;
	text-decoration: none;
}

a:hover {
	color: #888888;
}

#page_box {
	margin: 0px auto;
	padding-left: 20px;
	width: 800px;
	background-color: white;
	height: 100%;
	text-align: left;
}

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

#header {
	width: 800px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#logo {
	margin-top: 20px;
	margin-left: 14px;
	padding-bottom: 20px;
	border: none;
}

#header_banner {
	float: right;
	padding-top: 12px;
	padding-bottom: 12px;
	border: none;
}

#middle {
}

#nav_menu {
	margin-left: 1px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right: solid 1px #CCCCCC;
}

.nav_menu_header {
	margin-top: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 8pt;
	font-weight: bold;
}

.nav_menu_item {
	padding-top: 2px;
	padding-left: 6px;
	font-size: 8pt;
}

.menu_link {
	font-size: 8pt;
}

.link_highlight {
	color: #FFFFFF;
	font-weight: bold;
}

#winter_show_link {
	margin-left: 1px;
	margin-top: 12px;
	background-color: purple;
	padding: 10px;
	font-size: 10pt;
	text-align: center;
}

#winter_show_bug {
	margin-left: 1px;
	margin-top: 12px;
	border: none;
	float: right;
}

#winter_show_link a:link {
	text-decoration: none;
	color: white;
}

#winter_show_link a:visited {
	text-decoration: none;
	color: white;
}

#winter_show_link a:active {
	text-decoration: none;
	color: white;
}

#winter_show_link a:hover {
	color: #CCCCCC;
}


#content {
	width: 600px;
	clear: both;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	color: black;
	font-family: Trebuchet MS;
	font-size: 10pt;
	text-align: left;
}


.address_list, .link_list {
	list-style-type: none;
}

.link_list li {
	padding-bottom: 10px;
}

#footer {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 10px;
	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;
}

.page_pic_box {
	float: right;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 8pt;
	color: #000000;
}

.page_pic {
	border: solid 1px #AAAAAA;
}

.page_pic_caption {
	margin-top: 4px;
}

.spaced_cell {
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	vertical-align: top;
}

.page_pic_cell {
	padding-left: 15px;
	padding-right: 0px;
	vertical-align: top;
	text-align: center;
}

.date_cell {
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

.home_link {
	font-weight: bold;
}

.gallery_pic_cell {
	text-align: center;
	vertical-align: middle;
}

.gallery_pic {
	border: solid #777777 1px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.gallery_caption_cell {
	color: #FFFFFF;
	font-size: 8pt;
	text-align: center;
	vertical-align: top;
	padding-bottom: 30px;
}

.gallery_caption {
	margin-top: 8px;
}

.gallery_name {
	font-weight: bold;
}

.gallery_caption_cell a:link {
	text-decoration: none;
	color: #AADDDD;
}

.gallery_caption_cell a:visited {
	text-decoration: none;
	color: #AADDDD;
}

.gallery_caption_cell a:active {
	text-decoration: underline;
	color: #AADDDD;
}

.gallery_caption_cell a:hover {
	text-decoration: underline;
	color: #AADDDD;
}

.workshop_day {
	padding-top: 10px;
	margin-left: 30px;
}

.class_day {
	font-size: 12pt;
	font-weight: bold;
	width: 716px;
	background-color: #336666;
	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%;
}
