BODY {
	margin: 0px;
	padding: 0px;
	background: #E4E3E3 url(/images/pbk.gif) repeat-y;
}

#logo {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 900px;
	height: 80px;
	background: url(../images/plg.gif) no-repeat;
}

#maintopic {
	position: absolute;
	left: 50px;
	top: 80px;
	width: 900px;
	height: 30px;
	border-top: 1px solid #cdcdcd;
	background: url(/images/pmt.gif) repeat-x;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	left: 750px;
	top: 86px;
	width: 195px;
	height: 30px;
	text-align: right;
	z-index: 100;
}

#youarehere {
	position: absolute;
	left: 50px;
	top: 111px;
	width: 900px;
	height: 30px;
}

#youarehere a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 23px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	font-size: 11px;
	background : url(/images/pmr.gif) no-repeat;
}

#youarehere li a:hover {
	color: #1A28E4;
	background : url(/images/pmra.gif) no-repeat;
}


#maintopic a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	font-size: 10px;
	letter-spacing : 2px;
	background : url(../images/pln.gif) no-repeat right;
}

#maintopic a:hover {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
}

#maintopic a.active {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
	font-weight: bold !important;
	font-size: 11px;
}


#topic {
	position: absolute;
	left: 50px;
	top: 145px;
	width: 199px;
	background-color: #1A28E4;
}

#topic a {
            margin: 0px 0px 0px 0px;
            color: white;
            display: block;
            border-bottom: 1px solid #0A0F46;
           text-decoration: none;
            }
#topic li {
            margin: 0px 0px 0px 0px;
            color: white;
            display: block;
            border-bottom: 1px solid #0A0F46;
            }

#topic li a{
             display: block;
             margin: 0px 0px 0px 0px;
             padding: 6px 6%;
             background-color: #0A0F46;
             font: bold 0.8em /1.0 arial, sans-serif;
             color: white;
             text-decoration: none;
             width: 88%; 
             }

#topic p {
	text-align: center;
}

#topic p a {
	border-bottom: none !important;	
}

#topic a:hover, #topic a.active {
	color: red;
}

#topic h1 {
	padding: 9px 20px 9px 20px;
	background-color: #0A0F46;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	margin: 0px;
}

#eyecatcher {
	position: absolute;
	left: 250px;
	top: 145px;
	width: 700px;
	height: 150px;
	background: url(/images/s2dlogo.jpg) no-repeat;
}

#content {
	position: absolute;
	left: 270px;
	top: 315px;
	width: 460px;
	padding: 0px;
	margin: 0px;
}





