a:link {color: black; text-decoration:underline;} 
a:visited {color: black; text-decoration:underline;} 
a:hover {color:gray; text-decoration:none;}

html, body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(page_bg.jpg) repeat-x;
	background-size: 100%;
}

#content 
{
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
	z-index:1;
}

#tableSections {
  border: 1px;
  border-color:	black;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
}

#table {
	border-collapse:collapse;
	border:1px solid #2E2E2E;
}

#thead
{
	background: #243D02 url(th.jpg) right;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #8D8D8D;
}

#tr {
	background: url(td1.jpg) repeat-x top;
	height: 100%;
}
#trodd {
	background: #7DBB27;
}

#tfoot{
	background: #243D02 url(foot.jpg) repeat-x bottom;
	border-top: 1px solid #243D02;
	color: #FFFFFF;
	height: 30px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ 
background-color: #F3F3F3;
}

#DropMenu{
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: small;
}

