		html, body {
			margin: 0px;
			padding: 0px;
			border: 0px;
		    height: 100%;
		}
		
		body {
			background-color: #445050;
			background-image: url(../images/bg_body.gif);
		}
		
		body, td, a {
			color: #fff;
			font-family: Verdana, Arial, sans-serif;
			line-height: 130%;
			font-size: 76%;
		}
		
		div#left {
			width: 25em;
			float: left;
			padding: 0;
			margin: 0;
		}
		
		div#left li a {
			padding: 2;
			padding-left: 0 !important;
			padding-left: .5em;
			margin: 0;
			list-style-image: url(../images/arrow1.gif);
			line-height: 150%;
			font-size: 1em;
			color: #d1d1d1;
			text-decoration: none;
		}
		
		div#left ul {
			padding: 2;
			padding-left: 0 !important;
			padding-left: .5em;
			margin-left: 2em;
			margin-top: 0.6em;
			line-height: 1.3em;
		}
		
		div#left h3 {
			margin-top: 1em;
			margin-bottom: 0.5em;
			font-size: 1em;
			font-weight: normal;
			color: #d1d1d1;
		}	
		
		div#left h4 {
			margin-top: 1em;
			margin-bottom: 0em;
			margin-left: 0.5em;
			font-size: 1.2em;
			font-weight: normal;
			color: #ffcc00;
			
		}		
		
		div#left a:hover {
			color: #fff;
			text-decoration: none;
		}
				
		div#left div#search {
			font-size: 0.8em;
			color: #d1d1d1;
			padding: 1em 2em 1em 2em;
			background-image: url(../images/bg_search.gif);
			background-position: top left;
			background-repeat: repeat;
			border-bottom: 1px solid #19210A;
		}
		
		div#left div#search input.btn {
			/*
			opacity: 0;
			filter: alpha(opacity=0);
			*/
			
			margin: 0;
			margin-left: .1em;
			padding: 0;
			color: #ffa200;
			background-image: url(../images/bg_search.gif);
			border: 0;
			cursor: pointer;
			font-size: 1em;
		}
		
		div#left div#search input.src {
			width: 12em;
			font-size: 1em;
			background-image: url(../images/bg_search.gif);
			border: 1px solid #d1d1d1;
			color: #d1d1d1;
			padding-left: 0.1em;
			cursor: text;
		}
		
		div#right {
			width: 50em;
			padding: 0;
			margin: 0;
			margin-left: 25em;
			border: 0;
			border-left: 1px solid #19210A;
		}

		div#right hr {
			border-top: 1px dotted #19210A;
			color: #60683B;
			margin-top: 1.5em;
			margin-bottom: 1.5em;
		}
								
		div#right div#hat {
			padding: 1em 0.8em 1.4em 2em;
			background-image: url(../images/bg_hat.gif);
			background-position: top left;
			background-repeat: repeat;
			border-bottom: 1px solid #19210A;
		}
		
		div#right div#hat ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

		div#right div#hat ul li a {
			display: inline;
			padding-left: 0em;
			padding-right: 1em;
			font-size: 0.8em;
			color: #d1d1d1;
			text-decoration: none;
		}
		
		div#right div#hat a:hover {
			color: #fff;
			text-decoration: none;
		}
		
		div#right div#home_header {
			margin: 0;
			padding: 0;
			border: 0;
		}
		
		div#right div#home_content {
			width: 50em;
			margin: 0px;
			padding: 0px;
			border: 0px;
			background-color: #60683B;
		}
		
		div#right div#home_content a {
			color: #ffa200;
			font-size: 1em;
			line-height: 1.4em;
			text-decoration: none;
		}
		
		div#right div#home_content a:hover {
			color: #ffcc00;
			text-decoration: none;
		}
		
		div#right div#home_content div#home_newsbox {
			width: 28em;
			float: left;
			margin: 0;
			padding: 1em;
			border: 0;
			background-color: #60683B;
		}
		
		div#right div#home_content div#home_content {
			width: 48em;
			float: left;
			margin: 0;
			padding: 1em;
			border: 0;
			background-color: #60683B;
		}
		
		div#home_newsbox a {
			color: #ffa200;
			font-size: 1.3em;
			line-height: 100%;
			text-decoration: none;
		}
		
		div#home_newsbox a:hover {
			color: #ffcc00;
			text-decoration: none;
		}
		
		div#right div#home_content div#home_services {
			width: 18em;
			float: left;
			margin: 0;
			padding: 1em;
			border: 0;
			background-color: #7A865E;
		}
		
		div#home_services a {
			color: #ffa200;
			font-size: 1em;
			line-height: 100%;
			text-decoration: none;
		}

		div#home_services a:hover {
			color: #ffcc00;
			text-decoration: none;
		}
		
		div#right div#home_content div#home_services hr {
			border-top: 1px dotted #19210A;
			color: #7A865E;
			border-spacing: 0;
			line-height: 0;			
		}
		
		div#right h5 {
			font-size: 1.2em;
			color: #fff;
			font-weight: regular;
			margin-top: 0.8em;
			margin-bottom: 0.8em;
		}
		
		div#right h6 {
			font-size: 0.8em;
			color: #fff;
			font-weight:normal;
			font-style:italic;
			margin-top: 0.8em;
			margin-bottom: -0.2em;
		}
		
		div#right div#footer {
			padding: 1em;
			background-color: #4D5A40;
			font-size: 0.8em;
			line-height: 100%;
		}
		
		div#right div#footer img a {
			float: left;
			margin: .4em;
			line-height: 100%;
		}
		
		
		div#footer a {
			color: #ffa200;
			font-size: 1em;
			text-decoration: none;
		}

		div#footer a:hover {
			color: #ffcc00;
			text-decoration: none;
		}

		p.title4 {
			font-size: 1.5em;
			margin-bottom: 0em !important;
			line-height: 1.5em;
			color: #ffc000;
			}
	