body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-align: center;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
h1 {
	color: #614025;
	font-size: 22px;
	margin: 0px 0px 12px 10px;
	font-weight: bold;
}
a {
	color: #614025;
	font-size: 12px;
	text-decoration: none;
}
strong{
	color: #614025;
	font-size: 13px;
	text-decoration: none;
}
table{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img{
margin: 0;
}
#container { 
	width: 760px;  
	background: #ffffff;
	margin: 0;
	text-align: left;
} 
#header { 
	height:auto;
	background: #ffffff; 
	padding: 0px;
} 

.menu {
	width:760px; 
	height:24px; 
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;	
	position:relative; 
	z-index:100;
	
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:761px; w\idth:760px;}
/* 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:126px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:126px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#ffffff; 
	width:115px; 
	height:24px; 
	border:1px solid #000000; 
	border-width:1px 0 1px 1px; 
	background-image: url(menuback.jpg);
	background-repeat: repeat-x; 
	padding-left:10px; 
	line-height:24px;}
	
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:126px; w\idth:115px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd ;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}



/* 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:25px;
	left:0; 
	width:126px;
	border-top:1px solid #000000;
}

/* another hack for IE5.5 */
* html .menu ul ul {top:24px;t\op:25px;}

/* 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; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ffffff; 
color:#000000; 
height:auto; 
line-height:1em; 
padding:5px 10px;
width:105px;
border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:130px;w\idth:108px;}

/* style the top level hover */
.menu a:hover{
	color:#ffffff;
	text-decoration: none;
	background-image: none;
	background-color: #614025;
} 

.menu ul ul a:hover{
	color:#ffffff;
	background-color: #614025;
}

/* 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; }


#main {
	margin: 0px 0px 0px 0px;
	padding-left:0px;
	padding-right:30px;
	text-align: left;

}
#footer { 
 text-align: left;
 font-size:10px;
 font-weight:bold;
 width: 730px;
 border-top: solid 1px #000000;
 clear: both;
 color: #000000;
 background: #ffffff;
 margin: 10px 0px 30px 10px;
 padding: 3px;
}
#footer a {
	font-size: 9px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#614025;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px;
} 
#footer p {
	font-size: 9px; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px;
}
#footer a:hover
{
text-decoration: underline;
}
