html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px; 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #3f6789 url(../images/v5_background_main.png) repeat-y center;
	}
	
a {
	color: #33c;
	text-decoration: none;
	}
	
h2#title {
	font-size: 22px;
	margin: 75px 0 0 15px;
	padding: 0;
	text-align: right;
}
	
h2#title a {
	color: #fff;
	}
	
p#subtitle {
	margin: 5px 0 0 15px;
	padding: 0;
	color: #fff;
	text-align: right;
}

		a:hover		
		{
			text-decoration: underline;
			text-transform: inherit;
		}
	
		blockquote
		{
			padding: 0px 10px 0px 10px;
		}
		
		.index_section		
		{
			border-color: gray;
			border-width: 0px 0px 1px 0px;
			border-style: dashed;
			padding: 0px 0px 10px 0px;
		}
		
		.side_box_header		
		{
			height: 0px;
		}
		
		#copyright_section
		{
			font-size: 11px;
		}
		
		ul { padding-bottom: 12px }


/*
----------------------------------
header
----------------------------------
*/

#header_span_body {
	height: 139px;
	background: url(../images/v5_background_top.png) no-repeat top center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding: 0 20px 0 20px;
	}
	
#header_description_cell {
	text-align: right;
	width: 530px;
}
	
#header_table {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	}
	
#header_table td {
	text-align: left;
	}
	
#header_logo_cell img {
	display: none;
	}
	

	
	
/*
---------------------------------------
content area
---------------------------------------
 */	
	
#column_container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding: 0 20px 100px 20px;
	}
	
.main_column {
	text-align: left;
	width: 470px;
	float: left;
	padding: 0 37px 0 37px;
	}
	
.side_column {
	width: 236px;
	float: right;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 30px;
	background-image: url(../images/v5_background_link.png);
}

