@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #fef1c8;
	background-image: url(../images/bkgdTopStripe.gif);
	background-repeat: repeat-x;
	background-position: center top;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	width: 859px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../images/shadowBkgd.png);
	background-repeat: repeat-y;
	background-position: center center;
	z-index: 7;
}
#logo {
	position: relative;
	width: 290px;
	height: 263px;
	top: 0px;
	left: -20px;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}
#left {
	position: relative;
	width: 252px;
	height: auto;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	z-index: 9;
}
#nav {
	position: relative;
	width: 252px;
	height: 541px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/navBkgd.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 9;
}
#nav ul {
	padding: 0px;
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	color: #feffe9;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#nav ul li {
	padding: 0px;
	margin: 0px;
}
#nav ul li a, #nav ul li a:visited {
	color: 	#cbcc9c;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 192px;
	background-image: none;
	padding-left: 30px;
}
#nav ul li a:hover, #nav ul li a:visited:hover {
	color: 	#feffe9;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 192px;
	background-image: url(../images/bullseye.png);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 2px center;
}
#left p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 11px;
	margin-bottom: 5px;
	margin-left: 11px;
}
#right {
	position: relative;
	width: 547px;
	height: auto;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 7;
}
#banner {
	position: relative;
	width: 552px;
	height: 240px;
	padding: 0px;
	margin: 0px;
	left: -5px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 8;
}
#content {
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: justify;
	color: #5a5a5a;
	line-height: 18px;
}
h1 {
	display: none;	
}
h2 {
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	color: #5f602d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f602d;
	margin: 0px;
	padding: 0px;
}	
h3 {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #5f602d;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5f602d;
	margin-top: 15px;
	margin-bottom: -10px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #5f602d;
	margin-top: 15px;
	margin-bottom: -15px;
	
}
h5 {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #5f602d;
	margin-top: 15px;
	margin-bottom: -15px;
}
#content img {
	margin: 5px;
	padding: 0px;
	border: 0px;
}
#content p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content a ,#content a:visited {
	color: #5a5a5a;
	text-decoration: underline;
}
#content a:hover, #content a:visited:hover {
	color: #5f602d;
	text-decoration: none;
}
#content ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content ul li ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content ul li ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content ol {
	padding: 0px;
	list-style-position: inside;
	list-style-type: decimal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content ol li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content ol li ol {
	padding: 0px;
	list-style-position: inside;
	list-style-type: lower-alpha;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content ol li ol li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#bottom {
	position: relative;
	width: 859px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/shadowBtm.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	z-index: 7;
}
#footer {
	position: relative;
	background-image: url(../images/bkgdBtmStripe.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #828350;
	width: inherit;
	min-height: 22px;
	height: auto;
	margin: 0px;
	z-index: 6;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-align: right;
}
#footer a, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:visited:hover {
	color: #FFF;
	text-decoration: none;
}
#footer ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footer ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer ul li a:hover, #footer ul li a:visited:hover {
	text-decoration: underline;
	color: #FFF;
}
img {
	border: none;	
}
.clear {
	width: 100%;
	height: 0px;
	clear: both;
}
:focus { outline: none; }
