/* CSS Document */
html { background: #ddd url(images/gradient_bg1.gif) bottom fixed center repeat-x;
	padding: 26px 34px;
}
body {letter-spacing:1px;
	padding: 0;
 	color: #235; 
	background-position:top right; 
	background-repeat:repeat-y;
	background-color:#fff;
 	max-width: 1280px; min-width: 640px; margin: 0 auto ;
 	border: 1px solid #000;
 	position: relative;
	font-family:palatino linotype, palatino, times new roman, times, serif;
}
#e_header { background: #6d859f url(images/lake_bg.jpg) left no-repeat;
	height: 110px;
	display:block;
	margin: 0;
	padding: 0;
}

#sub_header { height: 22px;
	display: block; 
	background: #000;
	border-top: 1px solid #457;
	color: white;
	padding: 0px 16px;
	text-align: left;
	margin: 0;
}

#main, #main table {background: white; 
	padding: 0px;
	margin: 0px;
	display:block;
}

.leftside {
	border-right: 1px solid #335;
	width: 215px;
	background: #f5f5f5;
}

.content {
	/* display: block;
	clear: both; */
	padding: 12px 48px;
}

#foot {
	height: 82px;
	display:block; 
	background: #6d859f url(images/lake_bg.jpg) top left no-repeat;
	border-top: 1px solid black;
	font: bold x-small verdana,arial;
	color: #eee;
	padding: 8px 24px;
	text-align: right;
	margin: 0;
	clear: both;
}

#foot a { color:linen;
}

#foot a:hover { color:orange;
}

h1 {background: transparent;
	font-size: 28px;
	color:white;
	padding: 18px 23px;
	text-align: right;
	margin: 0;
}

h2 {
	margin: 4px 0px;
}

#sub_header h2 {
	font: bold small georgia;
	line-height: 1.6em;
	margin: 0px 12px;
	padding: 0px 4px;

}

h3 {
	font-size: 1.2em;
	color: #622;
}

.splash {
	padding: 24px 36px;
	width: 88%;
	font: italic large "times new roman", georgia;
	color: #778;
}

.splash h3 {
	color: #543D08;
	font-size: 22px;
}

.padded {
	margin: 10px;
}

.b_link { border-bottom: 1px solid #234; }

.b_link a {
	border: 1px solid #ccc;
	font: bold x-small verdana,arial;
	background: #456;
	color: white;
	padding: 1px 8px;
	margin-right: 12px;
	text-decoration: none;
}

.b_link a:hover {
	background: #eee;
	color: black;
	text-decoration: none;
}
.caption {
	font: bold 10px/12px verdana,sans-serif;
}