html, body
	{
	margin: 0;
	}
	
p, h1, h2 { margin: 0; }
	
#maincontainer
	{
	width: 100%;
	background-color: #261e45;
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat;
	}

#container
	{
	position: relative;
	width: 800px;
	background-color: #EAEAEA;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 7px;
	border-left-width: 7px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #337e25;
	border-left-color: #337e25;
	}

#navcontainer {
	width : 800px;
	bottom: 0px;
	position: relative;
	padding: 0px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 90;
	font-size: 10px;
	display: inline-block;
	visibility: visible;
	top: 200px;
	}

#menuh
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	z-index: 91;
	padding-left: 20px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	z-index: 92;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000000;
	background-color: #D4D4D4;
	text-decoration:none;
	z-index: 93;
	font-weight: bold;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	z-index: 94;
	}	
	
#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;
	z-index: 95;
	}
	
#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;
	z-index: 96;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	z-index: 97;
	}

#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:101;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	z-index: 102;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:auto;
	}

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;}
	
#pageHeader
	{
	width: 800px;
	height: 225px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#content
	{
	background-color: #ffffff;
	margin: 0px;
	background-image: url(images/handglobe.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#content1
	{
	overflow: visible;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: normal;
	margin: 0px;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	}
	
#fact
	{
	background-color:#337e25;
	position: relative;
	width: 180px;
	float: right;
	font-size: 12pt;
	z-index: 6;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 40px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
	}

#footer
	{
	width: 800px;
	height: 200px;
	background: #000 url(images/bottom.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	}
.style1 {
	color: #528541
		}