body {
     margin:0;
     padding:0;
     font-family:arial;
     font-size:12px;
     background-color:#000;
     color:#fff;
   }
   
input,textarea{
     font-family:arial;
     font-size:12px;
}

td{
     color:#FFF;
}

div#container{
     position: absolute;
     width:780px;
     height:auto;
     background-color:#000;
     left: 50%;
     margin-left: -385px;
}

.top {
     margin-top:30px;
     background-image : url("images/bg_TOP_LOGO.gif") ;
     width:780px;
     height:136px;
     background-repeat: no-repeat;
}
        
.middle {
     background-image : url("images/side_border.gif") ;
     width:780px;
     background-repeat: repeat-y
}
        
.bottom {
     background-image : url("images/bottom_border.gif") ;
     width:780px;
     height:100px;
     background-repeat: no-repeat;
}
        
div#contact{
     padding:20px;
     width:450px;
     float:left
}

div#menu{
     position:absolute;
     left:4px;
     width:780px;
     height:30px;
}

/* Begin CSS Popout Menu */

#menuh-container
	{
	position:absolute;
	margin:auto;
	}

#menuh
	{
	font-size: 14px;
	font-family: arial;
	font-weight:bold ;
	width:100%;
	float:left;
	margin:1px;
	margin-top: 1px;
	}

#menuh a
	{
	text-align:center;
	display:block;
	border:2px solid #90c83f;
	white-space:nowrap;
	margin:0;
	padding: 1px;
	}

#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #90c83f;
	background-color:#000;
	text-decoration:none;
	}

#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #90c83f;
	}

#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:257px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	}

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

/* End CSS Popout Menu */

h1{
     margin-top: 0;
     padding-top: 13px;
     font-size:18px;
     font-weight:bold;
}

h2{
     margin-top: 0;
     padding-top: 13px;
     font-size:16px;
     font-weight:bold;
}

h3{
     font-size:14px;
     font-weight:bold;
}

a:link, a:visited, a:active {
     color: #90c83f;
     text-decoration: none;
     font-weight:bold;
}

a:hover{
     color:#000;
     text-decoration: none;
     font-weight:bold;
}