
/* BEGIN CSS RENDERING */

	body {
		background-image: url('background.jpg');
		background-color: #d9d9d9;
		background-repeat: repeat-x;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 50px;
		font-size: 0px;
	}

	img {
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
	
	div {
		font-family: Geneva, Helvetica, Arial;
		line-height: 160%;
		font-size: 13px;
	}
	
	hr {
		border: 1px solid #FF9900;
	}
	
	h2 {
		color: #8ac73e;
	}
	
	h3 { 
		color: #8ac73e;
	}
	
	p {
		text-indent: 25px;
	}
	
	.header {
		background-image: url('header.jpg');
		position: relative;
		padding: 0px;
		margin: 0px;
		width: 100%;
		height: 150px;
		text-align: center;
	}
	
	.main_area {
		position: relative;
		display: block;
		padding: 0px;
		margin: 10px;
		width: 750px;
	}
	
	#left_content {
		background-color: #FFF;
		float: left;
		width: 525px;
		padding: 10px;
		margin: 0px;
		text-align: left;
	}
	
	#right_content {
		background-color: #FFF;
		float: right;
		width: 160px;
		padding: 10px;
		margin: 0px;
		text-align: left;
	}
	
	#middle_content {
		background-color: #FFF;
		float: left;
		width: 685px;
		padding: 10px;
		margin: 0px;
		text-align: justify;
	}
	
	.footer {
		display: inline-table;
		position: relative;
		bottom: 0px;
		left: 0px;
		width: 100%;
	}
	
	.footer a, a:visited {
		color: #666666;
		text-decoration: none;
		font-weight: bold;
	}
	
	.footer a:hover, a:active {
		color: #FF9900;
		text-decoration: none;
		font-weight: bold;
	}



	/* IE, FIREFOX, NETSCAPE, OPERA*/
	.link_list {
		display: table;
		table-layout: fixed;
		width: 100%;
				
		background-image: url('link_bar.jpg');
		background-repeat: repeat-x;

		font-family: Geneva, Helvetica, Arial;
		font-size: 14px;
		font-weight: bold;

		width: 100%;
		height: 25px;

		border: 0px;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	
	.link_list li {
		display: inline;
		text-align: center;
		position: relative;
		margin: 0px;
		padding: 0px;
	}
	
	.link_list a, .link_list a:visited {
		display: table-cell;
				
		vertical-align: middle;

		width: 100px;
		height: 25px;
		color: #000;
		text-decoration: none;
	}
	
	.link_list a:hover, .link_list a:active{
		color: #FFF;
		background-image: url('link_bar2.jpg');
	}
/* END CSS RENDERING */
