#mainCont {
	color: #292825;
	background-color: #f06e12;
	height: auto;
	width: 850px;
	margin: 10px auto auto;
	border: 2px solid #fafff8;
}

body {
	background-color: #efdba5;
	width: 100%;
	margin: auto;
}

#header {
	background-color: #e5610a;
	width: 850px;
	height: 30px;
	color: #1f1f1f;
	text-align: right;
	font: 12px verdana, arial;
}

.topLinks {
	color: #121212;
	font: 12px verdana, arial;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

#midLinks {
	color: #121212;
	font: 12px verdana, arial;
	text-align: center;
	padding-right: 5px;
	padding-top: 5px;
	
}

#graphic {
	width: 850px;
	height: 325px;
}

#topNav {
	width: 850px;
	height: 30px;
	background-color: #ffdd24;
	color: #171717;
}

#picNav
 {
	width: 850px;
	height: 170px;
	display: inline;

}

img {
	margin: 0;
	padding: 0;
	border-width: 0;
	display: inline;
	border-style: none;
	float: left;
}

#bottomCont {
	width: 850px;
	background-color: #f06e12;
	color: #171717;
}

.credit {
	color: #3e1b00;
	font: 10px verdana, arial;
	text-align: left;
	padding-left: 5px;
	padding-top: 17px;
}

#mainText {
	color: #381700;
	font: 12px verdana, arial;
	padding: 15px 5px 5px;
}

.banner {
	width: 850px;
	height: 100px;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: #fff;
}

#sectBox {
	text-align: left;
	background-color: #ffca7d;
	width: 600px;
	height: auto;
	margin: 20px 20px 20px 75px;
	padding: 25px;
	float: left;
	border: 2px solid #f8fff5;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
	color: #008031;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

p {
	color: #313131;
	text-align: left;
	padding-top: 15px;
	padding-left: 5px;
	font: 15px/inherit "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
}

.sectPara {
	width: 550px;
	height: auto;
	margin: 5px;
	padding: 2px;
	float: left;
}

.sectImg {
	margin: 5px;
	border: 4px solid #ff6610;
	text-align: center;
}

a:link {
	color: #000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #0d0d0d;
	text-decoration: none;
}

a:active {
	color: #0a0400;
	font-weight: normal;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	
}

a:visited {
	color: #060606;
	text-decoration: none;
}

a:external:link {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}

#linkBox {
	color: #080808;
	text-align: left;
	width: 400px;
	height: auto;
	padding: 5px;
	margin: 5px;
	background-color: #fff;
	border: 8px solid #f06e12;
}


