body {
	background: #ebebeb;
	color: #000000;
	margin: 0px;
	text-align: center;
	}
body,td,th,p  {
	font-family: verdana, arial, helvetica, geneva;
	font-size: 11px;
	color: #505050;
	text-decoration: none;
	}

#contentwrap {
	background: #036 url('../images/nav/bg-content.jpg') repeat-y;
	width: 780px;
	margin: 20px auto;
	text-align: center;
	border: 0px solid red;
	}
#content {
	line-height: 1.5em;
	width: 650px;
	margin: auto;
	text-align: left;
	border: 0px solid green;
	}
#content p {
	padding-top: 1px;
	}

a:link, a:visited  {
	color: #900;
	text-decoration: none;
	}
a:hover  { 
	color: #000; 
	text-decoration: none;
	border-bottom: 1px solid #000;
	}
.sponsorLogos a:hover { 
	color: #000; 
	text-decoration: none;
	border-bottom: 0px;
	}

ul {
	list-style: none;
	padding-left: 20px;
	margin: 5px 0 10px 0;
	}

ul li { 
	line-height: 1.3em; 
	background: url("bullet-check.gif") no-repeat 0 4px; 
	padding: 0 0 4px 15px 
	}

input,textarea,option,select {
	font-family: verdana, arial, helvetica, geneva;
	font-size: 10px; 
	color: #666; 
	}
input:focus, textarea:focus, select:focus {
	background: #ffffff;
	}
form { margin: 0; padding: 0; }

.small { font-size: 9px; }
	
h1,h2,h3,h4,h5,h6  {
	font-family: futura, "Trebuchet MS", helvetica, geneva, arial, sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	background: none;
	text-decoration: none;
	}
h1  {
	font-size: 16px;  
	line-height: 1.3em;
	color: #900;
	}
h2 {
	font-size: 15px;  
	color: #094fa1;
	}
h3 {
	font-size: 13px;  
	color: #404040;
	border-bottom: 0px dashed gray;
	}

/* Stuff for the event excerpts on the home page */
td#newsexcerpts {
	padding: 10px 25px;
	}
.excerptdate {
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
	padding: 3px 0 10px 2px;
	}
.storycontent {
	border: 0px dashed yellow;
	}
.storycontent p {
	color: #1a1a1a;
	margin: 0 0 15px 0;
	}
#morelink {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	}
#morelink a {
	color: #900;
	}

	
#footer {
	background: #ebebeb;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #808080;
	padding: 10px 75px 0px 0px;
	}
#footer a, #footer a:visited {
	color: #003770;
	text-decoration: none;
	}
#footer a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}

#tablecontact td ul {
	margin: 0;
	padding: 0;
	}
#tablecontact td li {
	margin: 0;
	padding: 0 0 0 15px;
	}
	
/* E X T R A S */

a[href*=".pdf"].noicon,
a[target="_blank"].noicon,
a[href^="mailto:"].noicon,
a[href*=".zip"].noicon,
a[href*=".doc"].noicon, {
	background: none;
	}

a[target="_blank"] {
	background: url('icon-window.gif') no-repeat right center;
	padding-right: 16px;
	}

a[href^="mailto:"] {
	background: url('icon-email.png') no-repeat 0px 3px;
	padding-left: 18px;
	}

a[href*=".zip"] {
	padding: 2px 0px 1px 15px;
	margin: 0 0 0 5px;
	background: url('icon-zip.gif') no-repeat left center;
	}
/*
a[href*=".pdf"] {
	padding: 1px 0px 1px 15px;
	margin: 0 0 0 5px;
	background: url('icon-pdf.gif') no-repeat left center;
	}
*/

a[href*=".doc"] {
	padding: 2px 0px 1px 15px;
	margin: 0 0 0 5px;
	background: url('icon-word.gif') no-repeat left center;
	}
