@charset "utf-8";
body {
	font: 100%  'Comic Sans MS', Arial, Helvetica, sans-serif;
	background: #fdf3d1;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #330000;
	background-image:url(../images/bk-brown-lt.jpg);
}
.main #container {
	width: 765px;  
	/*background: #fdf3d1;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #660000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-image:url(../images/bk-brown-lt.jpg);*/
}
.main #header {
	/*background: #fff3d1; 
	padding: 0 10px 0 20px; 
	background-image:url(../images/bk-brown-lt.jpg);*/
	text-align:center;
}
.main #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.main #mainContent {
	padding: 0 0px; 
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}

.main #textRegion {
	width: 755px;
	background-color: #fff3d1;
	padding: 10px 10px 10px 10px;
	color: #330000;
}

.main #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#fff3d1;
	background-image:url(../images/bk-brown-lt.jpg);*/
	color: #330000;
} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
ul {font-size: 10pt;}

a.webmaster {
	color: #660000;
	font-size: 10pt;
	}
	
a.webmaster:hover {
	color: #cc3300;
	}
	
a {color: #330000;}
a:hover {color: #cc3300;}

.ten { font-size: 10pt; }
.eleven { font-size: 11pt; }
.twelve { font-size: 12pt; }

h6 {font-size: 14pt;}
h5 {font-size: 16pt;}
h4 {font-size: 18pt;}
h3 {font-size: 20pt;}
h2 {font-size: 22pt;}
h1 {font-size: 24pt;} 

.caption{
	font-size: 9pt;
	font-weight: bold;
	font-family: arial;
	text-align:center;
	}
	
.pic300Rgt {
	width: 315px;
	height: 370px;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	float: right;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
