@charset "utf-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/grey006.gif);
}
#container {
	text-align: left;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
}
#header {
	background-image: url(Images/header8.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border: medium solid #000;
	text-align: center;
	background-color: #000;
	margin: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
}
#maincontent h1 {
	color: #03F;
	text-align: center;
	padding-top: 10px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	background-color: #FFF;
}
#sidebar {
	float: left;
	width: 220px;
	background-color: #FFF;
	background-image: url(Images/gradient54688259.png);
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
#sidebar h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #03F;
}
#maincontent {
	margin-left: 240px;
	padding-left: 20px;
	background-color: #EBEBEB;
	border-left-width: medium;
	border-left-style: ridge;
	border-left-color: #F30;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #036;
	padding-right: 8px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#maincontent h3 strong {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#maincontent h3 {
	text-decoration: underline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}


#maincontent p {
	line-height: 150%;
	text-align: left;
}
#maincontent ul li {
	font-style: italic;
	text-decoration: underline;
	text-align: left;
	text-indent: -10px;
}
.quote {
	font-size: 18px;
	color: #03F;
	text-align: center;
}
#maincontent .quote {
	font-size: 18px;
	text-align: center;
}

#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	background-color: #CCC;
	padding-left: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
	text-align: left;
}
h4 {
	font-size: 18px;
	text-align: left;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 6px;
}
#maincontent h4 {
	margin-bottom: -10px;
}
.question {
	font-style: italic;
	text-decoration: underline;
	margin-bottom: -12px;
	font-weight: bold;
}
#schedule {
	line-height: 120%;
}
