body {
	background-color: #c0c0c0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

p { margin: 0 0 1em; }
a { outline: 0; }
a img { border: 0; }

.c { text-align: center; }
.cb { clear: both; }
.fr { float: right; }
.copyright { font-weight: bold; }
.mb { margin-bottom: 10px; }
.pl20 { padding-left: 20px; }
.red, label.error { color: #f00; }
input.error { border-color: #f00; border-style: solid; }

.announcement { font-weight: bold; margin: 35px 0 0 500px; }
.announcement big { font-size: 18px; }
.announcement a { color: white; text-decoration: none; }
.announcement a:hover { text-decoration: underline; }

.message { background-color: white; color: #c00; font-size: 16px; font-weight: bold; padding: 4px 8px; }

#wrapper {
	border: 1px solid #1D5085;
	border-width: 0 1px;
	width: 900px;
	margin: 0 auto 20px;
	text-align: left;
}

.tinymenu {
	float: right;
	padding: 0;
	width: auto;
}
.tinymenu a {
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-left: 8px;
	text-decoration: none;
}
.tinymenu a:hover {
	text-decoration: underline;
}

#header {
	background: #1D5085 url(/images/rdn_header.png) no-repeat left top;
	border-bottom: 1px solid #777;
	height: 95px;
	padding: 5px 10px 0;
}

#content {
	background: white;
	float: left;
	padding: 15px 34px;
	width: 832px;
}
#content .main a {
	color: #1D5085;
	font-weight: bold;
	text-decoration: underline;
}
#content .main a[name] {
	color: #1D5085;
	text-decoration: none;
}

#content .onehalf {
	float: left;
	width: 48%;
}
#content .mr {
	margin-right: 20px;
}
#content .mr10 {
	margin-right: 10px;
}
#content h1 {
	background-color: #cbd9e4;
	color: #1D5085;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 28px;
	margin: 0 0 .75em;
	padding: .5em;
	text-transform: uppercase;
}
#content h2 {
	color: #1D5085;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
}
#content h2.faq {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: .25em;
	text-align: left;
	text-transform: none;
}
#content h3 {
	display: none;
	color: #bbb;
	font-size: 11px;
	font-weight: normal;
	margin: .5em 0 1em;
	text-align: right;
	text-transform: uppercase;
}
#content h3.return {
	display: block;
	float: right;
	font-size: 10px;
	margin: 0;
	padding: 0 10px;
}
#content h4 {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.mainnav {
	margin-top: -7px;
	overflow: auto;
	width: 100%;
}
.mainnav a {
	float: left;
	height: 264px;
	margin: 7px;
	position: relative;
	width: 263px;
}

.insidenav {
	float: left;
	margin-right: 12px;
	width: 263px;
}
.insidenav ul {
	background-color: #f2f2f2;
	border: 2px solid #cbd9e4;
	margin: 12px 0 0;
	padding: 10px 15px;
}
.insidenav li {
	line-height: 25px;
	list-style-type: none;
}
.insidenav a {
	color: #1D5085;
	display: inline-block;
	font-size: 11px;
	text-decoration: none;
}
.insidenav li a {
	display: block;
}
.insidenav a:hover {
	text-decoration: underline;
}
.insidenav big {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}
.insidenav span {
	display: none;
}

.insidenav li.bb {
	border-bottom: 1px solid #B2C1D1;
}

.main {
	background-color: #f2f2f2;
	border: 1px solid #cbd9e4;
	float: left;
	width: 553px;
}

.main table {
	border-collapse: collapse;
	margin: 0 7px;
}
.main table th, .main table td {
	padding: 3px;
}
.main table th{
	vertical-align: bottom;
}
.main p {
	padding: 0 10px;
	text-align: justify;
}
.main p.c { text-align: center; }

.main .loginform {
	background-color: white;
	border: 2px solid #cbd9e4;
	color: black;
	margin: 0 20px 20px;
	padding: 10px;
}

.main form {
	padding-bottom: 10px;
}
.main .loginform form {
	padding-bottom: 0;
}
#content .main .loginform a {
	color: #247;
}
.main label {
	font-weight: bold;
}
.main .loginform label {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
	width: 110px;
}
.main input, .main textarea {
	font-family: Arial,Helvetica,sans-serif;
}

.loginmenu {
	margin-left: 8px;
	position: relative;
}
.loginmenu:hover {
	background-color: #cbd9e4;
}
.loginmenu a {
	margin-left: 4px;
}
.loginmenu:hover a {
	color: #247;
}
.loginmenu div {
	background-color: #cbd9e4;
	display: none;
	padding: 4px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 15px;
}
.loginmenu:hover div {
	display: block;
}
.loginmenu div.bottom {
	bottom: 14px;
	top: auto;
}

/* the next two lines fix the login menu for Safari */
html[xmlns*=""] body:last-child .loginmenu div { top: 15px; }
html[xmlns*=""] body:last-child .loginmenu div.bottom { bottom: 12px; top: auto; }

.loginmenu div a {
	color: #247;
	font-weight: normal;
	line-height: 1.7em;
	margin: 0;
	white-space: nowrap;
}

.ads {
	display: inline-block;
	margin-bottom: 20px;
}
.ads p {
	background-color: white;
	color: #777;
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 3px 6px;
	text-transform: uppercase;
}
.ads div { background-color: white; border: solid white; border-width: 0 1px 1px; clear: both; padding: 10px; }
.ads div.pb { border: solid white; border-width: 1px 1px 0; padding-bottom: 0; }
.ads div.nbt { border-width: 0 1px; }

#footer {
	background-color: white;
	border-top: 1px solid #1D5085;
  border-bottom: 1px solid #1D5085;
	clear: both;
	color: #1D5085;
	font-size: 11px;
	padding: 10px 10px 30px;
}

#footer .tinymenu a {
	color: #1D5085;
}
