﻿@import url(layout.css);
body {
	color: #FF0000;
	font-size: xx-large;
}
#container {
	margin: 0 auto;
	border-top: 0;
}
#masthead {
	text-align: center;
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
	color: #FFFFFF;
}
#navigation {
	border: thin #FFFFFF solid;
	color: #FFFFFF;
}
#column_l {
	text-align: left;
	margin: 0;
	color: #FFFFFF;
	width: 733px;
	text-indent: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#footer {
	text-align: center;
	color: #FFFFFF;
}
/* Styles for Masthead */
#masthead img {
	border: thin;
	float: none;
	vertical-align: middle;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 615px;
}
#navigation li {
	float: left;
}
#navigation a {
	border: inset;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-style: italic;
	font-weight: 600;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-size: large;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: large;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}