@charset "UTF-8";
/* CSS Document */

	body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#736e67;
	line-height:145%;
	background-color:#d8d8c7;
	}
	
/* Container */	
	#container {
	text-align:center;
	background-color:#d8d8c7;
	width:900px;
	min-height:800px;
	padding:0px;
	margin:0px auto 0px auto;
	}
	
/* Masthead */
	#masthead {
	height:430px;
	width:900px;
	background-image: url(../imgs/header.png);
	background-repeat: no-repeat;
	}


/* Main nav */
	#mainNav {
	width:900px;
	height:105px;
	font-size:1.25em;
	background-image: url(../imgs/nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* Main Col */
	#mainCol {
	text-align:left;
	width:900px;
	font-size:1.25em;
	min-height:250px;
	position:relative;
	padding: 0px;


}	

/* Left column */
	#sidebar {
	float:left;
	left:0;
	width:300px;
	min-height:250px;
	padding: 0px;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	
/* Right column */
	#rightCol {
	float:right;
	width:530px;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
/* Footer */
	#footer {
	clear:both;
	width:900px;
	height:70px;
	font-size:0.9em;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	background-image: url(../imgs/footer.png);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#d8d8c7;
	text-transform: uppercase;
	line-height:125%;
	}
	
/* Turn off borders on image links */
	img {
		border:0;
	}
	
/* Headings */
	h1 {
	margin:10px 0px 0px 0px;
	font-size:1.35em;
	color:#6a0039;
	text-transform: uppercase;
	}
	
	h2 {
	margin:4px 0px 4px 0px;
	font-size:1.35em;
	text-transform: uppercase;
	}
	
/* Paragraph Styles*/
	p {
	margin:5px 0px 0px 0px;
	}
	
	p a:link, p a:visited {
	color:#4b4837;
	text-decoration:none;
	}
	
	p a:hover, p a:active {
		color:#6a0039;
		text-decoration:underline;
	}
    .rust {
		color:#8a3a15
	}
	
/* Form */
.inputForm p { clear: left; margin: 0; padding: 1px 0 3px 0; padding-left: 100px; height: 1%; }
.inputForm label{  float: left; margin-left: -100px; width: 100px; }

.inputButton p { clear: left; margin: 0; padding: 1px 0 3px 0; padding-left: 100px; height: 1%; }
.inputButton label{  float: left; margin-left: -100px; width: 240px; }

.chkleft { float: left; width: 50%; }
.chkright { float: right; width: 50%;  }
.clear { clear: both; }
