body {
	margin-top: 0;
	background-color: #004c3a;
	background-image: url(../images/bg.gif);
	font-family: Tahoma;
}

h2 {
	margin-top: 0px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	font-family:'Times New Roman', Times, serif;
	color: #a80d0b;
	text-align: center;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffc300;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #a80d0b;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #63b51f;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #d8edc8;
}

p {
	color: #666666;
	text-align: justify;
}

table, li {color: #666666;}

a {text-decoration: none;}

a:hover {text-decoration: underline;}

img {border: 0;}

#main-container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	clear: both;
}

#header {
	width: 778px;
	float: left;
	clear: both;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#headerlinks {
	padding: 5px;
	background-color: #63b51f;
	color: #ffffff;
	font-size: small;
	clear: both;
	border-bottom: 1px solid #ffffff;
}

#headerlogo1 {
	padding: 3px;
	height: 39px;
	float: left;
	color: #000000;
	background-color: #ffffff;
	font-size: small;
}

#headerlogo2 {
	padding: 5px;
	height: 39px;
	width: 50%;
	float: right;
	text-align: center;
	background-color: #004c3a;
	color: #ffffff;
	font-size: small;
}

#header a, #headerlinks a, headerlogo2 a {
	color: #ffffff;
	font-size: small;
}

#header a:hover, #headerlinks a:hover, headerlogo2 a:hover {
	color: #ffffff;
}

#menuh-container {
	width: 778px;
	clear: both;
	background-color: #63b51f;
}

#menuh {
	width: 778px;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	float: left;
	clear: both;
	background-color: #63b51f;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
		
#menuh a {
	text-align: center;
	display:block;
	white-space:wrap;
	margin:0;
	padding: 5px;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active {	/* menuh at rest */
	color: white;
	background-color: #63b51f;
	text-decoration:none;
}
	
#menuh a:hover {					/* menuh at mouse-over */
	color: #63b51f;
	background-color: gold;
	text-decoration:none;
}	
	
#menuh a.top_parent, #menuh a.top_parent:hover {	/* attaches down-arrow to all top-parents */
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
	
#menuh a.parent, #menuh a.parent:hover {		/* attaches side-arrow to all parents */
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;					/* width of all menuh boxes */
}

#menuh li {
	position:relative;
	min-height: 1px;				/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;				/* Sophie Dennis contribution for IE7 */
}

#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}

#menuh ul ul ul {
	top:0;
	left:100%;
}

div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul {display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul {display:block;}

#content {
	width: 768px;
	float: left;
	padding: 5px;
	background-color: #ffffff;
	clear: both;
	border: 1px solid #000000;
}

#disclaimer {
	padding: 5px;
	float: left;
	font-size: small;
	clear: both;
	color: #666666;
	text-align: justify;
}

#column {
	padding: 5px;
	width: 374px;
	float: left;
}

#column h3 {text-align: center;}

#footer {
	padding: 5px;
	clear: both;
	width: 768px;
	text-align: center;
	color: #ffffff;
	background-color: #63b51f;
	font-size: small;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}