a { color: #647276; text-decoration: none; } /** Link Styles **/
a:hover { color: #B87B00; } /** Link rollover color **/
hr { color: #B87B00; }
#body_img { float: right; margin: 15px 0px 15px 5px; } /** Alignment and spacing of images within the content **/
#content { /** Main content style **/
			font-family:  verdana;
			font-size: 13px; 
			color: #647276; 
			width: 720px;
			margin: 15px 20px 15px 20px;
		}
#footer { /** Footer Styles **/
		width: 770px; 
		text-align: center; 
		background-color: #DDC5A1; 
		color: #434C4F; 
		font-weight: bold; 
		font-size: 14px; 
		font-family: verdana; 
		padding: 10px 0px 10px 0px; 
		}		
#nav { /** Top Navigation **/
		width: 770px; 
		text-align: center; 
		background-color: #BCD8DF; font-family: Georgia, "Times New Roman", Times, serif;
		color: #647276; 
		font-weight: bold; 
		font-size: 14px; 
		padding: 10px 0px 10px 0px; 
	}
.content_header { color: #B87B00; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; } /** Formatting for heders within the content **/
.copyright { font: 10px Arial, Helvetica, sans-serif; color:#000000; padding:3px; }
.current_link {  padding: 0px 7px 0px 7px; color: #B87B00; text-decoration: none; } /** To make the name of the current page active **/
.links { padding: 0px 7px 0px 7px; } /** To control the spacing of the top nav links **/