@charset "utf-8";

body, html {
	margin:0;
	padding:0;
	}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, img {
	margin:  0;
	padding: 0;
	}


body {
	background: #777;
	}

#container {
	width: 1000px;
	margin: 0px auto;
}
#header {
	margin:0;
	text-align:center;
	width:1000px;
	height: 200px;
	background-image: url(images/layout/rjs-banner2d.jpg);
	}

#wrapper1 {
	position:relative;
	text-align:left;
	width:1000px;	
	background:#FFF;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:1000px;
	background:url(images/layout/leftcolor_bg.gif) repeat-y left top;
	}
#maincol {
	position:relative;
	margin:0;
	}
#leftcol {
	position:relative;
	float:left;	
	width:150px;
	background:#dad4d7;
	z-index:100;
	}

#leftcol ul {
	
}
#leftcol li {
	
}
#nav1 {
}

#nav1 ul{
	list-style: none;
	margin: 0px;
	padding-left: 21px;
	padding-top: 7px;
}

#nav1 li{
	line-height: 1.5em;
	font-weight: bold;
	font-size: 1.2em;
}
#nav1 a:link {
	text-decoration: none;
	color: #00F;
}
#nav1 a:visited {
	text-decoration: none;
	color: #00F;
}

#nav1 a:hover {
	color: #FFF;
}



#centercol {
	position:relative;
	float: left;
	width: 836px;
	padding: 7px;
	}
#centercol h1 {
	padding-bottom: .7em;
}

#centercol p {
	padding-top: 0em;
	padding-bottom: 1em;
}
.newsimage {
	margin: 7px;
}

#centercol table ul {
	margin-left: 21px;
}


#spread {
	clear: both;
	position: relative;
}

#footer {
	position:relative;
	clear:both;
	text-align: center;
	background: #153F11;
	color: #FFF;
	}
