@charset "utf-8";
/* Image Barrier Layout.CSS Last updated on: 06/06/08 */

html {
	height:100%; max-height:100%;
	padding:0; margin:0; border:0;
	scrollbar-face-color:#397A3A;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#B5CECB;
	overflow: auto;
}

body {
	height:100%; max-height:100%;
	padding:0; margin:0; border:0;
	background:url(../images/bg.jpg) center;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #007D74;
}
a:visited {
	text-decoration: none;
	color: #005952;
}
a:hover {
	text-decoration: none;
	color: #009D92;
}
a:active {
	text-decoration: none;
}

p {	margin-top: 3px;
	margin-bottom: 7px; }
ul { margin-top: 3px;
	 margin-bottom: 3px; }

.tr1 {
	height:35px;
	background:url(../images/top-nav_border.png) center bottom no-repeat;
}
.tr2 {
	height:35px;
}
.tr3 {
	height:5px;
	background:url(../images/bottom-nav_border.png) center no-repeat;
}
.tr4 {
	height:18px;
	background:url(../images/green-bar.png) center no-repeat;
}

.logo {
	position:absolute;
	top:10px;
	width:95%; height:119px;
	z-index:2;
}

.pane {
	border-top:#005952 2px solid;
	border-bottom:#005952 2px solid;
	padding:8px;
}
.pane_b1c1, .pane_b1c2, .pane_b2c1, .pane_b2c2 {
	width:2px; height:112px;
}
.pane_b1c1, .pane_b1c2 {
	border-top:#005952 2px solid;
}
.pane_b2c1, .pane_b2c2 {
	border-bottom:#005952 2px solid;
}
.pane_b1c1 {
	background:url(../images/top-border.gif) top left no-repeat;
}
.pane_b1c2 {
	background:url(../images/top-border.gif) top right no-repeat;
}
.pane_b2c1 {
	background:url(../images/bottom-border.gif) bottom left no-repeat;
}
.pane_b2c2 {
	background:url(../images/bottom-border.gif) bottom right no-repeat;
}

.subpane {
	border:#005952 2px solid;
	background:#FFFFFF;
	padding:5px;
}

.header {
	position:absolute;
	width:95%; top:44px;
	z-index:3;
}
.header_nav {
	font-size:14px;
	font-weight:bold;
}

.form_field, .form_button {
	border:#005952 1px solid;
}
.form_field {
	width:100px;
}
.form_button {
	background-color:#CDE9E4;
	font-weight:bold;
	cursor:pointer;
}

.title {
	font-size: 16px;
	font-weight: bold;
}

.caption {
	font-style:italic;
	color:#FF0000;
}

.footer_nav {
	padding-top:2px;
	padding-bottom:2px;
	font-size:11px;
	font-weight:bold;
}

.copyright {
	padding-top:2px;
	padding-bottom:2px;
	font-size:11px;
	font-weight:bold;
}