﻿@import url(layout.css);
body {
	background-position: center top;
	background-color:black;
}
#container {
	position: relative;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#masthead {
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}
#navigation {
	overflow: hidden;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}
#page_content {
	position: relative;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#footer {
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: none;
	margin: 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation table {
	border: 3px groove #C0C0C0;
	background-color: #000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#navigation td {
	border: 3px double #ff0000;
	background-color: #000;
	text-align: center;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#navigation a:hover {
	color: #ff0000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	text-decoration: blink;
}
/* Styles for Content */
}
p {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
a {
	color:red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#page_content a {
	color:red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#page_content a:hover {
	color: #ff0000;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: blink;
}
img {
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	border: 0;
}
h2 {
	font-size: 20px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	color: #FF0000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 15px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
/* Styles for Footer */
#footer table {
	border: 3px groove #C0C0C0;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
}
#footer td {
	border: 3px double #ff0000;
	background-color: #000;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
#footer p {
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#footer a:hover {
	color: #ff0000;
	font-size: 13px;
	text-decoration: blink;
	text-align: center;
}
