html {
	margin:0;
	padding:0;
	overflow-y: scroll;
}
body {
	margin:0;
	padding:0;
}
body, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
a:link, a:hover, a:active, a:visited {
	color:#00e;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
ul {
	margin:0 20px;
	padding:10px 20px;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	font-size:160%;
	margin:8px 0;
}
h2 {
	font-size:140%;
	margin:6px 0;
}
h3 {
	font-size:120%;
	margin:4px 0;
}


#full_page {
	position:relative;
	width:900px;
	margin:0 auto;
}
#logo_pane {
	height:88px;
	background:url(../images/bg_logo.gif) top left repeat-x;
}
#logo_1 {
	width:322px;
	height:88px;
	background:url(../images/logo_1.jpg);
}
#menu_pane {
	margin:10px 0;
	padding:0 20px;
	height:40px;
	background:#7E8FA8 url(../images/bg_menubar.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	letter-spacing:.1em;
	text-transform:uppercase;
	color:#fff;
}
#menu_pane ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu_pane li {
	float:left;
	margin:0;
	padding:0;
	margin-left:10px;
	padding-left:10px;
	line-height:40px;
	background:url(../images/menu_spacer.gif) left center no-repeat;
}
#menu_pane li.first {
	margin:0;
	padding:0;
	background:none;
}
#menu_pane a {
	display:block;
	color:#fff;
	text-decoration:none;
}
#menu_pane a:hover {
	text-decoration:underline;
}
#menu_left {
	float:left;
}
#menu_right {
	float:right;
}
#col_pane {
	margin:10px 0;
	padding:12px 10px;
	min-height:580px;
	background:url(../images/bg_col_pane.gif) top left no-repeat;
}
#col_1 {
	float:left;
	width:630px;
}
#col_2 {
	float:right;
	width:240px;
}
#splash_pane {
	height:270px;
	background:url(../images/splash_01.jpg);
}
#feature_pane {
	position:relative;
	height:270px;
	background:url(../images/bg_feature_pane.gif);
}
.feature {
	padding:16px 30px;;
	color:#3b6254;
}
#feature_pane h2 {
	margin:0;
	padding:8px 0;
	color:#fff;
}
.feature p {
	font-size:90%;
}
#logo_2 {
	position:absolute;
	top:204px;
	left:102px;
	width:37px;
	height:52px;
	background:url(../images/logo_2.gif);
}
#content_1 {
	margin-top:2px;
	background:url(../images/bg_col1.gif) top left no-repeat;
	border-bottom:1px solid #CACED6;
	min-height:400px;
}
#content_2 {
	margin-top:2px;
	background:url(../images/bg_col2.gif) top left no-repeat;
	border-bottom:1px solid #CACED6;
	min-height:400px;
}
#content_2 h2 {
	color:#4d5c75;
}
#content_2 p {
	color:#7e8fa8;
}
.footer {
	padding:10px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
	color:#9aa7bb;
}
.footer p {
	margin:0;
	padding:4px 0;
}
.footer a {
	color:#9aa7bb;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}


.content {
	padding:20px;
	line-height:150%;
	color:#222530;
}
.content h1 {
	font-style:italic;
	color:#ce4f3c;
}
.content h1 strong {
	color:#8f3426;
}
.content h2 {
	font-style:italic;
	color:#903427;
}
.content h2 span {
	font-size:.85em;
	text-transform:uppercase;
}



