body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#d9d9d8 url(./layout/bg.gif) top center repeat-y;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
}
	#intro{border-top: 7px solid #fff;border-bottom: 7px solid #fff; margin-top:10px;}
	#navtop{margin:0; padding:0;}

	#navigation{float:left; width:200px;margin-left:30px; margin-top:0px; position:relative; top: -160px;}
	#navcent{ border-left:2px solid #ddd; border-right:2px solid #ddd; background:#009834;}
	
	#secnavi{display:block;width:180px;float:left;font-size:13px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;margin-top:20px;margin-left:8px; margin-right:8px;}
#secnavi ul{margin:0;padding:0;list-style-type:none;width:auto;}
#secnavi ul li{margin:0 1px 0 0; background:transparent url(layout/bgOFF.png) no-repeat top left;}
#secnavi ul li a{display:block;color:#fff;text-decoration:none;padding:10px 20px 0 10px;height:33px;text-align:left;}
#secnavi ul li a:hover,#secnavi ul li a.current{color:#fff;background:transparent url(layout/bgON.png) no-repeat top left;}
	
#content{
margin-left:42px;
margin-right:3px;
margin-top:374px;
}

#contentwrap{
	float:right;
	width:620px;
margin-top:20px;
margin-right:40px;
margin-left:40px;
}
#pageheader {
background: transparent url(./layout/page_header_bg.png) top left no-repeat;
display:block;
position:relative;
top:40px;
left:-40px;
margin:0;
padding:16px 0px 0 0px;
color:white;
font-size:11pt;
font-family:Arial,Verdana,Helvitica,sans-serif;
text-transform:uppercase;
text-align:center;
width:270px;
height:47px;


}
			#maincontent{
			border-top:2px solid #fff;
			border-right:2px solid #fff;
			border-left:2px solid #fff;
			border-bottom:2px solid #fff;
			text-align:left;
			padding:8px;
			}
							
			

			h4{
			font-family: verdana;
			margin-top:2px;
			padding-top:0px;
			}
			h3{
			font-family: arial;
			letter-spacing:0.2em;
			font-weight:normal;
			font-style:italic;
			font-size:18pt;
			text-decoration:none;
			
			}
			

#wrap{
width:976px;
background:#009834;
margin:auto;
}
.clearboth{
clear:both;
font-size:0px;
line-height:0px;
height:0px;
}
#maincontent{color:#fff; font-family:arial; }
#maincontent h1{font-size:12pt; letter-spacing:4px;}
#maincontent h3{font-size:11pt; font-weight:bold;}
#maincontent h2{font-size:10pt; font-weight:bold;}
#maincontent p{font-size:10pt;}
#maincontent a{color:#FFFFFF;text-decoration:underline;}

#contact{color:#fff; font-family:arial; padding:8px; }
#contact h1{font-size:12pt; letter-spacing:4px;}
#contact h3{font-size:11pt; font-weight:bold;}
#contact h2{font-size:10pt; font-weight:bold;}
#contact p{font-size:10pt;}
#contact a{color:#FFFFFF;text-decoration:underline;}


img, div, a, input { behavior: url(./iepngfix.htc) }