#content {
	width: 560px;
	padding: 0px;
	margin: 20px 20px 20px 20px;
	float: left;
}

#topic {
	margin: 5px 0px 0px 10px;
	width: 200px;
	padding: 0px;
	float: left;
}

#sidebar {
	width: 150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 0px solid #ff0000;
	text-align: center;
}

#logo {
	width: 100%;
	height: 70px;
	background : #E6E6E6 url(../images/s2dlogo.jpg) no-repeat;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 880px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	color: #ffffff;
	text-decoration: none;
}

#maintopic {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	background: #f9f9f9 url(../images/pmtp.gif) repeat-x;
	height: 32px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic a {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-right: 0px solid #dedede;
	border-left: 0px solid #fdfdfd;
	text-transform : uppercase;
	height: 21px;
}

#maintopic a:hover {
	background-color: #008000;
}

#maintopic a.sel {
	background-color: #008000;
	color: #ffffff;
}

#topic h3 {
	border-top: 0px solid #828282;
	border-bottom: 1px solid #008000;
	background-color: ;
	color: #008000;
	padding: 4px 10px 4px 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform : uppercase;
	margin: 20px 0px 0px 0px;
}

#topic p {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #008000;
	margin: 0px;
        font-size: 10px;	
}

#topic p a {
	text-decoration: none;
	color: #333333;	
}

#topic p a:hover {
	text-decoration: underline;
	color: #008000;	
}

form.search {
	padding: 0px;
	margin: 40px 0px 40px 0px;
}

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;
	background-color: #fcfcfc;
	width: 165px;
	padding: 2px;
	color: #008000}

#footer p {	
        text-align: center;	
        margin: 0px 0px 0px 0px;	
        padding: 0px;	
        width: 100%;	
        line-height: 80%;	
        padding: 0px 0px 0px 0px;
        border-top: 0px solid #808080;
        background-color: transparent;	
        color: #000000;	
        text-decoration: none;
}

#footer a{ 	
        background-color: transparent; 	
        color: #333333; 	
        text-decoration: bold;
}

#footer  a:hover,

#footer  a:focus,

#footer  a:active{
 	text-decoration: bold !important;
        color: #828282;
}

