@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image: url(../images/hdr_tile.gif);
	background-repeat: repeat-x;
	background-color: #773d21;
}
.twoColFixRtHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: .04em;
} 
.twoColFixRtHdr #header {
	text-align: left;
	padding: 0px;
} 
.twoColFixRtHdr #header table tr td #span1 {
	background-image: url(../images/hdr.jpg);
	background-repeat: no-repeat;
	height: 143px;
}
.twoColFixRtHdr #header table tr td #span2 {
	background-image: url(../images/hdr_links.jpg);
	background-repeat: no-repeat;
	height: 44px;
}
.twoColFixRtHdr #header h1 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	text-transform: uppercase;
	color: #48798c;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-weight: normal;
	letter-spacing: 0.04em;
}
.twoColFixRtHdr #header table #name {
	font-size: 22px;
	font-style: oblique;
	color: #48798c;
	font-weight: lighter;
}
.twoColFixRtHdr #header table #number {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #8e5d45;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px;
	margin-top: 20px;
}
.twoColFixRtHdr #contentHeader {
	background-image: url(../images/corner_top.gif);
	background-position: right;
	width: 715px;
	background-color: #ede8e3;
	height: 19px;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #contentFooter {
	background-color: #ede8e3;
	background-image: url(../images/corner_bottom.gif);
	background-position: right;
	width: 755px;
	background-repeat: no-repeat;
	height: 18px;
	margin-top: 0px;
}
.twoColFixRtHdr #mainContent {
	background-color: #ede8e3;
	width: 695px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
} 
.twoColFixRtHdr .home {
	background-color: #ede8e3;
	width: 695px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../images/corner_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 495px;
}
.twoColFixRtHdr #mainContent h1  {
	font-size: 30px;
	font-weight: normal;
	color: #2f687f;
	margin-top: 0px;
}
.twoColFixRtHdr #mainContent h1 .red  {
	color: #F00;
}
.twoColFixRtHdr #mainContent ul li  {
	font-size: 13px;
}
.twoColFixRtHdr #mainContent #address {
	text-align: center;
	margin-left: -20px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #mainContent #city {
	font-size: 17px;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent #linksTitle {
	text-transform: uppercase;
	color: #900;
	font-weight: bold;
}
.twoColFixRtHdr #footer {
	height: 74px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 215px;
	background-image: url(../images/ftr_tile.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	text-align: left;
	background-color: #1c4759;
} 
.twoColFixRtHdr #footer p {
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 0px;
}
.twoColFixRtHdr #footer p a {
	font-size: 14px;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
td a {
	font-weight: bold;
	color: #944D20;
	text-decoration: none;
}

