body
{
	padding: 0px;
	margin-top: 5px;
	border: 0px;
	background: #dddddd;
}

#border
{
	background:url('images/body.png') no-repeat;	
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 630px;
	border: 0px solid #000000;	
}

#header
{
	background:url('images/header.jpg') no-repeat;
	width: 858px;
	height: 74px;
	padding: 0px;	
	margin: 0px;
}

#content
{
	width: 900px;
	height: 100px;
	border: 0px solid #000000;	
}

#ltop
{
	margin-top:0px;
	height: 142px;
	width: 160px;
	border: 0px solid #bbbbbb;	
}

#ltop th
{
	color: #ffffff;
	font-size: 12px;
}

#lmiddle
{
	padding:0;
	margin-top: 2px;
	height: 55px;
	width: 160px;
	border: 0px solid #bbbbbb;	
	color: #4A9021;
}

#lmiddle table
{
	margin-top: 5px;
}

#lmiddle iframe
{
	margin-top: 2px;
}

#lmiddle th
{
	color: #ffffff;
	font-size: 12px;
}



#lbottom
{
	padding: 0px;
	margin-top: 0px;
	height: 170px;
	width: 160px;
	border: 0px solid #bbbbbb;	
}

#lbottom img
{
	border: 1px solid #bbbbbb;	
}


#middle
{
	padding:0;
	margin-left: 5px;
	margin-top: 0px;
	height: 426px;
	width: 428px;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
}

#middle td
{
	font-family: arial;
	color: #444444;
	text-align: left;
	font-size: 11px;
}

#middle table
{
	margin-top: 0px;
}

#about
{
	margin-left: 0px;
	margin-top: 0px;
	height: 410px;
	width: 410px;
	border: 0px solid #bbbbbb;
	background-color: #ffffff;
}

#about td
{
	font-family: arial;
	color: #444444;
	text-align: left;
	font-size: 11px;
}

#about table
{
	margin-top: 7px;
}

#mapmiddle
{
	margin-left: 7px;
	margin-top: 7px;
	height: 430px;
	width: 420px;
	border: 1px solid #bbbbbb;
}

#mapmiddle table
{
	margin-left: 1px;
	margin-top: 3px;
}

#mapmiddle iframe
{
	margin-top: 7px;
}

#mapdetails
{
	margin-left: 5px;
	margin-top: 5px;
}

#mapdetails td
{
	color: #555555;
}

#rtop
{
	float: right;
	margin-top: 0px;
	height: 108px;
	width: 256px;
	border: 1px solid #bbbbbb;	
	color: #0F5F79;
	font-family: arial
	font-size: 13px;
	scrollbar-face-color: #ffffff; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #444444; 
}

#rtop td
{
	color: #0F5F79;
	font-size: 12px;
}

#rtop table
{
	margin-left: 7px;
	margin-top: 7px;
}

#rbottom
{
	float: right;
	margin-top: 7px;
	height: 310px;
	width: 256px;
	border: 1px solid #bbbbbb;	
	background:url('images/HWWH.jpg') no-repeat;
}

#container
{
	margin-top: 16px;
	height: 600px;
	width: 868px;
	border: 0px solid #000000;
}

#container2
{
	background:url('images/body2.png') no-repeat;
	height: 476px;
	width: 900px;
	border: 0px solid #000000;
}

#headline
{
	font-size: 10px;
	font-weight: none;
}

#headline a
{
	font-size: 10px;
	font-weight: none;
	color: #0F5F79;
}

#footer
{
	margin-top: 0px;
	background:url('images/footer.jpg') no-repeat;
	width: 858px;
	height: 40px;
	color: #ffffff;
	border: 0px solid #000000
}

#footer a
{
	margin-top: 0px;
	color: #000000;
}

#footer td
{
	margin-top: 0px;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
}

#footer table
{
	margin-top: 5px;
}

#parahead
{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}

td
{
	white-space: wrap;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}

a
{
	color: #51A368;
	text-decoration: none;
	font-weight: none;
}

a:hover
{
	color: #51A368;
	text-decoration: underline;
	font-weight: none;
}

ul
{
	margin-left: 25px;
	text-align: left;
}

li
{
	font-family: arial;
	font-size: 11px;
	color: #5B6A71;
	display:block;
	line-height: 13px;
}

#menuitems
{
	width: 858px;
	padding: 0px;
	margin-top: 0px;
	border: 0px solid #000000;	
}

.menu {
	width:858px;
	font-size:11px;
	position:relative;
	z-index:100;
	font-family:Arial;
	background-color: #DB002E;
	clear: both;
	float: left;
}
/* #0F5F79 remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	height:20px;
	padding-left:18px;
	padding-right: 18px;
	line-height:10px;
	background-color: #DB002E;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	padding-top: 11px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
{
    width:150px;
    w\idth:75px;
    padding-top:6px;
    padding-bottom:6px;
    text-align:center;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #8EA8BB;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #CCCCCC;
}
.menu ul ul :hover > a.drop {
	background-color: #CCCCCC;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #C6D3DD;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background-color: #0F5F79;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:150px;
	color: #FFFFFF;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFFFFF;
	height:auto;
	line-height:1em;
	width:150px;
	background:url('images/trans.png') center repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6D3DD;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
/* yet another hack for IE5.5 8EA8BB*/
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background-color: #999999;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background-color: #B70024;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

.instruction
{
position: absolute;
top: 30px;
color: #ffffff;
left: 10px;
}
