body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#333333;
	margin:0;
	background:url(../images/body.png) top repeat-x #fff;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
}

#wrapper1 {
	background:#cde8fb;
	padding:0;
	width:760px;
	margin:0 auto;
}

#wrapper2 {
	width:740px;
	background:url(../images/wrapper2.jpg) bottom repeat-x #fff;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	padding:0 10px 25px 10px;
}

#nav {
	float:right;
	border:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#yellow {
	border-bottom: solid 4px yellow;
}
#blue {
	border-bottom: solid 4px #2857b5;
}
#green {
	border-bottom: solid 4px green;
}
#red {
	border-bottom: solid 4px #d02e2e;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

#nav li a {
	display:block;
	padding:40px 10px 21px 10px;
	background:#fff;
	color:#444;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom: none;
	margin:0 1px 0 0;
	
	
}
#nav li a:hover {
	background:url(../images/nav_a_hover.jpg) top center no-repeat #fff;
	color:#000;	
}

#header {
	background:url(../images/rc_logo.gif) left bottom no-repeat;
	height: 75px;
}

#header h1 {
	font:2.7em Arial;
	letter-spacing:-1px;
	color:#222;
	float:left;
	padding:30px 20px 14px 45px;

}
#header h1 a {
	color:#222;
	text-decoration:none;
	border:none;
}
#header h1 a:hover {
	color:#000;
}
#header h1 span {
	font-size:.8em;
	color:#ccc;
	text-transform:uppercase;
}

#container {
	clear:both;
	padding:20px 0 0 0;
	min-height:45em;
	height:auto !important;
}

* html #container {
	height: 45em;
}

p.description {
	background:url(../images/description.jpg) right bottom no-repeat;
	height:157px;
}


#sidebar {	
	width:230px;
	float:right;
	background:url(../images/sidebar.jpg) top right no-repeat #fff;
	padding:10px 20px 10px 10px;
	margin:-30px 0 0 0;
}

#sidebar img {
	width:230px;
	height:160px;
	margin:0 0 10px 0;
}

#content {
	margin:0 260px 0 5px;
	padding:10px 20px 0 0;
	background:url(../images/content.jpg) top right no-repeat;
}

#content h2 {
	font:2.2em Arial;
	color:#121212;
	letter-spacing:-1px;
	margin:10px 0;
	border-bottom:2px solid #eee;
	background:url(../images/h2.jpg) bottom left no-repeat;
	clear:left;
}
#content h2 a {
	color:#121212;
	text-decoration:none;
}
#content p {
	margin:15px 0;
	font-size:110%;
	line-height:21px;
}
#terms h2 {
	font:2.2em Arial;
	color:#121212;
	letter-spacing:-1px;
	margin:10px 0;
}
#terms p {
	margin:15px 0;
	font-size:110%;
	line-height:21px;
}
ol.subnav {
	margin:-10px 0 0 -5px;
	padding:0;
}
ol.subnav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ol.subnav a {
	font-weight:bold;
	color:#555;
	border-top:2px solid #fff;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
}
ol.subnav a:hover {
	color:#121212;
	border-bottom:none;
}

ol.subnav .done {
	font-weight:bold;
	color:#555;
	border-top:2px solid #fff;
	display:block;
	padding:5px 17px 5px 5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
	background:url(../images/tick.gif) right no-repeat;
}

ol.subnav .todo {
	font-weight:bold;
	color:#555;
	border-top:2px solid #fff;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
}

#sidebar h2 {
	color:#333;
	margin:10px 0;
	font-size:1.3em;
}

p.news {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}

div #updated {
	background:#33FF00;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #33CC00;
}

.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0;
}
#sidebar ul li a {
	color:#0066dd;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#0033aa;
}

.text {
	padding:5px;
	margin: 3px 7px 3px 0;
	border:1px solid #ccc;
	color:#555;
	width:200px;
}

.bigselect {
	padding:3px;
	margin: 4px;
	width:100px;
	vertical-align:middle;
}

fieldset {
	margin: 12px 0 0 0;
	border: none;
}

.radio {
	margin: 0 5px;
	padding: 0;
	vertical-align:middle;
}
.continue {
	width: 100px;
	margin: 0 0 0 7px;
}

label {
	cursor:pointer;
}

.large {
	font-size:120%;
}

#msg {
	width: 450px;
}

.plist {
	margin: 0 0 15px 0;
}

.plist img {
	margin: 0;
	padding: 0;
}

.plist #year {
	font-size: 16px;
}
.underline {
	border-bottom: 1px dashed #333;
	font-weight: bold;
}

.shade {
	background-color: #eee;
}

.button {
	padding:5px;
	margin: 5px 0;
	color:#555;
	float:right;
	width:150px;
}

.red {
	color: red;
}
.green {
	color: green;
}
#content h3 {
	font:1.8em 'Trebuchet MS';
	color:#555;
	margin:10px 0;
}
blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}

ul {	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
li {
	margin:0 0 0 10px;
	padding:5px;
}
#content img  {
	padding:3px;
	border:none;
}

#ccYear {
	width:60px;
}

#ccMonth {
	width: 90px;
}

#status {
	width: 70px;
}

#keys {
	width: 98px;
}

#paidup {
	width: 69px;
}

a {
	color:#222;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid #ccc;
}

img a {
	border-bottom: none;
}
#footer {
	text-align:center;
	padding:10px;
	margin:30px 0 0 0;
	color:#555;
	width:760px;
	margin:0 auto;
}
#footer a {
	color:#eee;
}