body
{
	color: #000;
	background-color: #fff;
	margin: 25px 0 25px 0;
	padding: 0;
}

p, ul
{
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size: .9em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
	text-align: justify;
}

h1
{
	font-family: Verdana, Lucida, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #036;
	line-height: 1.5em;
}

h2
{
	font-family: Verdana, Lucida, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #036;
	line-height: 1.1em;
}

.secondrow
{
	background-color: #036;
	color: #fff;
	font-size: 13px;
	font-family: Verdana, Lucida, Arial, sans-serif;
	font-weight: bold;
	padding: 2px;
}

.quotehead
{
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-weight: bold;
	color: #036;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

.indent
{
	font-style: oblique;
	margin-left: 4px;
}

#logoarea
{
	background-color: #fff;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

img {
	border: 0;
	}

#rnrbox
{
	border: dotted 1px #000;
	padding: 5px;
	background-color: #e7f3ff;
}

#rnrbox p
{
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size: .8em;
	line-height: 1.3em;
	text-align: left;
}

#navlinks
{
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size: .8em;
	font-weight : bold;
	text-align: right;
	/*padding: 3px;*/
	padding: 3px 0px 5px 3px;
	position: relative; /*this should do it*/
}

#navlinks a
{
	text-decoration : none;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 3px;
}

#navlinks a:hover
{
	background-color: #e7f3ff;
	color: #036;
}

#leftlink
{
	border-left: solid 1px #000;
}

#maincontent
{
	padding-left: 25px;
}

#contenttable
{
	padding-top: 25px;
}

#footer
{
	margin-top: 25px;
	padding: 10px;
	border: solid 1px #ccc;
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size: .8em;
	line-height: 1.2em;
}

#copyright
{
	padding: 10px;
	font-family: times;
	font-size: .8em;
	font-style: oblique;
	color: #000;
	text-align: center;
}