body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#efefef;
	font:0.75em Verdana, Helvetica, sans-serif;
}

#wrapper {
	width:827px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	border:1px solid #ff9900;
	background-color:#fff;
}

.clear {
	clear:both;
}

td {
	padding:5px;
}
 
#header {
	width:827px;
	height:169px;
	background-image:url(pix/rps_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:20px;
}

/*----------- LEFT CONTENT ----------*/

#left-content {
	float:left;
	width:175px;
	margin-right:25px;
}

#left-content ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

#left-content ul ul {
	margin:5px 0 0 0;
	padding:0;
}

#left-content ul li {
	border-top:1px solid #ff9900;
	padding:5px 5px 5px 0;
}

#left-content ul ul li {
	border-top:1px solid #ff9900;
	padding:5px 5px 5px 25px;
	background-image:url(pix/arrow_sub_menu_item.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#left-content ul a, #left-content ul a:visited {
	text-decoration:none;
	color:#666666;
}

#left-content ul a:hover {
	text-decoration:underline;
}

#left-content h2 {
	font-size:1em;
	color:#fff;
	background-color:#ff9900;
	padding:10px;
	margin-top:10px;
	margin-bottom:8px;
}

#left-content a, #left-content a:visited {
	text-decoration:underline;
	color:#666666;
}

/*---------- CENTER CONTENT ----------*/

#center-content {
	width:450px;
	float:left;
	line-height:1.5em;
	color:#666666;
}

#center-content p {
	margin:15px 0 15px 0;
	padding:0;
}

#center-content h1 {
	font-size:1.8em;
	color:#ff9900;
	font-weight:100;
	font-family:"Trebuchet MS", Arial, Verdana;
	margin-top:0;
	line-height:1em;
}

#center-content h2 {
	font-weight:bold;
	font-size:1em;
}

#center-content h3 {
	font-size:1em;
	font-weight:bold;
	border-bottom:1px solid #333;
}

#center-content h6 {
	font-weight:bold;
	font-size:1em;
	font-style:italic; 
	color:#fff;
	padding:10px;
	background-color:#333333;
}

#center-content h6 a, #center-content h6 a:visited {	
	color:#fff;
	text-decoration:none;
}

#center-content h6 a:hover {
	text-decoration:underline;
	color:#fff;
}

#center-content a, #center-content a:visited {
	color:#FF6600;
}

#center-content a:hover {
	color:#333;
}

#center-content ul {
	list-style:url(pix/centercontent_li_bullet.gif);
}

#center-content ul li {
	margin-bottom:7px;
}

/*--------- WIDE CENTER CONTENT ---------*/

#center-content-wide {
	width:600px;
	float:left;
	line-height:1.5em;
	color:#666666;
}

#center-content-wide p {
	margin:15px 0 15px 0;
	padding:0;
}

#center-content-wide h1 {
	font-size:1.8em;
	color:#ff9900;
	font-weight:100;
	font-family:"Trebuchet MS", Arial, Verdana;
	margin-top:0;
	line-height:1em;
}

#center-content-wide h2 {
	font-weight:bold;
	font-size:1em;
}

#center-content-wide h3 {
	font-size:1em;
	font-weight:bold;
	border-bottom:1px solid #333;
}

#center-content-wide h6 {
	font-weight:bold;
	font-size:1em;
	font-style:italic; 
	color:#fff;
	padding:10px;
	background-color:#333333;
}

#center-content-wide h6 a, #center-content-wide h6 a:visited {	
	color:#fff;
	text-decoration:none;
}

#center-content-wide h6 a:hover {
	text-decoration:underline;
	color:#fff;
}

#center-content-wide a, #center-content-wide a:visited {
	color:#FF6600;
}

#center-content-wide a:hover {
	color:#333;
}

#center-content-wide ul {
	list-style:url(pix/centercontent_li_bullet.gif);
}

#center-content-wide ul li {
	margin-bottom:7px;
}

#center-content-wide th {
	background-color:#ff9900;
	color:#fff;
}

/*--------- RIGHT CONTENT ----------*/

#right-content {
	float:right;
	width:150px;
}

#right-content h2 {
	font-size:1em;
	color:#fff;
	background-color:#333;
	padding:10px;
	margin-top:0;
	margin-bottom:8px;
}

#right-content ul { 
	margin:0;
	padding:0;
	list-style:none;
}

#right-content ul li {
	 margin-bottom:8px;
	 background-color:#efefef;
	 padding:10px;
}

#right-content ul a, #right-content ul a:visited {
	color:#333;
	display:block;
}

#right-content ul a:hover {
	color:#FF6600;
}

#right-content a, #right-content a:hover {
	color:#FF9900;
}
	

/*---------- FOOTER ----------*/

#footer {
	width:100%;
	height:40px;
	border-top:1px solid #ff9900;
}

#footer a, #footer a:visited {
	color:#ff9900;
	text-decoration:underline;
}

#footer a:hover {
	color:#FF6600;
}

.footer-left {
	float:left;
	padding:10px;
}

.footer-right {
	float:right;
	padding:10px;
}

/*--------- MISC ----------*/

.news-byline {
	border-bottom:1px dashed #ccc;
	width:100%;
	padding-bottom:5px;
	margin-top:-8px;
}
	