/* DO NOT EDIT
---------------------------------------------- */
html, htm, body {
	height: 100%;
	}
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background: #858C62 url(assets/images/background.jpg) repeat-x left top;
}
h1 {
	margin: 0px;
	padding: 16px 0px;
	color: #865816;
	font: bold 31px/34px "Times New Roman", Times, serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #93835F;
	font: bold italic 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/18px "Times New Roman", Times, serif;
	text-transform: uppercase;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #865816;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
}
a {
	color: #865816;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #333;
		text-decoration: underline;
	}
hr {
	color: #865816;
	height: 1px;
	background-color: #865816;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #865816;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#wrapper {
	min-height: 100%;
	_height: 100%;
	}
	#container {
		margin: 0px auto;
		width: 950px;
		background: transparent url(assets/images/wrapper_bg.jpg) repeat-y left top;
		}
		#container2 {
			background: transparent url(assets/images/container_bg.jpg) no-repeat left top;
			min-height: 588px;
			_height: 588px;
			}
			#logo {
			width:127px;
			height:95px;
			margin:33px 0 0 39px;
			padding:0px;
			position:absolute;
			}
			#header {
				padding: 43px 0px 0px 220px;
				height: 127px;
				color: #000;
				font: bold 36px/56px "Times New Roman", Times, serif;
				text-transform: uppercase;
				}
				#header span {
					display: block;
					margin: 0px;
					padding: 0px 0px 8px 0px;
					width: auto;
					height: auto;
					font: 12px/12px Arial, Helvetica, sans-serif;
					text-transform: none;
					position: relative;
					z-index: 999;
					}
			#nav, #nav li, #nav a {
				margin: 0px;
				padding: 0px;
				width: auto;
				height: auto;
				}
			#nav {
				float: left;
				padding: 0px 0px 0px 11px;
				width: 188px;
				}
				#nav li {
					list-style: none outside none;
					}
					#nav a {
						display: block;
						padding: 0px 0px 0px 19px;
						width: 169px;
						color: #e4c9a3;
						font: bold 14px/28px Arial, Helvetica, sans-serif;
						}
					#nav a:hover {
						color: #261406;
						text-decoration: none;
						background: transparent url(assets/images/navHover.gif) no-repeat left center;
						}
			#leftPic {
				float: left;
				padding: 0px 0px 0px 18px;
				}
			#leftPic p{
				margin: 0px;
				padding: 0px;
				}

			#rightCol {
				margin: 0px 30px 0px 230px;
				}
			#clear {
				clear: both;
				padding: 0px 0px 142px 0px;
				height: 28px;
				font-size: 0px;
				line-height: 0px;
				background: #858C62 url(assets/images/clear_bg.jpg) no-repeat left top;
				}
#footer {
	position: relative;
	margin: -142px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	height: 122px;
	color: #000;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
	text-align: center;
	background: transparent url(assets/images/footer_bg.jpg) repeat-x left bottom;
	}
	#bottomNav, #bottomNav li, #bottomNav a {
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		line-height: 26px;
		}
	#bottomNav, #bottomInfo {
		margin: 0px auto;
		width: 1000px;
		}
		#bottomNav li {
			display: inline;
			padding: 0px 5px;
			list-style: none outside none;
			border-left: 1px #000 solid;
			}
		#bottomNav li.first {
			clear: both;
			border-left: 0px;
			}
			#bottomNav a {
				font-weight: bold;
				}
	#bottomInfo span {
		display: block;
		font-weight: normal;
		}

#sidebar{
	margin:30px 0px 0px 0px;
	width:190px;
	
}

#sidebar a{
	margin:0px;
	padding:0px;
	
}
#toplinks {
	text-align: center;
	font-size: 11px;
	height: 11px;
	margin-bottom: -11px;
}
#toplinks a {
	text-decoration: none;
}

