/* CSS Document */
body {
padding: 0px;
margin: 0px;
background-color: #ACC1D9;
background-image: url(/images/background_01.gif);
background-repeat: repeat-x;
background-attachment: fixed;
background-position: top;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
}
p {
padding-bottom: 5px;
}
#main {
text-align: left;
}
#topsearch {
padding-top: 10px;
width: 800px;
text-align: right;
height: 40px;
}
#container {
border: 5px solid #FFFFFF;
width: 800px;
/*
background-image: url(/images/tanbg_04.gif);
background-repeat: repeat-x;
background-position: top; */
background-color: #DACFB9;
margin-top: 10px;
}
#left {
width: 210px;
}
.leftform {
text-align: left;
padding-top: 2px;
padding-bottom: 2px;
}
#right {
width: 560px;
}
#linksfooter {
width: 794px;
background-color: #D7CEB7;
border-top: 1px dotted #CC0000;
padding-top: 10px;
font-size: 11px;
font-family: Helvetica, Arial, sans-serif;
color: #990000;
}
.footer_link {
color: #990000;
text-decoration: none;
text-transform: uppercase;
}
#contactfooter {
width: 800px;
color: #003399;
}
.pagetitletext {
	font-size: 28px;
	color: #70191C;
}
.subheadtext {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.reserved {
	color: #990000;
}
.bodytextred {
	font-size: 12px;
	color: #990000;
}
.sublink {
color: #932215;
}
.sublink:hover {
color: #000000;
}