@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	width: 900px;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#menubar {
	color: #0080C0;
	margin: 0px;
	height: 35px;
	background-color: #000000;
}
#spacer {
	height: 5px;
}
#rightSB {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #000000;
	margin-bottom: 20px;
	margin-top: 20px;
}

#rightSB h1 {
	background-color: #000000;
	margin: 0px;
	padding: 5px 0px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
}

#rightSB h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF8000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#rightSB h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #808040;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#rightSB h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}

#rightSB h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#rightSB img {
	text-align: center;
	background-position: center center;
	vertical-align: middle;
}


#mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 15px;
}
 
#mainContent h1 {
	font-family: Imprint MT Shadow;
	font-size: x-large;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#mainContent h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #008040;
	padding: 5px;
	border: 1px double #CC9900;
	margin: 10px 0px 0px;
}
#mainContent h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px;
	margin: 10px 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent #entry td {
}



#mainContent ol {
	padding-top: 10px;
	padding-bottom: 5px;
}
#mainContent li {
	padding-top: 10px;
	padding-bottom: 5px;
}
#mainWin {
	margin: 0px;
	padding: 0px;
	width: 550px;
}
#mainWin h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0080C0;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 12px;
	border: 1px dotted #000000;
	padding: 5px;
}
#mainWin h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008040;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 12px;
	border: 1px double #CC9900;
}
#mainLeft {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	padding: 0px;
	width: 250px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#mainLeft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
}
#mainLeft li {
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
}
#mainRight {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	padding: 0px;
	width: 250px;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}
#mainRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
#mainRight h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin-right: 10px;
	margin-left: 10px;
	font-size: small;
}
#mainRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#mainRcenter {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	padding: 0px;
	width: 250px;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	text-align: center;
}
#mainRcenter p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	text-align: center;
}
#mainRcenter h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
}
#mainRcenter h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0000FF;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
#mainRcenter h4 {
	text-align: center;
	padding: 5px;
	border: 1px dashed #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-position: center;
	margin: 0px;
	color: #FF0000;
}

#committee {
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#committee h1 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	padding: 0px;
	margin: 0px;
}
#committee h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: italic;
	color: #660000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#committee h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#directions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #008040;
	margin: 0px;
	padding: 0px;
	width: 550px;
}
#directions h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #804040;
}
#directions li {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#directions ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#schedule {
	margin-left: 10px;
}
#schedule h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	color: #800040;
}
#schedule h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
}

#schedule h5 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #666666;
	margin: 5px 0px 0px;
	padding: 0px;
}
#schedule p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	text-decoration: none;
	color: #004080;
}
a:visited {
	text-decoration: none;
	color: #004080;
}
.adobe {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.entry_h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
.footer_alink {
	color: #FFFFFF;
	text-decoration: underline;
}

.sb_alink {
	color: #0000FF;
	text-decoration: underline;
}

.img_link {
	text-decoration: none;
}


.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: 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;
}
#mainContent #entry table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainContent #entry h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #008040;
	text-decoration: underline;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#mainContent #entry h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
