@CHARSET "UTF-8";
/* ------------------------------
|  TOP LEVEL ELEMENTS
|  ------------------------------
*/
html {
	background: white url('../../images/header_bar.png') top left repeat-x;
	font-size: small;
	font-family: Arial,Verdana,Helvetica;
}
a:link, a:visited {
	color: #20446a;
	text-decoration: none;
}
a:hover {
	color: #E45252;
	text-decoration: underline;
}
/* ------------------------------
|  CLASS LEVEL ELEMENTS
|  ------------------------------
*/
.forms {
	border: 1px solid black;
}
.forms:hover, .forms:focus {
	border: 1px solid #790506;
}
.form-errors {
	background: #fbf2ee;
	border: 1px solid #d99;
}
.error-string {
	color: #F20101;
	font-size: 60%;
}
.buttons {
	background: #790506;
	color: white;
}
.nav {
	background: #790506 url('../../images/raf_nav_header.jpg') top left no-repeat;
	float: left;
	width: 164px;
	min-height: 500px;
	padding-top: 50px;
	padding-left: 3px;
	padding-right: 3px;
}
.nav div {
	background: gray;
	padding-left: 10px;
	padding-bottom: 5px;
	color: white;
	font-weight: bold;
	font-size: 85%;
}
.nav ul {
	display: inline;
}
.news-box {
	background: #eee;
	min-height: 80px;
	font-size: 90%;
}
.tcell {
	background-color: #CCFF99;
}
.tcell a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 170px;
	height: 130px;
}
.tcell:hover {
	background-color: #CCFFCC;
}
.tcell:hover a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 170px;
	height: 130px;
}
/* ------------------------------
|  IDENTIFIER LEVEL ELEMENTS
|  ------------------------------
*/
#wrapper {
	background: #790506;
	margin-left: auto;
	margin-right: auto;
	width: 744px;
}
#header {
	background: url('../../images/raf_header.jpg') left no-repeat;
	color: white;
	text-align: center;
	font-size: 180%;
	margin-top: -20px;
	height: 110px;
	padding-left: 10px;
}
#right-panel {
	float: right;
	background: url('../../images/raf_right_panel_bg.png') top center repeat-y;
	font-size: 85%;
	padding: 6px;
	width: 160px;
	min-height: 582px;
}
#right-panel-a {
	float: left;
	background: url('../../images/raf_right_panel_bg.png') top center repeat-y;
	font-size: 85%;
	padding: 6px;
	width: 160px;
	min-height: 582px;
}
#right-panel-b {
	float: left;
	background: url('../../images/raf_right_panel_bg.png') top center repeat-y;
	font-size: 85%;
	padding: 6px;
	width: 15px;
	min-height: 582px;
}
#right-panel-c {
	float: left;
	background: url('../../images/raf_right_panel_bg.png') top center repeat-y;
	font-size: 85%;
	padding: 6px;
	width: 160px;
	min-height: 582px;
}
#content {
	float: left;
	background: white;
	width: 396px;
	min-height: 520px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 30px;
}
#sub-content {
	width: 386px;
	padding: 4px;
}
#top-buttons1 a {
	background: url('../../icons/top_button_light.png') left;
	border-right: 1px solid white;
	float: left;
	color: white;
	font-weight: bolder;
	text-align: center;
	width: 198px;
	height: 21px;
}
#top-buttons1 a {
	padding-top: 4px;
}
#top-buttons1 a:hover {
	background: url('../../icons/top_button.png') left;
	border-right: 1px solid white;
	float: left;
	text-align: center;
	width: 198px;
	height: 21px;
	text-decoration: none;
}
#top-buttons2 a {
	background: url('../../icons/top_button_light.png') left;
	float: right;
	color: white;
	font-weight: bolder;
	text-align: center;
	width: 196px;
	height: 21px;
}
#top-buttons2 a {
	padding-top: 4px;
}
#top-buttons2 a:hover{
	background: url('../../icons/top_button.png') left;
	float: right;
	text-align: center;
	width: 196px;
	height: 21px;
	text-decoration: none;
}
#quote {
	background: white;
	height: 100px;
	text-align: center;
}
#quote-text {
	width: 390px;
}
#footer {
	clear: both;
	background: white;
	text-align: center;
	padding: 10px;
}