@charset "utf-8";
/* CSS Document */

#subNav {
	height: 215px;
	margin: 0 63px;
	padding-top: 50px;
	padding-left: 160px;
	}

#col1 {
	float: left;
	width: 200px;
	}
	
#col2 {
	float: left;
	width: 200px;
	}
	
#subNav p {
	margin-left: 50px;
}

#subNav p.here {
	 font-weight: bold;
}

#subNav a {
	text-decoration:none;
	color: #5a599c;
	}
	
#subNav a:hover {
	color: #482e6e;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #482e6e;
	}

#content {
	margin-left: 63px;
}

#content p {
	line-height: 20px;
	margin-left: 28px;
	margin-right: 28px;

}

