body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: fixed;
	background-color: #D5A365;
	background-image: url(../images_layout/body_background.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	vertical-align: top;
}
#MasterTable {
	vertical-align: top;
	width: 760px;
}


#HeaderMenu {
	background-color: #481816;
	text-align: right;
	vertical-align: middle;
}
.HeaderMenuCell, .HeaderMenuCell A {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 4px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-right: 12px;
}
.HeaderMenuCell A:HOVER {
	color: #D5A368;
	text-decoration: none;
}

#MasterContent {
	background-color: #FFFFFF;
	padding-right: 32px;
	padding-left: 38px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 481816;
	border-left-color: 481816;
	padding-top: 20px;
	padding-bottom: 25px;
}
#sectiontitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CD6B44;
}




/** CONTENT ********************/
#content, #content TD {
	font-size: 11px;
	vertical-align: top;
	line-height: 17px;
}
#content {
	padding-top: 20px;
	padding-left: 20px;
}
#content IMG {
	margin-right: 25px;
	margin-bottom: 15px;
}
#content A {
	font-weight: bold;
	color: #CD6B44;
	text-decoration: none;
}
#content A:HOVER {
	font-weight: bold;
	color: #D5A368;
	text-decoration: underline;
}
/*******************************/


/** SUBHEADERS *****************/
H1 {
	font-size: 19px;
	font-weight: bold;
	color: #CD6B44;
	padding-top: 0px;
	margin-bottom: 9px;
}
H2 {
	font-size: 15px;
	font-weight: bold;
	color: #481816;
	margin-bottom: 10px;
}
H3 {
	font-size: 12px;
	color: #999999;
	margin: 0px;
}
/*******************************/


/** FOOTER *********************/
#Footer {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #481816;
	text-align: right;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#Footer A, A:HOVER {
	color: #D5A368;
	text-decoration: none;
}
#Footer .FooterText2 {
	color: #D5A368;
}
/*******************************/

