/* CSS Document */
body { 
	margin:0px; 
	background-color:#812C23; 
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	}
body, p, td, th, ul, ol, h3, h4, div, li, dt, dd { font-family: georgia , 'trebuchet ms', Tahoma; font-size:12px; color:#333333}
h1 { color: #812C23; font-size:18px; margin-left: 3px; margin: 0px;padding: 0px;}
a:link, a:hover, a:visited, a:active { text-decoration:underline; color:#812C23}
a:hover, a:active { text-decoration:none; color:#812C23}

.textnav { font-size:12px;  color:#D0CEBA; border-bottom: #D0CEBA 1px solid; }
.textnav a:link, .textnav a:visited { text-decoration:none; color:#D0CEBA; font-weight: bold;}
.textnav a:hover, .textnav a:active { text-decoration:underline; color:#000000; font-weight: bold;}

table.content {
	background: #ffffff;
	background-image: url(images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
table.bottom {
	border-bottom: #812C23 1px solid;
	}
table.main {
	border-bottom: #ffffff 5px solid;
	border-top: #ffffff 5px solid;
	border-left: #ffffff 5px solid;
	border-right: #ffffff 5px solid;
	}
.textboxstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	BORDER-RIGHT: #993300 1px solid;
    BORDER-left: #993300 1px solid;
	BORDER-top: #993300 1px solid	;
	BORDER-bottom: #993300 1px solid;
	background-position:  center;
}
