/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin: auto;
	line-height: 130%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/backgroundimage.gif);
}
#wrapper {
	margin: auto;
	background-color: #FFFFFF;
	max-width: 1260px;
}
#topbar {
	height: 25px;
	background-color: #003366;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
 #navcontainer {
	padding-top: 20px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navcontainer a
{
display: block;
padding: 8px;
width: 159px;
background-color: #357D2B;
border-bottom: 1px solid #B5FF00;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #B5FF00;
color: #fff;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	line-height: 130%;
	color: #003366;
}
h1 {
	font-size: large;
	letter-spacing: 0.1em;
}
h2 {
	font-size: medium;
	letter-spacing: 0.05em;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #663333;
}
a:hover {
	color: #006600;
}
a:active {
	color: #006600;
}

#footer {
	height: 164px;
	background-image: url(../images/rda_footer.jpg);
	font-size: 9px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
