﻿@import url("forms.css");

/* Declare body first of all */
body {
	text-align:center;
	background:#414142 url(images/bg_grid.jpg);
	font:normal 62.5% 'Trebuchet MS','Times New Roman', Georgia, serif;
	color:#414142;
	margin:0;
}
p {
	font-size:1.4em;
	line-height:150%;
}
/* Container */
#container {
	margin:20px auto;
	width:800px;
	background:white url(images/ra_container_bg.gif) top left repeat-y ;
	border:1px gray solid;
	padding:0;
	}
/*Elements of Header*/	
#masthead {
	background:url(images/ra_header.gif) no-repeat;
	height:162px;
	text-align:left;
	margin:0;
	border-top:1px #414142 solid;
}
h1 {
	width: 603px;
	height: 83px;
	position:relative;
	top:25px;
	left:10px;
	color:white;
	}
h1 span {
	background: url(images/ra_h1.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}
/*Properties for Main Content*/
h2 {
	font-family:"Copperplate Gothic Bold", "Arial Black", Helvetica, sans-serif;
	font-size:1.9em;
}
h3 {
	font-size:1.7em;
}
#mainContent {
	float:right;
	display:inline;
	width:600px;
	text-align:left;
	min-height:350px;
}
hr {
	text-align:left;
	width:95%;
}
#mainContent img {
	float:left;
	margin:0px 0 10px 0;
}
#mainContent p {
	padding-right:10px;
}
/*Properties for Sidebar*/
#sidebar {
	float:left;
	width:177px;
	display:inline;
	}
#sidebar ul {
	padding:15px 0 0 0;
	list-style-type:none;
	font-family:"Copperplate Gothic Bold", "Arial Black", helvetica, sans-serif;
	font-size:1.8em;
	color:white;
	margin:0;
	width:172px;
}
#sidebar li {
	padding:5px 0;
	border-top:1px #787fb3 solid;
	border-bottom:2px #414142 solid;
}
#sidebar ul a:link, #sidebar ul a:visited, #sidebar ul a:active {
	color:white;
	text-decoration:none;
}
#sidebar ul a:hover {
	color:#787fb3;
}
/*Properties for Footer*/
#footer {
	clear:both;
	background:url(images/ra_footer.gif) bottom left no-repeat;
	height:194px;
	padding-top:25px;
	}
#footer p {
	margin-left:177px;
	margin-top:40px;
}
.highlight{
	font-family:"Copperplate Gothic Bold", "Arial Black", Helvetica, sans-serif;
	font-size:1.5em;
}
h5 {
	margin:20px 0px 20px 177px;
	font-size:1.4em;
}
h5 a:link, h5 a:visited, h5 a:active {
	color:#414142;
	text-decoration:none;
}
h5 a:hover {
	color:#787fb3;
	text-decoration:underline;
}
img {
	border:0;
}
a:link, a:visited, a:active {
	color:#787fb3;
}
a:hover {
	color:#4c4c6c;
}

