/* CSS Document */

body {
	background-color: #408800;
	background-repeat: repeat;
}

/* Main navigation bar */

#links {
	height: 30px;
	background-color:#4FA502;
	text-align:center;
	valign:center;
	}
	
#links a {
	text-decoration:none;
	color:#CAE8B6;
	}

#links td {
	width:20%;
}

#links a:hover, #links .active a {
	color: #000000;
}

.style3 {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		background-color: #4FA502; 
		color: #FFFFFF; 
		text-align: center;
}

.style3 a {
		text-decoration:none;
}

.style4 {
		font-family: Verdana, Arial, Helvetica, sans-serif
}




/* PORTFOLIO TABLE */

/* Portfolio category links - left column */

#portfolio_table {
	valign:top;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4FA502;
	cellpadding:10px;
	cellspacing:0;
	background-color:#CAE8B6;
	}

.style5 {
		height:8%;
		color:#4FA502;
		font-weight: bold;
		font-size: 0.8em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style5 a {
		color:#4FA502;
		text-decoration:none
}

.style5 a:hover {
		color:#BE864D;
		background-color:#CAE8B6;
}


	/* Portfolio thumbnail window */
		
	#window {
		width:75%;
		background-color: #FFFFFF;
		color:#000000;
		text-align:center;
	}
	
	.porthead {
		color:#4FA502;
		text-align:center;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	
	.thumbs {
		font-size:8pt;
		color:#408800;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}