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: #12281B;
	background-color: #ae5605;
	background-image: url(images/bg_body.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p {
	font-size: 11px;
	text-align:left;
	color: #432607;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

h1 {
	font-size: 26px;
	color: #432607;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	color: #F8E3AD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 15px;
	color: #DC6B05;
	font-style: italic;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h5 {
	font-size: 12px;
	color: #432607;
}





hr {
	color: #DD8917;
	font-weight: lighter;
	height: 1px;
	margin: 0px;
	padding: 0px;
}



.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	height: 745px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	background-repeat: repeat-x;
	height: 140px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 800px;
} 
.logo {
	float: left;
	height: 106px;
	width: 285px;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 68px;
	padding: 0px;
}
.menu_top {
	background-image: url(images/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 611px;
	margin-top: 29px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 68px;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.menu_top a {
	width: 671px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


.bg_line01 {
	width: 671px;
	float: left;
	margin-left: 68px;
	background-image: url(images/bg_line.jpg);
	background-repeat: no-repeat;
	margin-top: 35px;
	height: 3px;
}
.mainContent {
	padding: 0px;
	float: left;
	width: 671px;
	margin-top: 15px;
	margin-left: 68px;
}
.table_left {
	margin: 0px;
	padding: 0px;
	width: 410px;
}
.image_001 {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.image_002 {
	margin: 0px;
	float: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}


.table_right {
	margin: 0px;
	padding: 0px;
	width: 261px;
}

.bg_line02 {
	background-repeat: no-repeat;
	padding: 0px;
	height: 1px;
	width: 400px;
	margin-top: 20px;
	margin-left: 210px;
	float: left;
	background-color: #FAE092;
}







.twoColFixLtHdr #footer {
	height: 60px;
	padding: 0px;
	width: 671px;
	margin-top: 12px;
	margin-left: 68px;
	float: left;
} 

.twoColFixLtHdr #footer p {
	text-align: center;
	line-height: 125%;
	color: #432607;


}
.twoColFixLtHdr  #footer  a  {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}










.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;
}
.style1 {
	color: #FF9900;
	font-weight: bold;
}

.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;
}

