		.nextbutton a:link, .nextbutton a:visited
		{
			display: block;
			padding: .2em .5em;
			background-color: #03F;
			color: #fff;
			border: 1px solid #006;
			width: 11em;
			text-decoration: none;
			text-align: center;
		}
		
		.nextbutton a:hover, .nextbutton a:active
		{
			background-color: #fff;
			color: #006;
		}
		
		body
		{
			margin: 0;
			padding: 0;
			font-size: 95%;
			font-family: Geneva,Arial,Helvetica,sans-serif;
			color: #000;
			background-color: #fff;
		}
		
		a:link { color: #036; }
		a:visited { color: #066; }
		
		a:hover, a:active
		{
			color: #fff;
			background-color: #036;
		}
		
p.lv2
	{
	margin-left: 30px;
	}

		div#banner
		{
background-color:#ff9900;
background-image:url(h1a.png);
background-position:center 0;
background-repeat:no-repeat;
color:#000000;
height:91px;
width:100%;
/*
			color: #fff;
			background-color: #333;
			border-bottom: 1px solid #000;
*/
		}
		
		div#banner h1
		{
display:none;
/*

	background: transparent url(h1.png) no-repeat top left; 
	margin-top: 10px; 
	width: 630px; 
	height: 85px; 
	float: left;

			margin: 0;
			padding: .3em 0 .3em .5em;
			font-size: 2.2em;
			font-weight: normal;
*/
		}
		
		div#container
		{
		background-image: url(h1d.png);
		background-repeat: repeat-y;
		}
		
		div#container2
		{
			background-image: url(h1c.png);
			background-repeat: repeat-y;
			background-position: right;
		}
		
		div#navigation
		{
			max-width: 170px;
			min-height: 300px;
			background-image: url(h1b.png);
			background-repeat: repeat-x;
			float: left;
			width: 150px;
			padding-top: 2em;
		}
		
		div#navigation ul
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		div#navigation ul li { margin-top: 4px; }
		
		#navigation ul li a
		{
			display: block;
			width: 135px;
			padding: 3px 5px 3px 10px;
			text-decoration: none;
			font-weight: bold;
			color: #000;
			background-image: url(nav_base.jpg);
			background-repeat: repeat-y;
		}
		
		#navigation ul li a:hover
		{
			color: #fff;
			background-color: #ccc;
			background-image: url(nav_base2.jpg);
			background-repeat: repeat-y;
		}
		
		div#more
		{
			float: right;
			width: 160px;
			margin: 0;
			padding: 2em 10px 0 0;
			color: #000;
			text-align: center;
			font-size: 1.3em;
			font-weight: bold;
		}
		
		div#more h3
		{
			margin-top: 0;
			color: #FFF;
			padding: .2em;
			background-image: url(more_base.jpg);
			background-position: right;
			background-repeat: repeat-y;
		}
		
		div#content
		{
			margin-left: 190px;
			margin-right: 200px;
		}
		
		div#content h2
		{
			font-size: 2em;
			color: #000;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
			text-align: center;
		}
		
		.heavy
		{
			font-size: 1.3em;
			font-weight: bold;
		}
		
		div#content { line-height: 150%; }
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		div#footer
		{
			clear: both;
			padding: .5em 1em;
			font-size: 70%;
			border-top: 1px solid #999;
			text-align: center;
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}

div.box {
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: medium;
/*
	background-image: url(h1b.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	width: 100%;
	min-height: 100px;
*/
	background-color: #FFFFFF;
}
div.box h3 {
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: medium;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: left;
	width: 90%;
	font-size: larger;
}

div.box p {
	margin-left: 30px;
	}

div.box h4 {
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: left;
	width: 50%;
	font-size: medium;
}

div.box h5{
	text-align: left;
	margin-left: 30px;
}

div.icon {	
	background-position: center;
	width: 166px;
	height: 126px;
	float: right;
	clear: left;
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/page/iconbg.png);
	border-color: #FF9900;
	border-style: none;
	border-width: medium;
}



