body {
	margin: 0;
	padding: 0;
	font: normal 13px Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	background-color: #888772;
	text-align: center;
	line-height: 16px;
}
a, a:link, a:active, a:visited {
	color: #b7842c;
}
a:hover {
	color: #693819;
}

/* Container for entire site */
#container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
/* Class for setting all container widths */
.eightfifty {
	margin: 0 auto;
	width: 850px;
	text-align: left;
}
#header {
	height: 219px;
	background-color: #660a00;
}
#header .left, #header .right {
	margin-top: 36px;
}
#header .right {
	margin-top: 115px;
}

#navigation {
	background: transparent url(../images/nav_background.gif) top left repeat-x;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	height: 49px;
	left: 0;
	z-index: 1000;
}
/* Navigation container and its children */	
#navigation ul { /* all lists */
	padding: 0;
	list-style: none;
	background: transparent url(../images/nav.jpg) top left no-repeat;
	height: 49px;
}
	#navigation ul li { /* all list items */
		/* width needed or else Opera goes nuts */
		float: left;
		margin: 0;
		padding: 15px 0;
		font-size: 16px;
		text-transform: uppercase;
	}
	#navigation ul li a {
		padding: 8px 19px;
		color: #fff;
		text-decoration: none;
		line-height: 16px;
	}
	#navigation ul li a:hover, #navigation ul li a.current {
		color: #693819;
	}
	#navigation ul li.last {
	}
	#navigation li ul {
	padding: 0;
	margin: 10px 0 0 0;
	background-image: none;
	background-color: #878672;
	}
	#navigation li ul li {
		float: none;
		font-size: 11px;
		padding: 0;
		margin: 0;
		line-height: 24px;
	}
	#navigation ul ul li a {
		padding: 10px 2px;
	}


#content {
	position: relative;
	top: 49px;
	background-color: #fff;
}

#main {
	width: 480px;
	padding: 0 20px;
	border-right: 2px solid #e9e7db;
}
#sidebar {
	width: 308px;
	padding: 10px 10px 20px 10px;
}

#footer {
	height: 60px;
	background: transparent url(../images/footer.jpg) top left no-repeat;
}

/* Left and right classes for floats */
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
	text-align: right;
}
.half {
	width: 50%;
}
#main.full {
	width: 95%;
	border: 0;
}
.clear {
	clear: both;
}
.hidden, .hide {
	display: none;
	visibility: hidden;
}
.small {
	font-size: 11px;
}
hr {
	height: 1px;
	background-color: #9d9594;
	color: #9d9594;
	border: 0;
	margin: 0 0 1px 0;
	width: 100%;
}


/* Site headers */
h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	color: #b7842c;
}
h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: #660a00;
}
h3 {
	display: inline;
}

h4 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #e9e7db;
}
h5 {
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
	color: #000;
	font: 12px Lucida Grande, Georgia, "Times New Roman", Times, serif;
}


/* Validation Effects */
#message, #confirm { 
	text-align: center;
}
.validation-advice, .warning-advice, #message, #confirm, h6  {
	font-size: 11px;
	margin: 5px 0;
	padding: 4px;
	background-color: #960028;
	color : #FFF;
}
.warning {
	background-color: #EFEFEF;
}
.warning-advice {
	background-color: #0063DC;
}
input.validation-failed, textarea.validation-failed {
	background-color: #f7f2ea;
}
input.validation-passed, textarea.validation-passed {
}
.introbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #0099CC;
}
