@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	text-align: center;
	font-weight: normal;
}
a:link {
	COLOR: #990000;
}
a:visited {
	COLOR: #A19FA1;
}
a:hover {
COLOR: #FF0000;
}
a:active {
COLOR: #00FF00;
}

#wrapper {
	text-align: left;
	width: 650px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navbar {
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


#navbar ul
{
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a
{
	background-color: #E8E8E8;
	color: #000000;
	text-decoration: none;
	float: left;
	padding: 0.2em 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

#navbar ul li a:hover
{
	background-color: #D48D49;
	color: #FFFFFF;
}

#navbar ul li#active a
{
	background: #D48D49;
	color: #FFFFFF;
}
#navbar ul li#active a:hover
{
	color: #FFFFFF;
	border-color: #D48D49 #fff #fff #ccc;
	background-color: #E3B688;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 50px;
	background-image: url(../images/rjBarGray.png);
	border: thin solid #990000;
	clear: both;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}

#rightColumn {
	float: right;
	width: 530px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navleft {
	float: left;
	width: 100px;
	background-color: #FFFFFF;
}
#navleft ul
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navleft ul li a {
	background-color: #E8E8E8;
	color: #000000;
	padding-top: 0.2em;
	padding-right: 1.5em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	width: 55px;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#navleft ul li a:hover {
	background-color: #DE39DF;
	color: #FFFFFF;
}
#navleft ul li#active a
{
	background: #DE39DF;
	color: #FFFFFF;
}
