body {
	background-color:#005841;
	margin:0;
	padding:0;
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
}

p {
	font-size: 1.0em;
	line-height:1.8;
}

h1, h2 {
	color:#035841;
}

hr {
	border-style: solid;
	border-color: #035841;
}

.leftImg {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}

a {
	text-decoration: none;
	color:#3e643c;
}

a:hover {
	color: #005841;
	text-decoration: underline;
}

#main_holder {
	width:782px; /* 16 for the blur 750 for the content */
	margin-left:auto;
	margin-right:auto;
	background:url('../../images/middle_tile.png') repeat-y left;
}

#header, #menu, #submenu {
	margin:0 16px;
}

#top_header {
	height:35px;
	background:url('../../images/corners/tm.png') repeat-x;
	overflow: hidden;
}

#header {
	height:110px;
	background: #cce4df url('../../images/top_grad.png') repeat-x;
}

/* menu style/structure */

#menu {
	border-width: 2px 0 2px 0;
	border-style: solid;
	border-color: #005841;
	background-color: white;
	height:30px;
	padding-left:15px;
}

	#menu a {
		display: block;
		float:left;
		height:30px;
		padding: 0 20px;
		margin: 0 5px;
	}

		#menu a img {
			border:none;
			margin:0;
			padding:0;
		}

#submenu_holder {
	height:25px;
}

#submenu {
	height:25px;
	background: #cce4df url('../../images/corners/ml.png') bottom left no-repeat;
	overflow:hidden;
	line-height: 1.5;
	font-size:1.2em;
}

	#submenu a {
		font-family: Arial, "MS Trebuchet", sans-serif;
		text-decoration: none;
		color: #3e643c;
		margin: 0 5px;
	}

	#submenu a:hover {
		text-decoration: underline;
	}

	#about_submenu {
		position:relative;
		left: 300px;
	}

	#process_submenu {
		position:relative;
		left: 400px;
	}

#content {
	margin:0 20px;
	background-color:white;
}

#footer {
	height: 35px;
	background:url('../../images/corners/bm.png') repeat-x;
	overflow: hidden;
}

#footer_info, #footer_info a, #footer_info a:hover {
	color:#d0e3de;
	font-size:small;
	text-decoration: none;
}

#footer_info a:hover {
	text-decoration: underline;
}
