html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-size: 100%;
	background-image: url(../images/background.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.skip_nav {
	position: absolute;
	left: -1000em;
}


#header {
	width: 100%;
	height: 100px;
	background-image: url(../images/header_slice2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#header h1 {
	margin: 15px 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	float: left;
}
	
#header img {
	float: left;
}

#wrapper {
	margin: 0 0 0 0;
	background-color: #7EADB2;
	background-image: url(../images/wrapper_background.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#lhmenu {
	width: 142px;
	height: 385px;
	background-image: url(../images/menu_fade2.jpg);
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	top: 100px;
	left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*for mozilla*/
html>body #lhmenu {
	width: 150px;
}

#lhmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
}

#lhmenu li {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
	background-color: #DBEEEA;
}

#lhmenu li a {
	width: 100%;
	text-decoration: none;
	color: #000000;
	display: block;
	background-color: #DBEEEA;
	padding: 3px 3px 3px 5px;
}

/*for mozilla*/
html>body #lhmenu li a {
width: auto;
}

#lhmenu li a:hover {
	text-decoration: none;
	color: #000000;
	display: block;
	background-color: #7EB6C0;
}

#content {
	margin: 0 10% 0 150px;
	background-color: #FFFFFF;
	padding: 5px;
	min-height: 450px;
	height: 450px;
}

/*for mozilla as IE treats height as min-height anyway*/
html>body #content {
	height:auto;
}

#content p {
	font-size: 0.9em;
	padding: 0px 6px 0px 6px;
}

#content li {
	font-size: 0.9em;
}

#content ul {
	list-style-image: url(../images/bullet1.gif);
}

#content ul ul li {
	list-style-image: url(../images/bullet2.gif);
}

#content h2 {
	color: #307A53;
	font-size: 1.2em;
	padding: 0px 6px 0px 6px;
}

#content h3 {
	color: #307A53;
	font-size: 1em;
	padding: 0px 6px 0px 6px;
}

#content h4 {
	color: #307A53;
	font-size: 0.9em;
	padding: 0px 6px 0px 6px;
}

#content a {
	color: #0033CC;
	text-decoration: none;
}

#content a:hover {
	color: #0033CC;
	text-decoration: underline;
}

#content a:visited {
	color: #6633CC;
}

#content img {
	border: 0;
}

#content hr {
	color: #307A53;
}

#content acronym, abbr {
	border-bottom: #307A53 dashed 1px;
	cursor: help;
}

#content table {
	border-collapse: collapse;
	border: #307A53 1px solid;
	margin: 0 6px 12px 6px;
	font-size: 0.9em;
}

#content table th, td {
	border-collapse: collapse;
	border: #307A53 1px solid;
	padding: 2px;
}

#content form label {
	vertical-align: top;
}

#content form p.submit input {
	color: #FFFFFF;
	background-color: #307A53;
	border: 2px outset #7BABB2;
}

#footer {
	width: 100%;
	background-color: #7EADB2;
	text-align: center;
	color: #000000;
	padding-bottom: 2px;
}
	
#footer ul {
	display: inline;
	margin: 5px;
	padding: 0;
}

#footer li {
	display: inline;
	font-size: 0.9em;
}

#footer li a {
	text-decoration: none;
	color: #000000;
}


.home_items {
	background-color: #DDF7F1;
	padding: 7px;
	margin: 0 0 5px 0;
	height: 65px;
	min-height: 65px;
}

/*for mozilla as IE treats height as min-height anyway*/
html>body .home_items {
	height:auto;
}

.home_items img {
	float: left;
	margin: 0 7px 0 7px;
}

#content .home_items h2 {
	font-size: 1em;
	color: #000000;
	margin: 0;
}

.home_items p {
	font-size: 0.9em;
	color: #000000;
	margin: 0;
}

#content .home_items a {
	color:#000000;
	text-decoration: none;
}

#content .home_items a:hover {
	color: #000000;
	text-decoration: underline;
}

#content .home_items a:visited {
	color: #000000;
}

.member {
	border: #307A53 dashed 1px;
	height: 110px;
	min-height: 110px;
	padding: 7px;
	margin-bottom: 12px;
}

/*for mozilla as IE treats height as min-height anyway*/
html>body .member {
	height:auto;
}

.member img {
	float: left;
	margin: 0px 7px 0px 0px;
}


	