/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #98CACC;
	text-align: center;
}
#wrapper {
	margin: 20px auto;
	position: relative;
	width: 801px;
	text-align: left;
	background-color: #C4E2DA;
	border: 1px solid #FFFFFF;
}
#hedder {
	position: relative;
	width: 799px;
	text-align: center;
	background: #C4E2DA url(../images/RUDAT.gif) no-repeat right top;
}
#hedder img {
	margin-top: 30px;
	margin-bottom: 20PX;
}
#nav {
	position: relative;
	background-color: #C4E2DA;
	width: 220px; 
	float: left;
}
#nav ul {
	margin: 0 0 20;
	padding: 0;
	list-style-type: none;
	font: 16px Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #eee;
}
#nav li
{
display: inline;
/* for IE5 and IE6 */
}

#nav a {
	 width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
	display: block;
	padding: 3px 3px 9px;
	background-color: #B8DED3;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	text-align: left;
	text-decoration: none;
}
#nav a img {
	vertical-align: bottom;
}
#nav a.current {
	background-color: #98CACC;
}
#nav a:link, #nav a:visited {
	color: #210A07;
	text-decoration: none;
}
#nav a:link.current, #nav a:visited.current {
		text-decoration: none;
}
#nav a:hover  {
	color: #b30000;
	background-color: #A8D3CC;
}
#main {
	position: relative;
	float: right;
	background-color: #C4E2DA;
	width: 571px;
}
#main table {
	margin-left: 20px;
	padding: 0;	
}
#main td {
	border: 1px solid #eee;
	background-color: #B8DED3;
}
#main td.alt {
	background-color: #98CACC;
}
#main td.hedder {
	background-color: #003366;
}
#main table p {
	size: 60%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: -1px;
	margin-top: -1px;
}
#main table h5 {
	font: small Georgia, "Times New Roman", Times, serif;
	color: #eee;
	padding-top: 8px;
	padding-bottom: 6px;
	text-transform: uppercase;
	margin-bottom: -1px;
	margin-top: -1px;
}
#main table h6 {
	size: 60%;
	font: medium Georgia, "Times New Roman", Times, serif;
	color: #003366;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: -1px;
	margin-top: -1px;
}
#clearit {
	clear: both;
}
#back {
	background-color:#83B9B9;
	clear: both;
	width: 800px;
	vertical-align: middle;
}
#back ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
}
#back a {
	display: block;
	padding: 4px;
	color: #FFFFFF;
	background-color: #83B9B9;
	text-align: center;
	text-decoration: none;
}
#back p {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#back a:hover {
	background-color: #589090;
}

.intro {
	font: 100% Georgia, "Times New Roman", Times, serif;
}

p {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 20px;
}
#nav p {
	padding: 0px 0px 0px 10px;
}
#nav p a {
	width: 200px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 2px 5px 2px 10px;
}
h1 {
	color: #210A07;
	letter-spacing: 10px;
	word-spacing: 2px;
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 0px 20px;
}
h2 {
	color: #210A07;
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	padding: 0px 20px;
}
h3 {
	color: #210A07;
	font: italic normal 150% Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
	padding: 0px 20px;
}
h4 {
	font: normal 130% Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
	padding: 0px 20px;
}
h5 {
	color: #210A07;
	font: normal 110% Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
	padding: 0px 20px;
}
h6 {
	font: normal 130% Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.runinhed {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #126773;
}
.credit {
	font: normal 55% Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: -10px 0px 0px;
}
#main ul li {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 30px 10px 0px;
	margin-left: 10px;
	list-style: outside;
}
a:link {
	color: #B30000;
	text-decoration: none;
}
a:visited {
	color: #B30000;
	text-decoration: none;
}
a:hover, a:active {
	color: #8AD0BD;
}
a:link img, a:visited img { border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}
