@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #603813;
	background-color: #ffffff;
	background-image: url(images/topbkground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 10px auto 0px auto;
	text-align: left; 
} 
a:link {
	color: #603813;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #603813;
}
a:hover {
	text-decoration: underline;
	color: #603813;
}
a:active {
	text-decoration: none;
	color: #603813;
}
.twoColFixLtHdr #header {
	background-image: url(images/layouth.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 155px;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 190px;
	margin-top: 135px;
}
.twoColFixLtHdr #sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.twoColFixLtHdr #sidebar1 .nav_hm {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #603813;
	border-bottom-color: #603813;
	border-left-color: #603813;
	padding: 10px;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #sidebar1 .nav_hm a {
	color: #603813;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 .nav_hm a:hover {
	color: #603813;
	text-decoration: underline;
}

.twoColFixLtHdr #sidebar1 .nav_red {
	color: #FFFFFF;
	background-color: #9d4342;
	padding: 7px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #sidebar1 .nav_blue {
	color: #FFFFFF;
	background-color: #80afb7;
	padding: 7px;
	margin-bottom: 10px;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 191px;
} 
.twoColFixLtHdr #mainContent #main_body {
	background-color: #FFFFFF;
	background-image: url(images/layoutm.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 25px;
	padding-right: 30px;
	padding-top: 10px;
	line-height: 170%;
}
#main_body h1 {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #603813;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#main_body h2 {
	font-size: 16px;
}

#main_body img {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #A57F2A;
	margin-right: 10px;
}
#main_body li {
	margin-left: 35px;
	list-style-type: disc;
}
#main_body .horline {
	text-align: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #603813;
}
.imgfltlefttn {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
#main_body .buttonlink {
	background-color: #85AA64;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#main_body .buttonlink a {
	color: #FFFFFF;
	text-decoration: none;
}





.twoColFixLtHdr #footer {
	background-image: url(images/layoutf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 28px;

} 
.twoColFixLtHdr #footer p {

}

.twoColFixLtHdr #footer a {
	font-size: 95%;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}
.twoColFixLtHdr #footer #ftcolone {
	float: left;
	width: 330px;
	padding-left: 15px;
}
.twoColFixLtHdr #footer #ftcoltwo {
	float: right;
	width: 320px;
	padding-right: 20px;
}
.twoColFixLtHdr #footer #ftcoltwo, .twoColFixLtHdr #footer #ftcolone {
	color: #ffffff;
}
.twoColFixLtHdr #footer #ftcoltwo a, .twoColFixLtHdr #footer #ftcolone a {
	color: #ffffff;
	font-size: 100%;
}
.twoColFixLtHdr #footer #ftcoltwo a:hover, .twoColFixLtHdr #footer #ftcolone a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 100%;
}
.twoColFixLtHdr #footer #footer_nav {
	background-image: url(images/AECB.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 20px;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	overflow: auto;
}
.hdrwhitetxt {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.hdrredtxt {
	font-size: 15px;
	font-weight: bold;
	color: #9D4342;
}
.hdrbluetxt {
	font-size: 15px;
	font-weight: bold;
	color: #80AFB7;
}

.bluetxt {
	color: #80AFB7;
}
.redtxt {
	color: #9D4342;
}


.bkgred {
	background-color: #9D4342;
	padding: 3px;
}


.txt14 {
	font-size: 14px;
}
.txt10 {
	font-size: 10px;
}

.indent30 {
	padding-left: 30px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
