﻿/* CSS layout */

#masthead {
	padding: 0;
	height: 119px;
	background-color: #999999;
	width: 90%;
	margin-left: 2%;
}

#banner_left {
	margin: 0px 0px 0px 2%;
	border: none;
	padding: 0;
	height: 119px;
	background-image: url("images/LRC_grey_137.jpg");
	background-repeat: no-repeat;
	background-position: left;
	width: 20%;
	left: 0px;
	position: absolute;
}

#banner_right {
	position: absolute;
	margin: 0;
	padding: 0;
	background-image: url('images/coxed_four_738.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 119px;
	right: 2.5%;
	width: 90%;
}


#top_nav {
	background-color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 18px;
	top: auto;
	margin: 0 2.5% 0 2%;
}

#top_nav ul {
	font: 100% Tahoma;
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	border-style: none;
	float: right;
	border-width: 1px;
	border-color: #FFFFFF;
	padding-right: 12px;
	padding-left: 4px;
	margin-right: 10px;
}
#top_nav a {
	color: #FFFFFF;
	font-family: Tahoma;
	background-color: #D71A1A;
	display: block;
	padding: 0px 7px 0px 7px;
	margin: 0px 5px 0px 5px;
	border-width: 1px;
	border-style: solid;
	font-weight: 600;
	text-decoration: none;
	font-size: small;
}

#top_nav a:hover {
	color: #000000;
	background-color: #D71A1A;
}

body {
	margin:0px;
	padding: 0px;
}

#leftcol {
	background: #D71A1A;
	float: left;
	width: 12%;
	height: 47em;
	color: white;
	margin: 50px 0px 5px 2%;
	padding: 1%;
	display: inline;

}

#leftcol a:link {
	color: #FFFFFF;
	text-decoration:none;
}

#leftcol a:hover {
	color: #000000;
	text-decoration:none;
}

#leftcol a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#rightcol {
	padding: 1%;
	background: #EAEAEA;
	float: right;
	width: 12%;
	height: 47em;
	margin: 50px 2% 5px 5px;
	color: #D71A1A;
	display: inline;
}

#rightcol a:link {
	color: #D71A1A;
	text-decoration: none;
	font-weight: bold;
}

#rightcol a:hover {
	color: #000000;
	text-decoration:none;
}

#rightcol a:visited {
	color: #D71A1A;
	text-decoration:none;
}

#content {
	padding: 2px;
	background: #fff;
	float: left;
	width: 65%;
	height: 48em;
	margin-top: 20px;
	text-align: justify;
	margin-left: 5px;
}
#sponsors {
	margin-left: 0px;
	margin: 0px;
	border: 0;
	background: #fff;
	height: 41px;
	text-align: justify;
	bottom: 0px;
}
#footer {
	margin: 0 2.5% 0 2%;
	background: #000000;
	color: #FFFFFF;
	clear: both;
}

h3
{
	font-family: Tahoma;
	font-size: 18px;
	color: #D71A1A;
	text-decoration: underline;
	text-align: center;
}

h4
{
	font-family: Tahoma;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}

h5
{
	font-family: Tahoma;
	font-size: 18px;
	color: #D71A1A;
	text-decoration: underline;
	text-align: center;
}

h6
{
	font-family: Tahoma;
	font-size:10px;
	color: Black;
}
	
p
{
	padding-right: 2px;
	margin: 10px 0 0 0;
	padding: 0 1px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	float: left;
}

#head2008 {
	padding-right: 5px;
	float: right;
}

.historypagecontent {
	margin: 10px 2% 0 2%;
	float: none;
	width: auto;
	height: auto;
}

