body {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	background-color:#00491d;
	background-image:url("site-background.gif");
	background-repeat:repeat-x;
	margin:0;
	line-height:18px;
}

form {
	display:inline;
}

input, textarea {
	background-color:#fff;
	padding:5px;
	border:0;	
	margin:0;
	overflow:hidden;	
}

.white-input {
	border:1px solid #ccc;
}

h1 {
	font-size:23px;
	color:#00491d;
	font-weight:normal;
	margin:0;
}

#search-button {
	padding:0;
	border:0;
	margin:0 0 5px 0;
	vertical-align:middle;
}

#search-input {
	width:150px;
	height:16px;
	border:1px solid #999;
}

#top-nav {
	width:841px;
	height:39px;
	background-image:url("top-nav.gif");
	background-repeat:no-repeat;	
	margin:auto;
}

#logo-bar {
	width:841px;
	height:76px;
	margin:auto;
}

#logo {
	float:left;
	width:291px;
	height:76px;
	background-image:url("logo.gif");
	background-repeat:no-repeat;
}

#search-box {
	float:right;
	height:76px;
	text-align:center;
	line-height:76px;
}

#tab-bar {
	width:821px;
	height:30px;
	padding:0 0 0 20px;
	margin:23px auto 0 auto;
}

.tab {
	float:left;
	width:116px;
	height:30px;
	background-image:url("tab.gif");
	background-repeat:no-repeat;
	margin:0 1px 0 0;	
	line-height:30px;
	text-align:center;
}

.tab a {
	color:#fff;
	text-decoration:none;
}

#intro-image {
	width:841px;
	height:159px;
	background-image:url("intro-image.gif");
	background-repeat:no-repeat;
	margin:auto;
}

#main-white {
	width:801px;
	background-color:#fff;
	padding:0 20px 0 20px;
	margin:auto;
}

#footer {
	width:841px;
	height:100px;
	background-image:url("footer.gif");
	background-repeat:no-repeat;	
	margin:auto;
}

#left-nav {
	float:left;
	width:170px;
	margin:0 20px 0 0;
}

.nav-top {
	width:170px;
	height:20px;
	background-image:url("nav-top.gif");
	background-repeat:no-repeat;		
}

.nav-content {
	width:150px;
	background-color:#00491d;
	padding:0 0 0 20px;
}

.nav-bottom {
	width:170px;
	height:20px;
	background-image:url("nav-bottom.gif");
	background-repeat:no-repeat;	
	margin:0 0 20px 0;
}

.nav-content a {
	color:#fff;
	text-decoration:none;
}

#main-area {
	float:right;
	width:611px;
}

.main-top {
	width:611px;
	height:20px;
	background-image:url("main-top.gif");
	background-repeat:repeat-x;
}

.main-content {
	width:571px;
	background-color:#e6e6e6;
	padding:0 20px 0 20px;
}

.main-bottom {
	width:611px;
	height:20px;
	background-image:url("main-bottom.gif");
	background-repeat:repeat-x;
	margin:0 0 20px 0;
}

.green-button {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border:0;
	background-color:#00491d;
	padding:0.4em;
	outline:none;
}

label {
	float:left;
	width:100px;
	display:block;
	padding:0 20px 0 0;
	line-height:25px;
	margin:0 0 10px 0;
}
