@charset "UTF-8";
/* reset */
body, div, img, h1, h2, h3, h4, h5, h6, p, table, td, tr, ul, ol, li, a {margin:0; padding:0;}

/* page elements */
body {background-color:#efd828;}

.container {
	width:1000px;
	margin: 0 auto;
	background:url(images/background_slice.jpg) repeat-y center;
	padding-bottom:25px;
}

#header {
	text-align:center;
	padding:20px 0;
}

#main {
	background:url(images/yellow_box_slice.jpg) repeat-y;
	width:685px;
	margin-left:50px;
	float:left;
}

#sidebar {
	float:left;
	margin-left:20px;
	background:url(images/sidebar_slice.jpg) repeat-y;
	width:200px;
}

.sidesub {margin:10px 0 0 10px;}

.clear {clear:both;}


span.poof {display:none;}

/* sidebar */
#sidebar ul {
	list-style:none;
	margin:0 20px;
}

#sidebar li {
	padding-top:12px;
}

.social {float:left; margin-right:5px;}

/* footer */
#footer {
	background-color:#990000;
	padding: 25px 200px;
	padding-top:25px;
}

.column {width:350px; float:left;}

#footer ul {
	list-style:none;
}

#footer li {
	padding-top:5px;
}

/* Schedule */
th {font-size:18px; padding:20px 0 0 10px; color:#333}
#schedule h2, h3, td h3 {padding: 25px 0 0 20px; margin:0;}
#schedule h2, #schedule h2 a, #minutes h2 a {font-size:24px;}
table {width:600px;}

/* Boosters */
#boosters table {text-align:center;}
#boosters td {padding-top:3px; margin:0;}
#boosters th {font-size:12px;}
#boosters a, #forms a {color:#655c1e;}
#minutes {
	margin-top:20px;
}
#minutes ul, #boosters ul, #links ul {margin-left:30px; padding:0;}

/* typography */
h1, h2, h3, h4, h5, h6, p, a, li, tr, td {font-family:Arial, Helvetica, sans-serif;}
#Downloads h2 {padding-top:20px;}
#Downloads h2 a {font-size:24px;}
#Downloads h3 a {font-size:14px; color:#655c1e;}
h1, h2, h3, h4, h5, h6 {color:#990000; padding:0 20px;}
.bold {font-weight:900;}
.highlight {font-weight:900; color:#990000; font-size:14px;}


table {margin-left:20px;}

p {
	font-size:12px;
	line-height:17px;
	margin-top:5px;
	margin-bottom:12px;
	padding:0 20px;
}

td, tr  {
	font-size:12px;
	padding: 5px;
	height:20px;
	
}

.alt {
	background:url(images/table_slice.jpg) repeat-x;
	color:#655c1e;
}

.odd {
	background:url(images/table_slice_dark.jpg) repeat-x;
	color:#fff;
}

#Downloads th {font-size:14px;}
#Downloads tr.odd a {color:#fff;}
#Downloads tr a {color:#655c1e;}
#Downloads tr a:hover {font-weight:bold;}


#sidebar a, #footer a {color:#fff;}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {color:#efd828; padding-left:0;}

a {text-decoration:none; font-size:12px;}
a:hover {text-decoration:underline;}
#contact a, #links a {color:#990000;}
