body, div, table, td {
	font-family: Verdana;
	font-size: 12px;
	color: #ccffcc;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #006600;
    	background-image: url('images/side.png');
	background-repeat: repeat-y;
	background-position: left top;
}

#top {
	height: 136px;
	margin: 0px;	
	padding: 0px;
	border: none;
	text-align: center;
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#side {
	float: left;
	width: 140px;
	height: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border: none;
}

#main {
	position:absolute;
	left: 160px;
	margin-top: 20px;
}


.nav {
    margin: 30px 0px;
    border: none;
}



a:link, a:visited {
	border: 1px outset #00CC00;
	color: #99FF99;
	text-decoration: underline;

}

a:hover {
	border: 1px solid #060;
	position: relative; left: 2px; top: 2px;
}


#side a {
    margin: 1px 2px 2px 1px;
    border: none;
}

#side a:hover {
    margin: 3px 1px 1px 3px;
    position: relative; left: 0; top: 0;
}

#side a img {
    border: none;
}


h1 {
	font-size: 4em;
	color: #cff;
	text-align: center;
}

h2 {
	font-size: 2em;
	color: #6f3;
	text-align: center;
}

h3 {
	font-size: 1.5em;
	color: #ccf;
	display: inline;
}

h4 {
	font-size:1em;
	color: #6f3;
	font-weight: bold;
}