/* CSS Document */

		body { 
			font: 10pt verdana; 
			background: #cccccc; 
			margin: 0;
			padding: 0;
			}
		
		a:link {
			color: #000000;
			font: bold 10pt verdana, arial, sans-serif;
			}
			
		a:visited {
			color: #000000;
			font: bold 10pt verdana, arial, sans-serif;
			}
			
		a:hover {
			color: #ffffff;
			font: bold 10pt verdana, arial, sans-serif;
			}
		
		.otherlink a:link {  	
			color: #0000FF;
			font-weight: normal;
			text-decoration: underline;	
			}
			
		.otherlink a:visited {
			color: #0000FF;
			font-weight: normal;
			text-decoration: underline;	
			}
			
		.otherlink a:active {  	
			color: #0000FF;
			font-weight: normal;
			text-decoration: underline;	
			}
	
		.otherlink a:hover { 	
			color: #0000CC;
			text-decoration: underline;	
			}
			
		.indented {
		   padding-left: 50pt;
		   padding-right: 50pt;
		   }
		
		h1 {
			font: 14pt verdana, arial, sans-serif;
			color: #000000;
			margin: 0;
			padding: 20px;
			}
		
		h2 {
			font: 12pt verdana, arial, sans-serif;
			color: #000000;
			padding: 10px;
			margin: 0;
			}
		
		p { 
			font: 10pt verdana; 
			margin: 0px; 
			}
			
		#container {
			width: 750px;
			border-style: dotted;
			border-width: 1px;
			margin-left: auto;
			margin-right: auto;
			}
			
		#content {
	width: 730px;
	min-height: 300px;
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom-style:dotted;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
			}
			
		* html #content {
			min-height: 500px;
			}
			
		#header {
			width: 750px;
			height: 99px;
			}
			
		#nav {
			width: 746px;
			height: 18px;
			padding: 2px;
			border-top-style: dotted;
			border-top-color: #000000;
			border-top-width: 1px;
			border-bottom-style:dotted;
			border-bottom-color: #000000;
			border-bottom-width: 1px;
			background: #66CCCC;
			}
			
		#main_graphic {
			width: 750px;
			height: 168px;
			}
			
	#lefttop_box_content {
	padding: 0px;
			}
		
		#box_content1 {
	height:	240px;
	padding: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
			}
		
		#box_content2 {
	height:	160px;
	padding: 10px;
	background-color: #66CCCC;
			}
			
		#box_content3 {
	height:	210px;
	padding: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
			}
			
		#box_content4 {
	height:	190px;
	padding: 10px;
	background-color: #66CCCC;
			}
			
		#box_content5 {
	height:	310px;
	padding: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
			}
			
			#box_content6 {
	height:	90px;
	padding: 10px;
	background-color: #66CCCC;
			}
			
		.rail_left {
			float: left;
			background-color: #669999;
			width: 235px; 
			border-bottom-style: dotted;
			border-bottom-color: #000000;
			border-bottom-width: 1px;
			border-right-style:dotted;
			border-right-color: #000000;
			border-right-width: 1px;
			border-top-style:dotted;
			border-top-color: #000000;
			border-top-width: 1px;
			}
				
		.rail_middle {
			float: left;
			padding: 10px;
			background-color: #FF9966;
			width: 258px;
			height:	421px; 
			border-top-style:dotted;
			border-top-color: #000000;
			border-top-width: 1px;
			border-bottom-style:dotted;
			border-bottom-color: #000000;
			border-bottom-width: 1px;
			}
		
		.rail_right {
			float: left;
			background-color: #669999;
			width: 235px;
			border-bottom-style: dotted;
			border-bottom-color: #000000;
			border-bottom-width: 1px;
			border-left-style:dotted;
			border-left-color: #000000;
			border-left-width: 1px;
			border-top-style:dotted;
			border-top-color: #000000;
			border-top-width: 1px; 
			}
		
		#footer {
			font-size: 9pt;
			padding: 2px;
			}
