body {
	            margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
	    padding: 0;
        background-color: #000;
		}
a:link {
		color:#ffffff;
		text-decoration:none;
}
a:visited {
		color:#ffffff;
		text-decoration:none
}
a:hover {
		color: #FF3;
		text-decoration:none;
}

.main {
        font-size: 9pt;
        font-family: Verdana, Helvetica, sans-serif;
        color: #687b8f;
		line-height: 22px;
	
}
.fmain {
        font-size: 9pt;
        font-family: Verdana, Helvetica, sans-serif;
        color: #DCC572;
		line-height: 22px;
	
}
.ftitle {
        font-size: 9pt;
        font-family: Verdana, Helvetica, sans-serif;
        color: #FFF;
		font-weight:bold;
			
}
.mainh {
        font-size: 9pt;
        font-family: Verdana, Helvetica, sans-serif;
        color: #687b8f;
	
}



.tmain {
        font-size: small;
        font-family: Verdana, Helvetica, sans-serif;
        color: #ffffff;
		line-height: 22px;
}

div.transbox
  {  margin:30px 30px;
  background-color:#000000;
  border:1px solid #DCC572;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.transbox p
  {
  margin:30px 40px;
  font-size: 9pt;
        font-family: Verdana, Helvetica, sans-serif;
        color: #FF9;
		line-height: 22px;
		font-weight:500;
		}



#box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DCC572;
	width: 780px;
	text-align: justify;
	padding-top:40px;
	padding-left:80px;
	padding-right:40px;
		
}
.txtboxleft {
	width:225px;
	padding-left:109px;
	padding-right:35px;
	padding-bottom:30px;
	padding-top:12px;
	text-align:justify;
	}
	.txtboxright {
	width:215px;
	padding-left:80px;
	padding-right:34px;
	padding-bottom:0px;
	padding-bottom:30px;
	padding-top:12px;
	text-align:justify;
	}



#container {
margin: auto;
padding: 0;
text-align: center;
width: 900px;
border: solid;
border-color:#FC0;
border-width: 2px;
}

#footer {
margin-top:0;
padding: 0;
text-align: center;
width: 900px;
height:30px;
}


/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 2;
	background-image:url(images/main_02.jpg);
	}

#menuh
	{
	font-size: 14pt;
	font-weight:600;
	font-family: Verdana, helvetica, sans-serif;
	width:900 px;
	height: 37px;
	padding: 0;
	margin: 0;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0px;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #2B0600;
	background-color: ;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #FF9;
	background-color: ;
	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: 150px;	/* width of all menu 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;
	width: 150px;
	}

#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;}

/* End CSS Drop Down Menu */



