@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}

#wrap {
	margin: auto;
	width: 1062px;
	overflow: hidden;}

#masthead {
	margin: auto;
	width: 1062px;
	height: 200px;
	background: url('images/banner.gif') no-repeat;}

#topbar {
	margin: auto;
	width: 1062px;
	background-color: black;
	color: white;
	font-size: medium;
	text-align: center;}
	
#navlist li {
	display:inline;
	padding:0 .9em;
	border-right:1px solid #A6201D;}

#navlist li.last {
	border:none;}

#navlist {
	text-align:center;}
	
#navlist a {
	color:white;
	text-decoration:none;}
	
#navlist a:hover {
	color: #A6201D;
	text-decoration: underline;}
	
#container {
	margin: auto;
	width: 1062px;
	background-color: #A6201D;}

#page_content {
	width: 840px;
	float: left;
	color: black;
	background-color: white;}

#right_col {
	width: 222px;
	float: right;
	color: black;
	background-color: #A6201D;
	line-height: 140%;
	padding-bottom: 32767px;
	margin-bottom: -32767px;}
	
#right_col h3 {
	color: white;}
	
#right_col a:link {
	color: white;
	text-decoration: underline;}
	
#right_col a:visited {
	color: white;
	text-decoration: underline;}
	
#right_col a:hover {
	color: black;
	text-decoration: underline;}

#right_col a:active {
	color: black;
	text-decoration: underline;}
	
#footer {
	margin: auto;
	width: 1062px;
	color: white;
	padding: 5px 0 5px 0 ;
	background-color: black;}

#footer p {
	font-size: medium;
	text-align: center; 
	font-weight: bold;
	line-height: 110%;}

#tagline {
	color: white; 
	text-align: center;
	font-size: small;}
	
#tagline a { 
	font-weight: bold;}
	
#tagline a:hover { 
	color: #A6201D; 
	text-decoration: underline }
	
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;}
	
.center{
	text-align: center;}
	
img {
	border: 0px;}

a:link, a:visited, a:active {
	text-decoration: underline; 
	color: #A6201D; }
	
a:hover {
	color: black;}
	
h1 {
	color: #A6201D;
	font-weight: bold;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	line-height: 125%;}
	
h2 {
	color: #A6201D;
	text-align: center;
	line-height: 125%;}
	
ul {
	list-style-type: square;
	padding-left: 40px;
	color: black;}
	
blockquote {
	font-style: oblique;}

body {
	font-family:font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: large;
	background-color: black;
	line-height: 140%;}
