body {
	text-align: center;
	background-color:#000000; /*black*/
	/*#707038; tan*/
	color: black;
	font-size: 14px;
	font-family: /*Verdana,*/ papyrus/*Arial, Helvetica, sans-serif;*/
}
#header {
	width: 950px;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	text-align: center;
	position: relative;
	background-color: #616161; /*gray*/
	/*#b6b66d; olive or khaki */
	/*#FFFFFF; /*White*/
	/* Gray background-color: #CCCCCC; */
}

#col-lefty {
	text-align: left;
	width: 150px;
	float: left;
	padding: 5px 0 10px 5px;
}
#col-righty {
	text-align: left;
	width: 150px;
	float: right;
	/*padding: 5px 0 10px 5px;	*/
	padding: 5px 5px 10px 0px;
}
#col-full {
	text-align: left;
	padding: 5px 5px 10px 5px;
	/*  Starts at top and goes clockwise - top right bottom left */	
}

/* Added as a test */

#col-body_left {
	text-align: center;
	width: 200px;
	padding: 0px 360px 0px 0px;	
}

#col-body_center {
	text-align: left;
	width: 600px;
	float: left;
	padding: 5px 5px 10px 10px;	
}

#col-body_right {
	text-align: left;
	width: 150px;
	padding: 5px 5px 10px 0px;	
}

/* End test area */

.surround {
	border: 1px solid #000000;
	padding: 6px 10px 10px;
	/*  background-color: #f0e1c5; */
	background-color: #ffffff;
	text-align: left;
}

.surround2 {
	border: 1px solid #000000;
	padding: 6px 10px 10px;
	background-color: #cccccc;
	text-align: left;
}

.surround3 {
	border: 1px solid #000000;
	padding: 6px 10px 10px;
	background-color: #ffffff;
	/*#D24728;  color burnt orange */
	text-align: center;
	
}

/* test area */

.surround4 {
	border: 3px ridge #ffffff;
	padding: 5px;
	/* background-color: #ffffff;*/
	text-align: center;
	
}

/* end test area */

.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.right {
	text-align: right;
	float: right;
	display: block;
	padding-left: 8px;
}
.left {
	text-align: left;
	float: left;
	display:block;
	padding-right: 8px; 
}
.clear {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 1px; 
	margin: 0;
}
#footer {
	border-top: 11px solid #ffffff;
	height: 34px;
	width: 950px;
	background-color: #616161;
	font-size: 10px;
			
	voice-family: "\"}\""; 
 	voice-family:inherit;

	height: 55px;	
}
a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover, a:active {
	text-decoration: underline;
	color: #D24728;
}
a img {
	border: 0;
}
a.map {
	text-align: center;
	margin: 0 auto;
	display: block;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	font-family: papyrus;
	font-weight: normal;
	color: #000391;
	margin: 5px 5px 0 5px;
	text-align: left;
	border-bottom: 1px solid #7d7d7d;
}
h2 {
	font-size: 24px;
	font-family: papyrus;
	font-weight: normal;
	color: #000000;
	margin: 5px 0 5px 5px;
	text-align: left;
	border-bottom: 1px solid #7d7d7d;
}
h3 {
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	color: #000391;
	margin-top: 0;
	/* this is underlining - border-bottom: 1px solid #7d7d7d; */
	margin-bottom: 5px;
	text-align: center;
}

h4 {
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #466bec;
	margin: 5px 0 0 0;
	text-align: left;
}

h5 {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #b25d48;
	margin: 0;
	text-align: left;
}

h6 {
	font-family: Arial;
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #000000;
	/*#003300; forest green */
	text-align: center;
}

/* paragraph settings */
p {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}