body {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    background: #ffffff url( '/assets/default/images/page_background.jpg' ) repeat-x;
	color: #000000;
	width: 100%;
}

#page_wrapper {
	margin: auto;
    width: 1000px;
	background: #ffffff;
	border: 1px solid #518e31;
}

#header {
}

img {
	border: none;
}

#content_wrapper {
	float: left;
}

#right_sidebar_wrapper {
	width: 198px;
	float: left;
	padding-left: 4px;
	border-left: 1px solid #f0f0f0;
	min-height: 760px;
	height:auto !important;
	height:500px;
}

#flash {
	width: 792px;
	margin-bottom: 3px;
}

#left_sidebar_wrapper {
	width: 194px;
	float: left;
	padding-right: 4px;
	border-right: 1px solid #f0f0f0;
	min-height: 480px;
	height:auto !important;
	height:500px;
}

#content {
	width: 588px;
	float: left;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding-left: 4px;
	padding-right: 4px;
}

#footer {
    clear: both;
    width: 100%;
	border-top: 2px solid #f0f0f0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}

#footer a {
	text-decoration: underline;
}

.box {
	margin-bottom: 4px;
}

.highlight_box {
	border: 2px solid #6aae47;
	margin: 5px;
	padding: 5px;
}

a:visited {
	color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
}

#left_sidebar_wrapper a {
	text-align: left;
	padding-left: 15px;
}

.box a {
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000000;
}

.box a:hover {
	background: #f0f0f0 url(/assets/default/images/menu_button_arrow.jpg) no-repeat;
}

.spacer {
	width: 80%;
	height: 0px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 4px;
	border: 2px solid #f0f0f0;
}

.title {
	font-family: times;
	font-weight: bold;
	font-size: 12pt;
	border-bottom: 1px solid;
	text-align: left;
	text-transform: uppercase;
}

.reverse_box {
	padding: 5px;
	background: #6aae47;
	color: #ffffff;
	margin-bottom: 4px;
}

.reverse_box a {
	text-align: center;
}

.reverse_title {
	font-family: times;
	font-weight: bold;
	background: #6aae47;
	color: white;
	font-size: 12pt;
	border-bottom: 2px solid;
	text-align: left;
	padding: 5px;
	text-transform: uppercase;
}

h2 {
	text-align: left;
	clear: both;
	padding-top: 20px;
}

table {
	width: 100%;
	align: center;
}

td {
	vertical-align: top;
}

.label {
	text-align: right;
}

.data {
	text-align: left;
}

.image_left {
	float: left;
	padding-right: 4px;
}

.image_right {
	float: right;
	padding-left: 4px;
}

#content a {
	text-decoration: underline;
	color: #000000;
	display: inline;
}

#content a:hover {
	background: #f0f0f0;
}

.indented {
	margin-left: 40px;
	margin-right: 40px;
}

#account a {
	display: block;
	color: #ffffff;
	margin-top: 6px;
}

#account a:hover {
	color: #ffffff;
	background: #518e31;
}

#account form {
	text-align: center;
}

.centered {
	text-align: center;
}

.error {
	text-align: center;
	color: #ff0000;
}

#event_box a {
	background: #d0d0d0;
}

#event_box a:hover {
	background: #a0a0a0;
}

#content ol {
	list-style: lower-alpha;
}

#content ol ol {
	list-style: lower-roman;
	padding: 1em 0em 1em 1em;
}

#survey {
	width: 100%;
}

#survey tr.odd {
	clear: both;
}

#survey tr.even {
	clear: both;
	background-color: #ddd;
}

.question {
	text-align: right;
	font-weight: bold;
}

.answer {
	text-align: left;
}

.one_hundred_percent {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

