	 	* {
	 		margin:0;
	 		padding:0;
	 	}
	 	
	 	body {
	 		background:white; /* url( /images/body_bg_01_600x30.gif ) repeat-y; */
	 		font:76% Arial,Helvetica,sans-serif;
		}
		
		img {
			display:block;
		}
		
		h1, h2, h3, h4 {
			font-weight:bold;
		}
		
		h2 {
			margin:0 0 .6em;
			font-size:1.5em;
			text-transform:uppercase;
		}
		
		h3 {
			margin:0 0 .3em;
			font-size:1.2em;
			text-transform:uppercase;
		}
		
		a {
			color:brown;
			text-decoration:underline;
		}
		
		h1 a, h2 a, h3 a, h4 a {
			text-decoration:none;
		}

		
		p {
			margin:0 0 12px;
		}
		
		#Content_Area {
			background:transparent url( /images/body_bg_01_600x30.gif ) repeat-y;
	 		width:600px;
			text-align:left;
		}
		
		#Content_Body {
		
		}
		
		#Content_Body .Left {
	float:left;
	width:140px;
	background:transparent url( /images/left_bg_01_94x30.gif ) no-repeat;
	padding:64px 15px 15px 0;
		}
		
		#Primary_Navigation {
			text-align:right;
			margin-left:9px;
			width:139px;
		}
		
		#Primary_Navigation li {
			list-style:none;
			margin:0 0 9px;
			padding:2px 3px 2px 2px;
			font-size:.9em;
			font-weight:bold;
			text-transform:uppercase;
			border-bottom:1px solid #330000;
		}
		
		#Primary_Navigation a {
			color:#330000;
			text-decoration:none;
		}
		
		#Primary_Navigation a:hover {
			text-decoration:underline;
		}
		
		#Primary_Navigation li.Current {
			color:brown;
		}
		
		#Content_Body .Right {
			float:left;
			width:440px;
			padding:15px 0 15px;
		}
		
		#Content_Body .Content_Body_Section {
			margin:0;
			padding:0 0 12px 9px;
		}
		
		.Content_Body_Section ul {
			margin:0 0 12px;
			padding:0 0 0 36px;
		}
		
		.Image_Left {
			float:left;
			padding:0 9px 6px 0;
		}
		
		.Image_Right {
			float:right; 
			padding:0 0 3px 9px;
		}
		
		.Image_Caption {
			font-size:x-small;
			font-style:oblique;
		}
		
		#Content_Footer {
			clear:both;
			padding:9px 0 9px;
			background:#efefef;
			text-align:center;
		}

		#Content_Footer p {
			margin:0;
			font-size:x-small;
		}
		
		.Clearing {
			clear:both;
			font-size:3px;
		}
