@charset "utf-8";
/* CSS Document */
	
	a {
	border:0;     
	text-decoration: none;
	}

	a:link {
	color: #1f0801;
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	color: #1f0801;
	}
	a:hover {
	color: #1f0801;
	}
	a:active {
	text-decoration: none;
	color: #1f0801;
	}
	
	body {
	font: 100% Arial, Helvetica, sans-serif;
	color:#1f0801;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
	
	.oneColElsCtr #container {
	width: 50em;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #1F0801;
	/*border-left: 1px solid #1F0801;
	border-bottom: 1px solid #1F0801;*/
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	}
	
	.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the 		div box */
	text-align: left;
	}
	
	.oneColElsCtr #mainContent p {
	line-height: 1.4em;
	font-size: 90%;
	}
		
 	#nav {
	font-size: 1.2em;
	word-spacing: 3.5em;
	color: #ffffff;
	background-color: #3A1608;
	font-weight:lighter;
	padding-bottom: 0.1em;
	text-align:center;
	}
	
	#nav a:link {
	color: #ffffff;
	text-decoration: none;
	}
	#nav a:visited {
	text-decoration: none;
	color: #ffffff;
	}
	#nav a:hover {
	color: #FF9900;
	}
	#nav a:active {
	text-decoration: none;
	color: #FFCCCC;
	}
	.whitenav {
	color: #ffffff;
	}
	
	.oneColElsCtr #image-sidebar {
		margin: 0 13em 0 1.5em;
		}
		
	.oneColElsCtr #image-sidebar img{
		margin-top: 8px;
		}
	
	.oneColElsCtr #right-sidebar {
		font-size: 0.9em;
		height: auto;
		text-align: left;
		float: right;
		width: 14em;
		padding-right: 8px;
		}
		
	#hpimage {
	text-align: center;
	margin: 0px;
	}
	
	h1 {
	font-size: 1.7em;
	color: #1f0801;
	}
	
	h2 {
	font-size: 1.3em;
	color: #1f0801;
	margin: 0;
	text-align: left;
	}
	
	h3 {
		font-size: 0.7em;
		color: #1f0801;
		margin: 0px;
		font-weight:lighter;
		line-height: 2em;
	}
	
	h4 {
	font-size: 1.3em;
	color: #563C23;
	margin: 0;
	text-align: center;
	}
	 /*h5 {
	font-size: 0.8em;
	font-weight: lighter;
	color: #612C0C;
	margin: 0;
	text-align: center;	/*padding-bottom: .2em;*/
	}
	
	.emaillink {
	color: #666666;
	font-weight: normal;
	}
	
	li {
	margin-left: 1em;
	line-height: 1.3em;
	font-size: .9em;
	}
	
	#footer {
		text-align: center;
		font-size: 0.8em;
		color: #000000;
		padding-top: 10px;
		clear: both;
		margin-left: 50px;
	}

