body    { 
	margin: 0; padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
 	background: #fff url(images/masthead10livebg.jpg) 0 0 repeat-x; 
	text-align: center;
	}

#wrapper { 
	text-align: left;
	margin: 0; padding: 0; 
	}
#masthead {
	border-bottom: 3px solid #000;
	margin: 0;
	padding: 0;
	}

a:link    { color: #009; }
a:visited { color: #006; }
a:hover   { color: #c00; }
a:active  { color: #c00; }

#maincontent {
	text-align: left;
	width: 96%;
	margin: 0 auto 20px auto; 
	padding: 30px 0 0 0;
	}	

h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; }

h1 { 
	font-size: 1.7em; 
	line-height: 1.3em;
	color: #c00;
	margin-top: 0;
	margin-bottom: .4em;
	}

h2 { 
	font-size: 1.4em; 
	line-height: 1.3em;
	color: #f33;
	margin-bottom: .6em; 
	margin-top: .25em;
	font-weight: bold;
	}

h3 { 
	font-size: 1.3em; 
	line-height: 1.2em;
	color: #c00;
	margin-top: 0;
	margin-bottom: .25em;
	}

h3.spaced { margin-top: 35px; }
h3.underline {
	margin-bottom: 1em; 
	border-bottom: 2px dotted #ccc; 
	padding-bottom: .25em; 
	}

h4  { 
	font-size: 1em;
	font-weight: bold; 
	line-height: 1.3em; 
	margin-top: 0; 
	margin-bottom: 1em;
	}
h5  { 
	font-size: 1em;
	font-weight: bold; 
	line-height: 1.3em; 
	margin-top: 0; 
	margin-bottom: 0;
	}
h6 {
	font-weight: bold;
	color: #c00;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.3em;
	}
p { 
	margin-top: 0; 
	margin-bottom: 1em;
	}
.cen { text-align: center; }
