body {
	font-size: 14px;
	color: Black;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(background/2.gif);
}
table { background-color: White;    }

td.nav {
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}


/* Style for all table cells. */
td {
	font-size: 14px;
}
/* Style for all table cells. */

/* Header */
h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	font-weight: normal;
}
/* Custom link styles */
a:active {
	text-decoration: none;
	color: Blue;
}

a:visited {
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: Black;
}

a:link {
	text-decoration: none;
	color: #336699;
}

.pagetitle {
	font-size: 14px;
	background: White;
	border-top-color: #025E2B;
	border-top-style: solid;
	border-bottom-color: #025E2B;
	border-bottom-style: solid;
	margin-bottom: 6px;
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #333333;
	padding-left: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.small {
	font-size: 11px;
}

td.nav { border: 1px solid #666666; }

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float: left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
width:95px;
padding:7px 0;
color:#333333;
background:#EFEFEF;
text-decoration:none;
margin-right: 0px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:White;
background:#586E96;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
margin-right: 4px;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
}


