#header {
	width: 900px;
	height: 57px;
	margin: 0px;
	padding: 0px;
	background : url(../images/plog.gif) no-repeat;
	position: absolute;
	rem border: solid 1px #000000;
	top: 0px;
	left: 50px;
}

#maintopic {
	width: 900px;
	text-align: right;
	padding: 4px 0px 6px 0px;
	margin: 0px;
	position: absolute;
	rem border: solid 1px #000000;
	top:33px;
	left: 50px;
}


#htmlheader {
	position: absolute;
	top: 10px;
	left: 250px;
	text-align: right;
	width: 450px;
}

#plaintext, {
	position: absolute;
	top: 10px;
	left: 50px;
	text-align: right;
	width: 890px;
	padding: 0px 10px 0px 0px;
	rem border: solid 1px #000000;
}

#plaintext a {
	text-decoration: none;
	color: #000066;
}
	

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	font-weight: bold;
	text-transform: uppercase;
}

#maintopic li {
	display: inline;
}

#maintopic li a {
	margin: 0px;
	padding: 4px 8px 6px 8px;
	background : #000066 url(../images/pel.gif) no-repeat top left;
	text-decoration: none;
	color: #E6E6E6;
	border-left: 1px solid #ffffff;
}

#maintopic li a img {
	vertical-align : middle;
}

#maintopic li a.sel {
	background-color: #E6E6E6;
	color: #000066;
}

#maintopic li a:hover {
	background-color : #E6E6E6;
	color: #000066;
}

#eyecatcher {
	width: 950px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	rem background-color: #000066;
	background: #ffffff url(../images/pmas.gif) no-repeat 0px 0px;	
	position: absolute;
	rem border: solid 1px #000000;
	top: 60px;
	left: 0px;
}

#topic {
	position: absolute;
	top: 120px;
	left: 50px;
	width: 200px;
	background-color: #E6E6E6;
	padding: 0px 0px 20px 0px;
	margin: 2px 0px 0px 0px;
	rem border-right: 3px dotted #000066;
}

#topic h3 {
	margin: 0px;
	padding: 6px 10px 4px 10px;
	height: 19px;
	background-color: #000066;
	border-bottom: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	color: #ffffff;
	display: block;
	font-size: 100%;
	font-weight: bold;
}


#topic p {
	color: #999999;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 4px 10px 4px 10px;
}

#topic a.topicsel {
	color: #000066;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 4px 10px 4px 0px;
}

#topic p.sub {
	padding: 2px 40px 4px 20px;
}


#topic p a {
	text-decoration: none;
	color: #999999;
}

#topic p a:hover {
	color: #000066;
}

#topic a.subsel {
	color: #000066;
	font-weight: bold;
}

#topic p.common {
	text-align: right;
	rem font-weight: bold;	
	margin: 0px;
	padding: 4px 10px 4px 10px;
}

form.search {
	padding: 10px;
	margin: 0px;
}

form.search input {
	padding: 0px;
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #828282 1px solid;
	width: 150px;
}


#content {
	width: 510px;
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 120px;
	left: 250px;
}

#sidebar {
	position: absolute;
	top: 120px;
	left: 779px;
	width: 150px;
	padding: 10px;
	border-left: 3px dotted #000066;
	rem border-bottom: 1px solid #828282;
	rem background-color: #ffffff;
}

