@CHARSET "ISO-8859-1";

body {
	background: url('image/back-fade.jpg') repeat-x;
	font-family: Arial, sans-serif;
}

a img {
	border-style: none;
}

#shadow {
	background: url('image/shadow.png') repeat-y;
	width: 805px;
	margin: 0 auto;
}

#main_table {
	border-collapse: collapse;
	margin: 0 auto;
	background: url('image/squiggle-back.jpg') center repeat-y white;
	width: 770px;
}

#main_table td {
	vertical-align: top;
	padding: 0;
	margin: 0;
	font-size: 0;
}

#main_table td#head {
	background: url('image/head.jpg') center no-repeat white;
	height: 160px;
}

#main_table td#foot {
	background: url('image/foot.jpg') center no-repeat white;
	height: 31px;
	font-size: 7pt;
	color: #879d4a;
}

#head_image {
	margin: 40px 0 0 30px;
}
	
#menu {
	margin: 31px 0 0 0;
	font-size: 9pt;
	color: white;
	text-align: center;
}

#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#menu a:hover {
	color: black;
}

div.submenu {
	font-size: 9pt;
	width: 200px;
}

div.submenu a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px 5px 5px;
	margin: 0 0 1px 0;
	background-color: #8fbdd7;
}

div.submenu a:hover {
	color: black;
}

#main_table td#content {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 0 40px 0 40px;
	text-align: left;
}

#main_table td#content td {
	font-size: 11px;
}

#content h1 {
	color:#669933;
	font-size: 14pt;
	font-family:Arial,Helvetica,sans-serif;
	border-bottom: 2px solid #a6c1dc;
	padding: 0 0 6px 0;
	width: 450px;
	clear: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content strong {
	color:#669933;
}

div#bottom_menu {
	text-align: center;
	margin: 50px 0 10px 0;
	font-size: 8pt;
	color: black;
}

div#bottom_menu a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

div#bottom_menu a:hover {
	border-bottom: 1px solid black;
}


div#support_credit {
	font-size: 8pt;
	text-align: center;
	color: #CCCCCC;
	margin: 10pt;
}

div#support_credit a {
	color: #CCCCCC;
	text-decoration: none;
}
div#support_credit a:hover {
	color: black;
	border-bottom: 1px solid black;
}


#sidebar {
		width: 200px;
		float: right;
		margin-left: 20px;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
	
	/* style for week schedule table */

#week_schedule, #month_schedule {
	border-collapse: collapse;
	margin: 0 auto;
}

#week_schedule td.day_name, #month_schedule td.day_name {
	width: 96px;
	background-color: #D4DBA8;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	padding: 0.5em 0 0.5em 0;
}



#week_schedule td.day_schedule, #month_schedule td.day {
	background-color: #DBE7F5;
	vertical-align: top;
}

#month_schedule td.day {
	padding: 6pt 0 12pt 0;
	}

#week_schedule td.day_schedule div {
	padding: 2em 0.4em 4em 0.4em;
	font-family: sans-serif;
	font-size: 8pt;
	
}

#week_schedule td.spacer, #month_schedule td.spacer {
	width: 2px;
}