body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	color: #2A211E;
	background-color: #2A211E;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}

#wrapper {
	background-image: url(../images/bg_wrapper.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 186px;
	width: 950px;
}

#side_menu {
	float: left;
	width: 140px;
	background-color: #AB5536;
	padding-top: 15px;
}
#content {
	float: left;
	width: 661px;
	background-color: #F5E6BF;
	margin-left: 7px;
	margin-right: 7px;
	text-align: left;
}
#content P {
	padding-right: 15px;
	padding-left: 25px;
}
#content A {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #93462C;
	color: #5D3C2B;
	text-decoration: none;
}
#content LI {
	margin-right: 15px;
	margin-left: 25px;
}
#right_col {
	float: left;
	width: 135px;
	background-image: url(../images/right_texture.jpg);
	background-repeat: no-repeat;
	height: 348px;
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	width: 950px;
	height: 2px;
	background-color: #2A211E;
}
#footer P {
	font-size: 10px;
	font-weight: bold;
	color: #D4C190;
}
#footer A {
	font-size: 10px;
	font-weight: bold;
	color: #D4C190;
	padding-left: 0px;
}

.callout {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #AB5536;
}
table.borders_on td {
	border-collapse: collapse; 
	border: 1px solid #D4C190;
	text-align: center;
}
table.rowsonly td {
	border-collapse: collapse;
	border-bottom: 1px solid #D4C190;
}
.form_label {
	font-weight: bold;
	background-color: #AABEB3;
	text-align: right;
	color: #FFFFFF;
}
.form_section {
	font-weight: bold;
	background-color: #F5E6BF;
	text-align: left;
	color: #93462C;
	font-size: 13pt;
}
input.submit {
	background: #D4C190;
	border-bottom: 2px solid #93462C;
	border-left: 2px solid #AB5536;
	border-right: 2px solid #93462C;
	border-top: 2px solid #AB5536;
	color: #93462C;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 2px;
}
