body {
	background-color: #EAEBEE;
	background-position: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#holder {
	width: 100%;
}
#headercontainer {
	width: 100%;
	background-color: #666;
	background-position: center;
}
#header {
	height: 128px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#maincontainer {
	background-color: #EAEBEE;
	width: 100%;
	float: left;
	z-index: auto;
	background-image: url(../images/template/topgradborderleft.jpg);
	background-repeat: repeat-x;
}

#main {
	background-color: #EAEBEE;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: auto;
	height: auto;
}

#left {
	background-color: #EAEBEF;
	width: 20%;
	float: left;
	background-image: url(../images/template/topgradborderleft.jpg);
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}

#mainmenu {
	list-style-type: disc;
	width: 95%;
	padding-top: 1em;
}

#gallerymenu {
	list-style-type: disc;
	width: 95%;
	padding-top: 1.8em;
}

#resourcesmenu {
	list-style-type: disc;
	width: 95%;
	padding-top: 1.8em;
}


#content {
	background-color: #F5F5F8;
	width: 73%;
	float: right;
	background-image: url(../images/template/topgradbordermid.jpg);
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #333333;
	height: 100%;
}
#content ul li {
	font-size: 0.9em;
	padding-bottom: 12px;
}


#footercontainer {
	background-color: #F5F5F8;
	width: 100%;
	float: left;
	background-image: url(../images/template/cwf-bg.jpg);
	background-repeat: repeat-x;
	height: 45px;
}
#footerspace {
	height: 11px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	height: 17px;
	font-size: 0.8em;
	line-height: normal;
	color: #333333;
	font-style: oblique;
}

h1 {
	font-size: 1.6em;
	color: #666;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	color: #666;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}

p {
	line-height: 1.5em;
	color: #333333;
	font-size: 0.95em;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: CC0000;
	text-decoration: underline;
}

td {
	line-height: 1.5em;
	color: #333333;
	font-size: 1.1em;
	text-align: justify;
}
td.pict {
	text-align: center;
}

.menutitle {
	font-size: 1.15em;
	color: #CC0000;
	font-weight: bold;
	line-height: 0.5em;
}


.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	color: #333333;
}
.quoteauthor {
	font-size: 0.85em;
	color: #333333;
}
.specialevent {
	color: #FFFFFF;
	background-color: #CC0000;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.specialevent a {
	font-weight: bold;
	color: #FFF;
}

.eventheadline {
	color: #CC0000;
}
.picfloatleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}
.textjustify {
	text-align: justify;
}
.textcenter {
	text-align: center;
}
.cleardiv {
	clear: both;
}

.font80 {
	font-size: 80%;
}
.font90 {
	font-size: 90%;
}

