﻿/* CSS layout */
body {
	margin: 0px;
}
#masthead {
	background-position: center;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	height: 230px;
	background-color: #252525;
	background-repeat: no-repeat;
}
#heading {
}
#logo {
}

#top_nav {
	height: 45px;
	background-color: #990000;
	text-align: left;
	vertical-align: middle;
}
#navtext a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
}
#navtext a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
#navtext a:hover {
	color: #FFFF66;
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
#container {
	position: relative;
	width: 100%;
	background-color: #ADA890;
	background-image: url('../RR_images/gradient31974661.png');
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 410px;
}
#page_content {
	border-top-color: #284E57;
	border-bottom-color: #284E57;
	border-left: 1px solid #747A8C;
	border-right: 1px solid #747A8C;
	padding: 10px;
	margin-right: 200px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-color: #284E57;
	border-style: inset;
	border-width: thin;
}
#right_col {
	width: 186px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 10px;
	height: 255px;
}

#footer {
	border-left: thin none #737B91;
	border-right: thin none #737B91;
	border-top: thin solid #737B91;
	border-bottom: thin solid #737B91;
	padding: 10px;
	border-color: #284E57;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 700;
	background-image: url('../images/footerback.jpg');
}
h3 {
	font-family: "Book Antiqua";
	font-size: x-large;
	font-weight: bold;
	color: #990000;
	text-align: center;
	right: 0px;
}

