.allfloat {
	background: White;
	border: 2px solid #000000;
	border-width: 0 1px;
	margin: 0 10px;
}
* html .allfloat {
	w\idth: auto;
	width: 100%;
}
/*** This provides a hacked width of '100%' only to IE5.x/win ***/	
p {
	margin: 0; 
	padding: 10px;
}
/*** If vertical margin is applied here, browsers may vary. ***/
.hd1, .foot {
	background: transparent;
	border-top: 1px solid #000000;
	clear: both;
	font-family: verdana, sans-serif;
	font-size: 1em;
	margin: 5px;
	padding: 1px 0 3px 3em;
}
/*** The vertical (top and bottom) padding is for Op6, to make it show the 
	link underline seperate from the header bottom border. A typical text variation. ***/ 
.foot span {
	font-weight: normal;
}
.allfloat {
	position: relative; /*** 'relative' is on this element to fix the IE6 bug. ***/
}
.float-wrapper {
	float: left;
	position: relative;
	width: 83%;
}
.sidebar {
	background-color: #C6D8F8; /*** 'relative' is here also to fix the IE6 bug. ***/
	float: right;
	padding: 5px 5px 10px 5px;
	position: relative;
	width: 15.5%;
	border: 1px solid black;
	
}

.sidebar p {
	background: transparent;
	margin: -10px;
}
.sidebar a {
	text-decoration: none;
}
.left {
	float: left;
	width: 16%;
}
.main {
	
	float: right;
	width: 83%;
	background-image: url(image/bg.png);
}

body {
	background-color: White;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

div.img {
	position: absolute;
	clear: both;
	margin: 10px;
}

h1 {
	font-size: 200%;
	letter-spacing: 3px;
	margin: 0;
	padding: 0.66em 0 0.33em 0.5em;
}

h2 {
	background: transparent;
	font-size: 133%;
	margin: 0;
	padding: 0 0 0 0.5em;
}

.form1 {
	background: transparent;
	left: -3px;
	position: absolute;
	top: 84px;
	width: 80px;
}

.left p {
	background: transparent;
}

.main p {
	line-height: 1.66;
	margin: 0.5em 0.5em 0.5em 0;
}

.nav {

	background-color: #C6D8F8;
	border: 1px solid #000000;
	font-size: 11px;
	}

.nav a {
	border-top: 1px solid #808080;
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-align: right;
	text-decoration: none;
}

.nav a:hover {
	background: Yellow;
}

.nav h4 {
	background: Blue;
	color: #FFFFFF;
	margin: 0;
	padding: 0.25em 0 0.125em 0;
	text-align: center;
}
.top
{
width: 100%;
background-color: Blue;
color: White;
padding: 0 0 5px 0;
border: 1px Blue;
margin-bottom: 5px;
}
ol, dl, li {
margin-right: 20px;
margin-left: 20px;
}
h3 {
padding-left 10px;
}