body{
background-color: #FFF; 
margin: 0;
padding: 0;
font-size: 12px;
font-family: Tahoma, Verdana, Arial;
color: #000;
}
h1{
font-size: 1.5em;
text-transform: uppercase;
}
img, a{
border: 0;
}
h3 a{
color: #000;
}
p{
margin-right: 20px;
text-align: justify;
}

.top{
  	width: 100%;
	vertical-align: top;
}
.bold{
font-weight: bold;
}
.underline{
text-decoration: underline;
}
.table{
width: 100%;
}

#links{
width: 90%;
}	
#links a{
color: rgb(94, 150, 13);
font-weight: bold;
text-decoration: none;
}
#links a:hover{
color: #000;
}

	#left{
		width: 438px;	    
	    background-image: url('images/index_02.png');
	    background-repeat: no-repeat;
	    background-position: top;
	    padding-top: 20px;
	    vertical-align: top;
	}
	#left img{
		margin-left: 30px;
	}
	#green{
		width: 100%;
	    background-image: url('images/header.png');
	    background-repeat: no-repeat;
	    background-position: left;
	    background-color: rgb(90, 173, 0);
	    height: 19px;
	}
	#logo{
		height: 120px;
		width: 570px;
		background-image: url('images/logo.png');
	    background-repeat: no-repeat;
	    background-position: right;
	    text-align: right;
	  	vertical-align: top;
	}
	
	#content{
	  	border-bottom: 7px solid rgb(94, 176, 13);
	  	padding-bottom: 15px;
	  	margin-right: 10px;	  	
	  	text-align: justify;
	  	vertical-align: top;
	}
	
	#copyright{
		text-align: center;  	
	}	
		
	#menu{
		list-style-image: url('images/slashes.png');
		font-size: 20px;
		font-family: Tahoma, Verdana, Arial;
		align: top;
		margin-top: 15px;
		margin-bottom: 15px;		
	}
		#menu a{
		color: rgb(120, 120, 120);
		text-decoration: underline;
		margin-right: 40px;
		}
		#menu a:hover{
		color: rgb(96, 154, 4);
		}
	
	#selected a{
	color: rgb(96, 154, 4);
	}
