body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	background-image: url(images/bart_pbg.jpg);
	background-color: #B9B6AF;
	margin: 0 24px;
	padding: 0;
}
.floatRight {
	float: right;
	margin: 0 0 0 6px;
}

/*print page body*/
.printpage{
	background-color: #FFFFFF;	
}
/*Pagewrapper serves as a container for all elements on the page.
The background image is positioned at the top right
edge and tiles vertically along the Y-Axis - creating the drop
shadow effect on the right edge of the box.*/

#pagewrapper {
	width: 765px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bart_mid.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
}

/*The logodiv carries the flash file.*/
#logodiv {
	height: 161px;
}

/*Sidebar is floated to the left edge of the window.*/
#sidebar {
	width: 141px;
	float: left;
}

/*The menubar DIV is the container for our menu. Left and right margins are
set to 1px so that the menu fits inside the white borders of the sidebar.
Font-size is set to .12px for the entire menu.*/
#menubar {
	width: 141px;
	margin-left: 1px;
	font-size: 12px;
}
/*The navheader DIV is the container for the header intros to each nav menu.*/
#navheader {
	margin: 0;
}


/*The maincontent DIV is nested inside mainbox and renders below
the masthead. */
#maincontent {
	float: right;
	width: 540px;
	padding: 30px 36px 30px 30px;
	font-size: 12px;
	line-height: 1.5em;
}

/*Paragraph margins are set.*/
#maincontent p {
	margin: 8px 0 12px 0;
}

#maincontent p.greenboxHome {
 height: 145px;
 border-top: 3px double #e3dca5;
 border-bottom: 3px double #e3dca5;
 padding: 2px 10px 10px 15px;
 font-style: oblique;
 line-height: 1.30;
 background: #f7f1c9 url(../images/newsbkg.jpg) no-repeat right;
}
.newsHeader {
	font-size: 15px;
	font-weight: bold;
	 color: #9b403b;
}
/*Heritage Park*/
.captions {
	font-size: 11px;
	color: #666666;
	line-height: normal;
	padding: 2px 12px;
}
#answers li {
	font-weight: normal;
}

/*Weddings Page*/
#questions li {
	font-size: 13px;
	font-weight: bold;
}
#answers li {
	font-weight: normal;
}

/*Events Page*/
.smalltext {
	font-size: 10px;
	color: #000000;
}

/*Membership page styles.*/
#membertable {
	line-height: normal;
	color: #666666;
	background-color: #EAE6E2;
}

#membertable td {
	padding: 6px;
	border-bottom: solid 1px #999999;
}

.membertype {
	font-size: 13px;
	width: 90px;
	color: #000000;
	font-style: bold;
	vertical-align: top;	
}

.membercost {
	font-size: 13px;
	text-align: right;
	color: #9B403B;
	font-style: bold;
	vertical-align: bottom;	
}
.address {
	width: auto;
	text-align: center;
	color: #9B403B;
	font-style: bold;
}

/*The copyrightdiv carries the textured background along the bottom
edge of the mainbox. Nested inside this DIV is the
copyrightnotice DIV.*/
#copyrightdiv {
	clear: both;
	background-image: url(images/bart_copyBG.gif);
	background-repeat: repeat-x;
	background-color: #CCCCB9;
}

/*Copyrighnotice contains the embedded copyright notice, which
also creates the bottom left curve of the main box. We also set
a background image that completes the bottom curve.*/
#copyrightnotice {
	background-image: url(images/bart_brCorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.imaginated {
	background-image: url(images/bart_pbg.jpg);
}

/*Footer styles*/
#footer {
	clear: both;
	margin: 0 0 0 16px;
	padding: 16px 0 0 0;
	font-size: .75em;
}
#footer p {
	margin: 0 0 3px 0;
}

/*Heading Styles*/
h1, h2, h3 {
	margin: 0;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #983F3A;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
}
h2 {
	margin: 10px 0 0 0;
	font-size: 1.6em;
	color: #C2B992;
}
h3 {
	margin: 10px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #983F3A;
}
h4 {
	margin: 5px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color: #9B403B;
}
a:visited {
	color: #9B403B;
}
a:hover, a:active, a:focus {
	color: #666666;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #EEEEEE;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #333333;
}
/*Styles Applied to Form Elements*/
form {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-top : 0px;
}

input {
	background-color : #fff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #666666;
	border : 1px solid #CDCDBA;
}

select {
	background-color : #fff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #666666;
	border : 1px solid #CDCDBA;
}
select:focus { background : #FAF5CD}

input:focus {
	background : #FAF5CD;
}

textarea { 
	color : #666666;
	font-size: .95em;
	background-color : #fff;
	border : 1px solid #CDCDBA; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

textarea:focus { background : #FAF5CD}

#form td {
	padding-left: 6px;
}
#form td.fields {
	background-color : #EEEEE9;
	color : #666666;
}
#form td.header {
	color : #9B403B;
	font-weight: bold;
	background-color : #CDCDBA;
}
#form table {
	color : #666666;
	padding: 3px;
	border : 1px solid #CDCDBA;
	background-color : #F9F9F6;
}
.button {
	color : #ffffff;
	background-color : #9B403B;
}
.button:focus {
	background : #9B403B;
	color : #C2B992;
}