#content {
	width: 540px;
	padding: 0px;
	position: absolute;
	top: 120px;
	left: 250px;
}

#sidebar {
	width: 150px;
	padding: 0px;
	position: absolute;
	top: 135px;
	left: 840px;


}

#logo {
	width: auto;
	height: auto;
	background : #FFFFFE url(../images/s2dlogo.jpg) no-repeat;
}


#plaintext {
	position: absolute;
	top: 138px;
	left: 857px;
	text-align: right;
	width: 70px;
	z-index:501;
}

#plaintext a {
	color: #338BA9;
	text-decoration: none;
}


#plaintext a:hover {
	color: #000000;
}

#nav {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 33px 0px 0px 0px;
	background: #ffffff url(../images/pmtp.gif) repeat-x;	
	top: 80px;
	left: 0px;
	height: 49px;
}	
	
.maintopic {
	position: absolute;
	margin: 0px;
	padding: 33px 0px 0px 235px;
	top: 80px;
	left: 0px;
	height: 49px;
	z-index: 500;
}

.maintopic ul {
	list-style-type: none;
	padding: 0px;
}

.maintopic li {
	display: inline;

}

.maintopic a {
	display: block;
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 0px 15px 0px 8px;
	text-decoration: none;
	font-family : Arial, Verdana, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	margin: 0px 0px 0px 8px;
	text-transform: none;
	height: 11px;
}

.maintopic a:hover {
	color: #BED0DE;
}

.maintopic a.sel {

	color: #BED0DE;
}



.common {
	position: absolute;
	top: 89px;
	left: 0px;
	text-align: left;
	width: 200px;
	z-index: 750;
}	

.common a {
	display: block;
	float: left;
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
	font-family : Arial, Verdana, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	margin: 0px 0px 0px 8px;
	text-transform: none;
}


.common a:hover {
	color: #000000;
}

.common a.sel {
	color: #000000;
}

#topic {
	position: absolute;
	top: 150px;
	left: 20px;
	width: 190px;
	padding: 0px;

}


#topic h3 {
	border-top: 0px solid #24B0DF;
	border-bottom: 1px solid #24B0DF;
	color: #22227C;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 20px 0px 0px 0px;
}

#topic p {
	padding: 8px 0px 4px 10px;
	border-bottom: 1px solid #24B0DF;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #333333;	
}

#topic p a:hover {
	text-decoration: none;
	color: #22227C;	
}



form.search {
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 6003;
}


form.search input {
	margin: 0px;
	vertical-align: middle;
}

input.search {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	position: absolute;
	top: 138px;
	left: 20px;
	width: auto;
	height: 15px;
	padding: 0px 0px 0px 0px;
	background: #ffffff url(../images/images/psearch.gif) no-repeat;	
	color: #22227C;
	z-index: 5002;
}

