html {
	background:none;
}

		#content_main {
			border-left:1px solid #8F8F8F;
			padding:0 25px;
			color:#B85D0E;
		}
		
			#content_main h4 {
				font:22px Arial, Helvetica, sans-serif;
				margin-bottom:5px;
		}
			
			#content_main h5 {
				font:22px Arial, Helvetica, sans-serif;
				margin-bottom:5px;
			}
			
		#content_side {
			vertical-align:top;
			width:179px;
			padding:0px 20px 0px 0px;
		}
		
			#content_side h6 {
				font:22px Arial, Helvetica, sans-serif;
				color:#5A7481;
				margin:0px 0 5px 0; 
			}
			
			#content_side h6 a {
				font:22px Arial, Helvetica, sans-serif;
				color:#5A7481;
				text-decoration:none;
				margin:15px 0 5px 0; 
			}
			
			#content_side ul {
				position:relative;
				left:-25px;
			}
			
			#content_side ul.arrows li {
				list-style-image:url(/graphics/arrow_bullet.gif);
			}
			
			#content_side ul.arrows li a {
				color:#5A7481;
				text-decoration:none;
			}
			
			#content_side ul.arrows li a:hover {
				color:#5A7481;
				text-decoration:underline;
			}
			
			
	#content {
		width:900px;
		min-height:400px;
		height:auto !important;
		height:400px;
		padding:22px 0 0;
		margin:20px 0;
	}	
	
	
	
				#nav li {
					border-color:#B85D0E;
				}
			
				#nav a {
					color:#B85D0E;
				}
				
				#nav a:hover {
					color:#5D7581;	
					text-decoration:none;
				}
					
				#nav .on a {
					color:#5D7581;
				}
				
	#sidebar_content {
		width:205px;
		background:#DEDEDE url(/graphics/sidebar_rounded_corners.gif) top left no-repeat;
		padding:20px;
	}
	
				
	#masthead {
		height:139px;
	}
	
		#logo {
			float:left;
			height:139px;
		}
		
			#logo a {
				width:292px;
				height:139px;
				background:url(/graphics/subpage_banner1.jpg) no-repeat;
			}
		
		#banner_home {
			width:608px;
			height:139px;
			background:url(/graphics/subpage_banner2.jpg) no-repeat;
		}
		