body {
        margin-left: 0px;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 0px;
	    padding:0px;
        background-color: #E9E9E9;
}
a:link {
		color: #8A8AFF;
		text-decoration:none;
}
a:visited {
		color:#48efa8;
		text-decoration:none
}
a:hover {
		color: #333399;
		text-decoration:none;
}

.main {
        font-size: 11.5px;
        font-family: Verdana, Helvetica, sans-serif;
        color: #000040;
		line-height: 22px;
		text-align: left;
		letter-spacing:1px;
	
}
.address {
        font-size: 9pt;
        font-family: Verdana, Helvetica, sans-serif;
        color: #000040;
		text-align: left;
	
	
}
.title {
		font-size:15px;
		font-weight:600;
		font-family:Verdana, Geneva, sans-serif;
		color: #000040;
		
}
.title2 {
		font-size:11px;
		font-weight:600;
		font-family:Verdana, Geneva, sans-serif;
		color: #000040;
	
				
}
.redtitle {
		font-size:20px;
		font-weight:600;
		font-family: Arial, Helvetica, sans-serif;
		color: #FD0202;
		line-height:2px;
		letter-spacing:2px;
		
}
.mainh {
        font-size: 8.5pt;
        font-family: Verdana, Helvetica, sans-serif;
        color: #ffffff;
		line-height:1.5;
		text-align:left;
	
}
.maintest {
        font-size: 8.5pt;
        font-family: Verdana, Helvetica, sans-serif;
        color: #ffffff;
		text-align:left;
	
}

.hr {
	color: #f00;
	background-color: #f00;
	height: 2px;
	width: 470px;
}

.subtitle {
        font-size: 8.5pt;
        font-family: Verdana, Helvetica, sans-serif;
        color: #FD0202;
		line-height:1.5;
		text-align:left;
		font-weight:600;
	
}
.main a:link {
		color:#0b7449;
		text-decoration:none;
}


.main_title {
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	color: #0a519f;
	font-weight: 600;
}


.haz {
        font-size:12pt;
        font-family: Arial, Helvetica, sans-serif;
        color: #F00;
		font-weight:500;
		text-align:center;
		vertical-align:middle;
}

.copy {
        font-size: 11.5px;
        font-family: Verdana, Helvetica, sans-serif;
        color: #676767;
		text-align: center;
		letter-spacing:1px;
		line-height: 0px;
		
	
}


#box {
	width: 856px;
	background-image:url(images/bg.jpg);
	
		
}
#leftbox {
	width:297px;
	float:left;
}

#rightbox  {
	float:right;
	width:470px;
	padding:40px;

}




#container {
margin: auto;
padding: 0;
text-align: center;
width: 856px;
border:1px #000040 solid;

}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 2;
	
	
	}

#menuh
	{
	font-size: 12pt;
	font-weight:600;
	font-family: Verdana, helvetica, sans-serif;
	width:559 px;
	height:26px;
	padding: 0;
	margin: 0;
	background-color:#b0b2bf;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border-right:0;
	border-bottom:0;
	border-top:0;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000040;
	
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #000;
	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;
	
	}
	
#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:139px;	/* 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: 139px;
	}

#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 */




