@charset "utf-8";
/* CSS Document */

#layout {
	position:absolute;
	width:738px;
	height:357px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(images/layout1.png);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	top: 500px;
}
body {
	background-color: #eec743;
	background-image: url(images/bg_x.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #058552;
}
a:visited {
	color: #058552;
}
a:hover {
	color: #eec743;
}
a:active {
	color: #eec743;
}

#text{
z-index:-6;
}

#table {
	position:absolute;
	width:573px;
	height:115px;
	z-index:1;
	top: 3.75in;
	left: 50px;
	
}

#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
background-color:#007D42;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
font:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background-color:#007D42;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #eec743;
}

h1 { 
font-size:9px;
color:#008652;
}

.style1 {font-size: 10px}

