@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: #ffffff;
	background: #f4f4f4 url(../images/homebg.gif) top center repeat-y; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; }
	
ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0; }
caption, th, td {
	text-align: left;
	font-weight: normal; }

p { font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 12px; */
	line-height: 20px;
	margin: 10px 0; }

/*h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }*/

a:link { color:#c22f27; text-decoration: none; font-weight: bold; }
a:visited { color:#c22f27; text-decoration: none; font-weight: bold; }
a:hover { color:#666666; text-decoration: none; font-weight: bold; }
a:active { color:#c22f27; text-decoration: none; font-weight: bold; }

a img { border: 0;}
.bullet { font-size: 16px; }
.quote { margin: 20px 0 0 0; color: #999999; font-size: 10px; }
.darkgrey { color: #4A4A4A; }

h1 { color: #999999; 
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; }

#supercontainer { margin: 0 auto; 
	width: auto; height: 100%; 
	background: #f4f4f4 url(img/bg.gif) top center repeat-y; overflow: visible; }
#container { 
	margin: 0 auto; 
	width: 760px;
	background-color: #000000; }

#header { width: 784px; margin: 0 auto; padding: 20px 0; }
#logo { float: left; width: 300px; }

#navigation { 
	clear: both;
	margin: 0;
	padding: 10px 0 25px 0;
	color: #4A4A4A; 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 }
#navigation ul { list-style-type: none; float: right;	}
#navigation ul li { 
	display: inline; 
	margin: 5px 15px; }
#navigation .last { margin: 0 0 0 15px; }

#sidebar { 
	float: left; 
	margin: 0 20px;
	width: 180px; 
	text-align: center;	 }
#maincontent {
	margin-top: -13px; 
	padding: 0px 30px 150px 240px; 
	font-size: 12px; }
	
#bottomlinks { margin: 80px 0 0 0; font-size: 10px; }
#recentposts { width: 240px; }
#upcomingevents { width: 250px; float: right; margin: 0 0 0 25px; }

#recentposts ul  { margin: 20px 15px 0 0; }
#upcomingevents ul { margin: 20px 0 0 0; }
#recentposts ul li, #upcomingevents ul li { color: #4A4A4A; margin: 9px 0; }

#footer { clear: both;
	width: 784px; margin: 0 auto; padding: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838a9c; }