/* CSS Document */

body {
	background-color: #414143;
}

.tableBackground {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
}

p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003300;
	line-height: 1.8em;
}


a { 
	color:#339900;
	text-decoration: none;
}

a:link, 
a:visited, 
a:active{
	color:#339900;
	text-decoration: none;
	}

a:hover{
	color:#339900;
	text-decoration: none;
	}



h1{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 2px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009933;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006633;
}

a.nav {
	color: #006633;
}

a.nav:link, 
a.nav:visited, 
a.nav:active{
	color: #006633;
	font-size: 10px;
	text-decoration: none;
	}

a.nav:hover{
	color:#f2b123;
	font-size: 10px;
	text-decoration: underline;
	}

.rocks {
	background-image: url(../images/rocks.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 50px;
}


a.footer {
	color: #CCCCCC;

}

a.footer:link, 
a.footer:visited, 
a.footer:active{
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;

	}

a.footer:hover{
	color:#0099CC;
	font-size: 10px;
	text-decoration: underline;

	}

ul{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003300;
	line-height: 90%;
	list-style-type: none;
}
