﻿@import url(layout.css);
body {
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
	line-height: normal;
}
#container {
	background-color: #000000;
	margin: 0 auto;
	color: #FFFFFF;
}
/* Styles for Masthead */
#masthead img { 
	border-width: 0px;
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #800000;
}
/* Styles for content */
}#column_l {
	float: left;
}
#column_r {
	float: left;
}
#column_l p {
	color: #C0C0C0;
	margin-top: 0px;
	margin-bottom: 18px;
}
#column_l h2 {
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 18pt;
}
#column_r p {
	color: #C0C0C0;
	margin-top: 0px;
	margin-bottom: 18px;
}
/* Styles for Image */
img {
	border-width: 0;
}
#caption p {
	font-size: 11px;
	color: #C0C0C0;
	margin-top: 0px;
}
/* Styles for Footer */
#footer {
	text-align: center;
	background-color: #800000;
	padding-top: 1px;
	padding-bottom: 1px;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #C0C0C0;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.style_bold {
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
}
.style_italic {
	font-style: italic;
}
.style_boldlink {
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
}
.style_boldlink:hover {
	color: #990000;
	text-decoration: underline;
}
.style_arrow {
	font-family: Arial;
	color: #990000;
}
.float_right {
	float:right;
}
