body {
	background-color: #006600;
	background-image: url(images/background.gif);
	color: #FFFFFF;
	z-index: 0;	
	font-family: Times, serif; 
}

a{
	color: #EDED88;	
}

a[href$="pdf"]{
    background: url(images/pdf.gif) center right no-repeat;
    padding-right: 16px;
	margin-right: 3px;
}

a:hover{
	font-weight: bolder;
	text-decoration: none;
	color: #FFFF00;
}

table {
	border: none;
}

td {
	border: 1px solid #004400;
	padding: 5px;
}

td:hover{
	background-image: url(images/background_dark.gif);
}

.highlight{
	color: #FFFF00;
	font-weight: bolder;
}

.lowlight{
	font-size: smaller;
	color: #669966;	
}

/*****      divs      *****/
div.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004400;
	text-align: center;
	
}

div.content {
	position: absolute;
	width: 68%;
	left: 30%;
}

div.page {
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004400;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004400;
}

div.footer {
	text-align: center;
}

div.footer a{
	font-size: smaller;
}

/*****      navbar      *****/
.navbar ul ul a{
	color:#FFFF00;
}

div.navbar {
	position: absolute;
	width: 30%;
	z-index: 9;
	height: 120%;
}

#navbar ul {
	list-style: none;
}

#navbar span:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #FFFF00;
	background-image: url(images/background_dark.gif);
}

