html {
	margin:0;
	padding:0;
	height:100%;
	overflow-y: scroll;
}
body {
	margin:0;
	padding:0;
	height:100%;
}
body, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
a:link, a:hover, a:active, a:visited {
	color:#6E8B26;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	color:#6E8B26;
}
h1 {
	font-size:180%;
	margin:8px 0;
}
h2 {
	font-size:150%;
	margin:4px 0;
}
h3 {
	font-size:120%;
	margin:2px 0;
}
#td_main, #td_foot {
	background:#F4F6E7 url(../images/bg_col_pane.gif) top left repeat-y;
}
#col_pane {
	min-height:200px;
	background:url(../images/bg_top_right.gif) top left repeat-x;
}
#col_01 {
	width:176px;
	float:left;
	background:url(../images/bg_top_left.gif) top left repeat-x;
	min-height:105px;
	padding-bottom:20px;
}
#col_02 {
	top:10px;
	position:relative;
	width:680px;
	float:left;
	min-height:105px;
}
#sub_col_pane {
	padding:105px 0 50px 0;
}
#sub_col_01 {
	float:left;
	width:520px;
}
#sub_col_02 {
	padding-top:20px;
	float:right;
	width:180px;
}
#footer {
	height:260px;
	background:#C0C9AC url(../images/bg_foot.gif) top left repeat-x;
}

#logo_pane {
	height:128px;
	text-align:center;
}
#logo_pane img {
	padding:2px;
	border:1px solid #000;
	margin:20px;
	background:#fff url(../images/bg_menu_01.gif) center center no-repeat; /* to force image to pre-load for menu rollovers */
}
#menu_main ul {
	margin:0;
	padding:20px 0;
	list-style:none;
}
#menu_main li {
	margin:0;
	padding:0;
	padding-left:16px;
}
#menu_main li a {
	display:block;
	width:144px;
	height:25px;
	line-height:25px;
	padding-left:16px;
	color:#fff;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
}
#menu_main li a:hover {
	background:#F4F6E7 url(../images/bg_menu_01.gif) left center no-repeat;
	color:#6E8B26;
	text-decoration:none;
}
#top_nav {
	padding:5px;
	position:absolute;
	top:0;
	right:0;
}
#top_nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#top_nav li {
	margin:0;
	padding:0;
	float:left;
}
#top_nav a {
	padding:0 4px;
}
.content {
	padding:0 20px;
}


.footer {
	background:#fdfdfc url(../images/bg_foot.gif) top left repeat-x;
	color:#fff;
	padding:20px 40px;
}
.footer h1 {
	color:#000;
}
.footer h1 span {
	color:#fff;
	text-transform:lowercase;
}
.footer a {
	color:#fff;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer td {
	padding:3px 7px;
	vertical-align:middle;
	text-align:center;
}

