#header {
	width: 900px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background : url(../images/pheader.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 50px;
}

#maintopic {
	width: 900px;
	text-align: right;
	padding: 4px 0px 6px 0px;
	margin: 0px;
	position: absolute;
	top: 60px;
	left: 50px;
}

#plaintext, #htmlheader {
	position: absolute;
	top: 10px;
	left: 850px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	text-decoration: none;
	color: #006931;
}
	

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic li a {
	margin: 0px;
	padding: 4px 8px 8px 8px;
	background : #FED000 url(../images/pel.gif) no-repeat top left;
	text-decoration: none;
	color: #006931;
	border-left: 1px solid #ffffff;
}

#maintopic li a img {
	vertical-align : middle;
}

#maintopic li a.sel {
	background-color: #E9AF03;
}

#maintopic li a:hover {
	background-color : #006931;
	color: #ffffff;
}



/*#eyecatcher {
	width: 900px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background : #E9AF03 url(../images/peye.jpg) no-repeat 50px 0px;	
	position: absolute;
	top: 84px;
	left: 0px;
}*/

#eyecatcher, #eyecatcher2, #eyecatcher3, #eyecatcher4, #eyecatcher5, #eyecatcher6, #eyecatcher7, #eyecatcher8, #eyecatcher9, #eyecatcher10, #eyecatcher11 {
   width: 900px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background : #E9AF03 url(../images/peye.jpg) no-repeat 50px 0px;	
	position: absolute;
	top: 84px;
	left: 0px;
} 

#eyecatcher {
   background : #ffffff url(../images/peye.jpg) no-repeat top left;
}

#eyecatcher2 {
   background : #ffffff url(../images/peye2.jpg) no-repeat top left;
}

#eyecatcher3 {
   background : #ffffff url(../images/peye3.jpg) no-repeat top left;
}

#eyecatcher4 {
   background : #ffffff url(../images/peye4.jpg) no-repeat top left;
}

#eyecatcher5 {
   background : #ffffff url(../images/peye5.jpg) no-repeat top left;
}

#eyecatcher6 {
   background : #ffffff url(../images/peye6.jpg) no-repeat top left;
}

#eyecatcher7 {
   background : #ffffff url(../images/peye7.jpg) no-repeat top left;
}

#eyecatcher8 {
   background : #ffffff url(../images/peye8.jpg) no-repeat top left;
} 

#eyecatcher9 {
   background : #ffffff url(../images/peye9.jpg) no-repeat top left;
}

#eyecatcher10 {
   background : #ffffff url(../images/peye10.jpg) no-repeat top left;
}

#eyecatcher11 {
   background : #ffffff url(../images/peye11.jpg) no-repeat top left;
}


#topic {
	position: absolute;
	top: 234px;
	left: 50px;
	width: 200px;
	background-color: #FED000;
	padding: 0px;
	margin: 0px;
}

#topic h3 {
	margin: 0px;
	padding: 6px 10px 4px 10px;
	height: 19px;
	background-color: #FED000;
	border-bottom: #E9AF03 1px solid;
	color: #006931;
	display: block;
	font-size: 100%;
	font-weight: normal;
}


#topic p {
	text-align: right;
	margin: 0px;
	padding: 4px 10px 4px 10px;
}

#topic p.sub {
	padding: 2px 40px 4px 10px;
}


#topic p a {
	text-decoration: none;
	color: #006931;
}

#topic p a:hover {
	color: #E9AF03;
}

form.search {
	padding: 10px;
	margin: 0px;
}

form.search input {
	padding: 0px;
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #E9AF03 1px solid;
	width: 150px;
}


#content {
	width: 510px;
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 264px;
	left: 250px;
}

#sidebar {
	position: absolute;
	top: 264px;
	left: 781px;
	width: 220px;
	padding: 0px;
	/*border-left: 1px solid #E9AF03;
	border-bottom: 1px solid #E9AF03;*/
	background-color: #006529;
}

