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

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #560b01;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;

}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

a img { 
	border: none;
}


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 800px;
	background: #FFF;
	margin: 0 auto; 
	overflow: hidden; 
	
}


.sidebar1 {
	float: left;
	width: 20%;
	background: #93A5C4;
	
}
.content {
	padding: 16px 0;
	padding-left: 20px;
	width: 774px;
	float: left;
	font-weight: bold;
	border: 3px solid black;
	border-top: 0px;
}

.bigGraphic {
	position: relative;
	left: -20px;	
	
}

.contactText {
	text-align: center;	
	
}

.sidebar2 {
	float: left;
	width: 20%;
	background: #93A5C4;
	padding: 10px 0;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.bigText {
	font-size: 22px;
	color: red;	
	
}

.redText {
	color: red;	
	
}

.copyright {
	width: 804px;
	text-align: center; 
	font-size: 9px;
	color: white;
	background: #560b01;	
}


ul.nav {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-bottom:6px;
	

}
ul.nav li {
	display: inline;
}
ul.nav a, ul.nav a:visited { 
	font-weight:bold;
	color:#FFFFFF;
	background-color:#98bf21;
	text-align:center;
	padding:6px;
	text-decoration:none;
	/*text-transform:uppercase;*/
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color:#7A991A;
}


.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-right: 16px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	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 overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}