/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 10px 0px 35px;
	color: #968E7D;
	background-color: #C6D7C1;
	font-family: sans-serif, arial, verdana;
	font-size: 9px;
	line-height: 15px;
	text-align: center;
}

a {
	color: #B76D69;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #A32739;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 7px 0px 8px;
	text-align: justify;
}

input {
	border: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}

#body_wrapper {
	margin: 0px auto;
	width: 457px;
}

#page_meter {
	height: 1px;
	overflow: hidden;
}


/* Page Header */

#page_header {
	width: 457px;
	height: 266px;
	background: url('images/header_image.jpg') no-repeat 0% 100%;
	overflow: hidden;
}

#page_header h1 {
	width: 100%;
	height: 100%;
	background: url('images/header_text.gif') no-repeat 0% 0%;
}

#page_header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}


/* Navigation Menu */

#mainnav {
	padding: 8px 0px;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #000;
	color: inherit;
	background-color: #E0E9D3;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
}

#mainnav ul {
	padding-left: 12px;
}

#mainnav li {
	padding: 0px 25px;
	display: inline-block;
	float: left;
}


/* Page Content */

#page_content {
	padding: 15px 20px;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #000;
	color: inherit;
	background-color: #E0E9D3;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
}

#page_content_b {
	width: 415px;
	overflow: hidden;

}

#page_content h2 {
	padding-bottom: 10px;
	font-size: 1.3em;
}


/* Page Navigation */

#page_nav {
	padding: 15px 0px 0px;
	text-align: right;
	font-weight: bold;
}
