@charset "UTF-8";
/* CSS Document */

.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #900;
	width: 50%;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 5px;
	line-height: 20px;
}
.sidebar {
	background-color: #900;
	width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	line-height: 24px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
}
.sidebar a {
	color: #FFF;
	text-decoration: none;
}
.sidebar a:hover {
	color: #000;
	text-decoration: underline;
}
.sidebarCurrentPage {
	color: #FFF;
	text-decoration: underline;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
.navbar a {
	color: #666;
	text-decoration: none;
}
.navbar a:hover {
	color: #900;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	color: #900;
	text-decoration: underline;
}
.legalFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	line-height: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.legalFooter a {
	color: #666;
	text-decoration: none;
}
.legalFooter a:hover {
	color: #900;
	text-decoration: underline;
}
.SocialMediaLinks {
	background-image: url(files/images/MediaLinksBGround.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 100%;
	background-color: #900;
}
.bodyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	text-align: justify;
	padding: 20px;
	width: 58%;
	line-height: 20px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #900;
	line-height: 22px;
}
.bodyRight a {
	color: #900;
	text-decoration: none;
}
.newsHeadlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: left;
}
.bodyRight .newsHeadlines a {
	color: #333;
	text-decoration: none;
}
.newsByline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
}
.bodyLeft {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	width: 220px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 20px;
}
.FAQheaders {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;
	color: #900;
}
.networksTable {
	text-align: center;
}
