body {
	background : #FFFFFF url(images/bg.jpg) repeat-x;
	font-family:'Lucida Grande'; 
	margin: 0;
}.maintext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8.5pt;

	font-weight: normal;

	text-decoration: none;

	line-height: 16px;

	padding-left: 25px;

	padding-right: 8px;

	font-style: normal;
}

.campbg {

	background-color: #FFFFFF;

	background-image: url(images/camp_bg.jpg);

	background-repeat: no-repeat;

	background-position: left top;

}

.todaybg {

	background-attachment: scroll;

	background-color: #F7F8D0;

	background-image: url(images/today_bg.jpg);

	background-repeat: no-repeat;

	background-position: left top;

}

.tdlinks {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 7.5pt;

	line-height: 16px;

	color: #9B8672;

	text-decoration: underline;

	text-align: right;

}

.linkservices {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 7.5pt;

	color: #9B8672;

	text-decoration: underline;

	text-align: left;

	float: right;

	height: auto;

	width: auto;





}

.contacttext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	text-decoration: none;

}

.formtext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	color: #000000;

	text-decoration: none;

	background-color: #C6D2DF;

	border: 1px solid #000000;

}

.contactbg {

	background-color: #CAE0F5;

	background-repeat: no-repeat;

	background-position: left top;

}

a:hover {

	color: #DF0034;

}

.headers {

	font-family: "Times New Roman", Times, serif;

	font-size: 10pt;

	font-weight: normal;

	color: #DF0034;

	margin-bottom: 10px;

	font-variant: normal;

	padding-bottom: 10px;







}

.bullet {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000000;

	list-style-position: outside;

	list-style-type: disc;

}

* html body
{
	text-align: center;	/* hack to center this under IE5 */
}

/*<group=menu>*/

#menu { 
}

#menu ul, #menu li {
}

#menu a:link, #menu a:visited {
}

#menu a:link.active, #menu a:visited.active {
	color: #cdb9a5;
	font-weight: normal;
}

#menu a:hover {
	color: #cdb9a5;
}

body.section-1 #menu li#nav-1 a, 
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a,
body.section-5 #menu li#nav-5 a,
body.section-6 #menu li#nav-6 a,
body.section-7 #menu li#nav-7 a,
body.section-8 #menu li#nav-7 a {
	color: #cdb9a5;
}

#menu ul a:hover {
	color: #cdb9a5;
}
	
/*</group>*/

/*<group=hnav>*/

.hnav
{
	white-space: nowrap;
	margin: 0;
	padding: 8px 0; 
	text-transform: uppercase; 
	font: bold 12px Arial, Helvetica, sans-serif;
	border-style: none;
	border-width: 0 0 1px 0; 
	letter-spacing: 1px;
}

.hnav, .hnav ul li a
{
	background-color: #9b8672;
	color: #ffffff;
}

.hnav ul li a:hover
{
	background-color: #9b8672;
	color: #dad2cb;
}

* html .HNAV
{
	height: auto;	/* above IE6/Win holly hack breaks IE5/Win when page 
			   length get beyond the point that 1% height is taller 
			   than the text height. IE5/Win does not need this 
			   holly hack so we remove it here */
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector will remove that padding */
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	margin: 0;
}
.hnav ul li a
{
	text-decoration: none;
	margin: 0 -1px 0 0;
	padding: 3px 10px 4px 10px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
* html .HNAV ul li a
{
	width: 1%;	/* holly hack for IE5/Win inline padding. this 
			   hack fixes different rendering bugs in 5.0 and 5.5.
			   Width is used instead of height because if the 
			   document is too long, these elements become very tall
			   and disrupt the look of the document. too wide an 
			   element is better, visually, than too tall. */
}
.hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul span.divider
{
	display: none;
}
	
/*</group>*/

/*<group=PageWrapper>*/

* html #pageWrapper
{
	text-align: left;	/* keep the content left-aligned */
}

#pageWrapper
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;	/* explicitly defined within eact selector in 
				   case you want change border styles (to mix 
				   it up) between elements */
	border-width: 0 1px;	/* puts a border on the left and right sides of
				   the page. #masthead and #footer will handle 
				   the top and bottom borders */

}

#pageWrapper,.hnav
{
	border-color: transparent;
}
	
/*</group>*/

.footer {
	text-align: center;
	background: #9b8672; 
	color: #ffffff; 
	font: bold 11px Arial, Helvetica, sans-serif; 
	width: 752px; 
	padding: 4px;
}

