html { width:100%; height:100%; }
body {
	width:100%; height:100%;
	margin:0; padding:0;
	background-color:#998866;
	background-image:url(../images/bg_body.jpg);
	background-position:top center;
	background-repeat:repeat;
}

/* Min layout div's */
div#wrapper {
	width:888px; height:auto;
	margin:0 auto; padding:0;
	background-color:#dedac9;
	border:0;
}

div#pathway {
	width:auto; height:20px;
	margin:0 0 2px 0; padding:4px 0 0 7px;
	border:0;
	background-color:#7e846a;
	background-image: url(../images/bg_moduletitle.png);
	background-position:top center;
	background-repeat:repeat-x;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

div#pathway a:link, div#pathway a:visited { color:#ffffff; text-decoration:none; }
div#pathway a:hover { color:#ffffff; text-decoration:underline; }

div#footer {
	width:auto; height:auto; clear:both; float:none;
	margin:0 -10px!important; margin-top:-10px; padding:10px 0;
	background-color:#f3efe5;
	background-image:url(../images/bg_header.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
	border:0; border-top:#8d9379 6px solid;
}

/* column1 styles */
div#column1_20 {
	width:20%; height:auto; float:left;
	margin:0 0 10px 0; padding:0;
	border:0;
}
div#column1_0 {
	display:none;
	border:0;
}

/* column2 styles */
div#column2_100 {
	width:100%; height:auto; float:left;
	margin:0 0 10px 0; padding:0;
	border:0;
}
div#column2_80a, div#column2_80b {
	width:10%!important; /*width:79.9%;*/ height:auto; float:left;
	margin:0 0 10px 0; padding:0;
	border:0;
}
div#column2_60 {
	width:60%!important; /*width:59.9%;*/ height:auto; float:left;
	margin:0 0 10px 0; padding:0;
	border:0;
}

/* column3 styles */
div#column3_20 {
	width:20%; height:auto; float:left;
	margin:0 0 10px 0; padding:0;
	border:0;
}
div#column3_0 { display:none; }

/* Header Styles */
div#header {
	width:auto; height:148px;
	margin:0 0 10px 0!important; margin-right:-1px; padding:8px 0 0 10px;
	background-color:#d6d3bd;
	background-image:url(../images/bg_header.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	border:0; border-bottom:#6d7359 6px solid;
}

div#header_logo {
	width:275px; height:148px; float:left;
	margin:0px; padding:0px;
	background-attachment:scroll;
	background-color:#6d7359;
	background-image:url(../images/logo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border:0;
}

div#header_address {
	width:auto; height:auto;
	margin: 60px 0 0 10px; padding:0;
	border:0;
}

div#header_right {
	width:auto; height:auto;
	margin: 0 0 0 285px; padding:0;
	border:0;
}

div#header_date {
	width:auto; height:auto;
	margin:0 10px 15px 0; padding:0;
	text-align:right;
	border:0;
}

div#header_banner {
	width:auto; height:93px;
	margin:0; padding:0;
	border:0;
}

div#header_banner_pic {
	width:auto; height:auto;
	margin:0 auto; padding:0;
	border:0;
}


div#header_menu {
	width:auto; height:auto;
	margin:0 8px 0 0!important; margin:0 4px 0 0; padding:0;
	white-space:nowrap;
	float:right;
	border:0;
}

#header_menu ul {
	width:auto; height:auto;
	margin:0; padding:0;
	border:0;
}

#header_menu ul li {
	width:85px; height:auto; float: left;
	margin:0; padding:0;
	display: inline;
	list-style: none;
	background: url(../images/menutab.gif) no-repeat bottom center;
	font-size:12px;
	text-align:center;
	border:0;
}

#header_menu ul li a {
	display: block;
	margin:0 auto;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 1.0em;
	font-weight:normal;
	color: #222;
	text-align:center;
	font-size:12px;
	border:0;
}

#header_menu ul li a:hover,
#header_menu ul li a:active {
	display: block;
	margin:0px auto;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 1.0em;
	font-weight:bold;
	color: #111;
	background: url(../images/menutab_hover.gif) no-repeat bottom center;
	text-align:center;
	font-size:12px;
	border:0;
}

/* padding styles */
.pad10 { padding:0 10px; }
.pad10_60 { padding:0 10px; }
.pad10_80a { padding:0 0 0 10px; }
.pad10_80b { padding:0 10px 0 0; } 

/* Misc Styles */
.bg_and_border {
	padding:0 0 10px 0;
	background-color:#f3efe5;
	border-top:#d4c9ad 0px solid;
	border-right:#d4c9ad 1px solid;
	border-bottom:#d4c9ad 5px solid;
	border-left:#d4c9ad 1px solid;
}