body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	color: #333;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
}

form {
	margin: 0;
	padding: 0;
}

p, label, li, dd, dt {
	font-size: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C60;
	margin: 0 0 0.5em 0;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h4.date {
	font-size: 1.3em;
	color: #036;
	height: 26px;
	background: #FFF url('/images/h4-gradient.gif') top left repeat-x;
	padding: 0 0 0 10px;
}

h5 {
	font-size: 1.2em;
}

input, select {
	font-size: 1.3em;
}

ol {
	/*font-size: 1.3em;*/
}

ul {
	list-style: none;
}

ul li {
	background: transparent url('/images/bullet.gif') 0 0.5em no-repeat;
	padding: 0 0 5px 10px;
}

table {
	font-size: 100%;
}

td {
	vertical-align: top;
}

h1#masthead {
	color: #000;
}

h1#masthead a {
	text-decoration: none;
	color: #000;
}

#tagline {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	height: 41px;
	background: transparent url('/images/curve-logo.gif') right top no-repeat;
}

#tagline p {
	text-align: right;
	margin: 0;
	padding: 12px 140px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#global-nav {
	display: none;
}

#header-base {
	display: none;
}

#search-contain {
	display: none;
}

#location-contain {
	display: none;
}

#container {
	width: 100%;
	float: left;
}

#wrapper-2col #content {
	margin-right: 20px;
}

#wrapper-3col #content {
	margin-right: 20px;
}

#main {
	padding: 10px 0;
}

#nav {
	display: none;
}

#sidebar {
	display: none;
}

#footer {
	clear: both;
	color: #666;
	background: #FFF url('/images/footer-bg.gif') left top no-repeat;
	height: 50px;
	margin-top: -1px;
	padding: 50px 0 50px 0;
	text-align: center;
	
}

#footer p {		
	font-size: 1.1em;
}

.news-table {
	border: 0 none;
}

.news-table th {
	padding: 3px 15px 3px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #036;
	vertical-align: top;
	text-align: left;
}

.services-table {
	border: 0 none;
}
.calendar-table {
	width: 99%;
}

.calendar-table td {
	vertical-align: top;
	width: 14%;
	/*font-size: 1.1em;*/
}

.services-table td {
	padding: 3px;
	vertical-align: top;
	width: 50%;
}

.calendarday-table {
	width: 100%;
}

.calendarday-table td {
	vertical-align: top;
	width: 100%;
}

.calendarday-table ul, .nonmonth-table ul {
	margin: 0 0 0 12px;
	padding: 0;
	font-size: 0.85em;
}

.nonmonth-table {
	background: #EEE;
}

.important {
	color: #F00;
}

.small {
	font-size: 1.1em;
}

.small-light {	
	font-size: 1.1em;
	font-style: italic;
	color: #666;	
}

.spacer {
	clear: both;
	height: 0;
	line-height: 0;
}

p.sitemap {
	font-size:1.3em;
	margin:0 0 5px 0;
}

p.sitemap2 {
	font-size:1.1em;
	margin:0 0 5px 25px;
}

p.sitemap3 {
	font-size:1.1em;
	margin:0 0 5px 50px;
}

.directory {
	clear:right;
	height:150px;
}

.newsheading {
	text-decoration:underline;
	font-weight:bold;
}

.newssynopsis {
	text-indent: 10px;
}

.newsadminheading {
	width:105px;
}
/**
 * Below are special CSS hacks to prevent IE from exhibiting it's frustrating 3px 'mystery margin'.
 * Please do not remove any of the styles between the 'Hide from IE5/mac' comments.
 * Details can be found here: http://www.positioniseverything.net/explorer/threepxtest.html
 */
 
/* Hide from IE5/mac. Only IE-win sees this. \*/
 
* html table {
	height: 1%;
	margin: 0;
}
 
/* End hide from IE5/mac */