@charset "utf-8";
a:link {
	color: #FF3300;
}
a:hover {
	color: #FF6600;
}
a:visited {
	color: #FF3300;
}
a:active {
	color: #5E524D;
}

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: #463A24;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg.jpg);
}
.twoColFixRtHdr #container {
	width: 787px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	background-image: url(images/Template%207%20copy_r1_c1.jpg);
	height: 149px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	text-align: center;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 37px;
	padding-bottom: 0;
	padding-left: 37px;
} 
.twoColFixRtHdr #buttons {
	height: 26px;
	width: 798px;
	text-align: left;
}

.twoColFixRtHdr #footer {
	background-image: url(images/Template%207%20copy_r11_c14.jpg);
	background-color: #B6A85F;
	background-repeat: repeat-x;
	height: 111px;
	padding: 0;
	vertical-align: middle;
	text-align: left;
	width: 100%;
} 
.twoColFixRtHdr #footer p {
	font-size: 10px;
	background-position: center;
	vertical-align: middle;
	margin: 0;
	text-align: center;
	padding: 0px;
	width: 100%;
}
.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;
}

h1 {
}
