body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin: 0 24px;
	padding: 0;
}


/*The maincontent DIV */
#maincontent {
	width: 600px;
	padding: 30px 36px 30px 30px;
	font-size: 13px;
	line-height: 1.5em;
}

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



/*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;
}

/*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;
}

#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #EEEEEE;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #333333;
}

/*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;
}
/*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;
}

