/* CSS Document */

#divider{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9EC09D;

}

#content_frame{
	border: 5px solid #C8DBC8;

}
#main_text{
	width: 500px;
	padding:10px;
	float:right;	
}


#left_nav{
	width:250px;

}
a {	
	color: #3366CC;	
	text-decoration: none
}

a:hover {	
	text-decoration: underline
	}