@charset "utf-8";
body {
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
}
h1 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
 	font-size: 170%;
}
h2 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
 	font-size: 130%;
}

h3, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}

h4 {
	margin-top: -20px;	
	padding-right: 15px;
	padding-left: 15px; 
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

	
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
#pagelink {
	text-decoration: none;
	font-weight: bold;
	background-color: #C28228;
	color: #FFFFFF;	


}
a:link {
	color: #935701;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #734300;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
a:active, a:focus {
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 90%;
	max-width: 1260px;/* IE6 does not respect this declaration. */
	min-width: 780px;/* IE6 does not respect this declaration. */
	background-color: #FFF;
	margin: 0 auto;
	padding: 10px;
	border: ridge #000000; 
}

.header {
	background-color: #FFFFFF;
}


.smallerfont {
	font-size: 96%;
	line-height: 1.4;
}
/* ~~ These are the columns for the layout. Sidebar1 is on far left, Content is middle column, contact is for the contact page only*/

.sidebar1 {
	float: left;
	width: 25%;
	padding: 10px 10px;
	overflow: hidden;
}
.content {
	padding: 10px 0;
	width: 45%;
	float: left;
}

.contact {
	width: 30%;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
}
/* ~~ These are the right hand column, either for the form or if normal text use sidebar2*/
.formsidebar {
	float: left;
	width: 24%;
	font-size: 90%;
	border: thin solid #660000;
	background-color: #935701;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table {
	width: 100%;
	padding-left: 10px;
}

form {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	overflow: hidden;
}

.sidebar2 {
	float: left;
	width: 25%;
	padding: 10px 0;
	text-align: left;
}

/*	This is for the more evenly spaced columns */

.columncontainer {
	width: 100%;
/*	max-width: 1200px; IE6 does not respect this declaration. */
/*	min-width: 700px; IE6 does not respect this declaration. */
	background-color: #FFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	
}
.col1 {
	padding: 0px;
	float: left;
	width: 33%;
}
.col1 p{
	text-align:center;
}
.col2 {
	padding: 0px;
	width: 34%;
	float: left;
}
.col2 p{
	text-align:center;
}
.col3 {
	float: right;
	width: 33%;
	padding: 0px;
}
.col3 p{
	text-align:center;
}
/* ~~The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #FFFFFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; 
}

.footer p {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 1;
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
	margin-right: 15px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




hr {
	border: thin groove #935701;
}
