body {
	padding: 10px;
	background-color: #C2BD8C;
	font-family: Georgia, serif;
	/*font-family:"Georgia", Verdana, Helvetica, Arial, sans-serif; DDDAB7*/
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 1.3;
}

body a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#bodywrapper, div#bodywrapper {
	position: relative;
	color: #333;
	width: 775px;
	padding: 0px;
	text-align: left;
	margin:0px auto;
	background-color: #ffffff; 
}
#banner {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 18px;
	top: 0px;
	width: 755px;
	height: 164px;
	z-index: 10;
	background: url(../images/rslogo.gif) no-repeat top left;
}

#nav {
	position: absolute;
	left: 230px;
	top: 80px;
	width: 545px;
	height: 50px;
	background: transparent url(../images/top-gray.gif) repeat-x;
	text-indent: 10px;
	font-weight: bold;
	font-family: Verdana;
	color: #817B38;
	z-index: 20;
}

#nav a {
	text-decoration: none;
	color: #817B38;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: underline;
}

#contentbox {
	padding: 120px 220px 20px 110px;
	text-align: justify;
}
#contentbox p {
	line-height: 1.4;
	padding-left: 12px;
}

.box {
	padding-left: 12px;
	background: transparent url(../images/cc.gif) no-repeat 0px 4px;
}

#sidebox {
	border: 1px #999 solid;
	background-color: #eee;
	position: absolute;
	top: 130px;
	right: 22px;
	width: 155px;
	padding: 8px;
}
#sidebox ul {
	padding-left: 10px;
	margin: 5px;
}
#sidebox li {
	list-style-type: square;
}

#rightbox {
	border: 1px #999 solid;
	background-color: #eee;
	margin: 2px;
	margin-bottom: 8px;
	top: 180px;
	right: 22px;
	width: 135px;
	padding: 8px;
}

#rightbox p {
	margin-bottom: 1px;
}

#rightbox a {
	color: #9E9855;
}


#rightbox h1 {
	margin: 0px;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	color: #333;
}

#rightbox h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-indent: 0px;
}

.more {
	margin: 0px;
	height: 20px;
}

.more a {
	display: block;
}

#homelink {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 170px;
	height: 70px;
	line-height: 6;
	text-indent: -9999px;
	background: transparent url(../images/logo_125.gif) no-repeat 75% 0%;
}

#homelink a {
	display: block;
}

td#rightbar {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}
td {
	color: #333;
	text-align:left;
}

/* Curve Banner Header */
h1 {
	font-size: 12px;
	text-indent: -9999px;
}
/* Page Image Header */
#contentbox h2 {
	margin: 0px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 100% 0px;
	border-bottom: 1px #CCC solid;
	font-size: 14px;
}
/* Text Header  Content */
h3 {
	font-weight: bold;
	padding-left: 12px;
	font-size: 12px;
	background: transparent url(../images/cc.gif) no-repeat 0px 4px;
}
/* Sidebar */
h4 {
	margin: 0px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	text-align: center;
}

#contentbox a {
	text-decoration: underline;
	color: #817B38;
	font-weight: normal;
}
#contentbox a:hover {
	color: #333;
}

#contentbox li {
	list-style-type: square;
}

a:hover {
	text-decoration: underline;
}

.tbl {
	border: 1px;
	border-bottom: 1px dashed #aaa;
	padding: 3px;
}

#col {
	z-index: 1;
	border-collapse: collapse;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

th {
	padding: 3px;
	line-height: 1.5;
	background-color: #666;
	color: white;
}

