body {
	background-color: #772019;
	/* background-color: #808080; */
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	/* background-image: url(images/background_gradient_gray.jpg);	 */
	background-image: url(images/background_gradient_red.jpg);
	background-repeat: repeat-x; 
	background-attachment: fixed;
	background-position: bottom left;
}

.td_top {
	vertical-align: top;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;

	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-align: right;
	font-weight: bold;
	font-variant: small-caps;
}

.td_logo_banner {
	vertical-align: middle;
	width: 830px;
	padding-top: 0px;
	background-color: #FFFFFF;

	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}
.td_menu {
	vertical-align: middle;
	width: 830px;
	height: 22px;	
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 120px;
	background-color: #FFFFFF;
	background-image: url(images/divider.jpg);
	
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}
.td_content {
	vertical-align: top;

	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #e2d7d1;

	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	/* minimum height of this cell if no or little content */
	height: 500px;
}

.td_curve_holder {
	width: 10px;
	vertical-align: top;
	background-color: #FFFFFF;
}

.footer {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 1px;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	background-color: #e2d7d1;
	background-image: url(images/divider_bottom.jpg);
	background-repeat: repeat-x; 
	background-attachment: scroll;
	background-position: bottom left;	

}

a:link.menu {color: #772019; text-decoration: underline;}
a:active.menu {color: #772019; text-decoration: underline;}
a:visited.menu {color: #772019; text-decoration: underline;}
a:hover.menu {color: #FFFFFF; background-color: #772019; text-decoration: underline;}

a:link.footer {color: #74211d; background: none; text-decoration: underline;}
a:active.footer {color: #74211d; text-decoration: underline;}
a:visited.footer {color: #74211d; text-decoration: underline;}
a:hover.footer {color: #74211d; text-decoration: none;}