@charset "UTF-8";
/* CSS Document */

body {
	background: #6c0000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Arial";
	font-size: 1em;
}
.oneColFixCtr #container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/home/home_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #mainContent {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/common/80percent_black.png);
	background-repeat: repeat;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
.imgborder {
	border: 1px dotted #C90;
}
#mainContent h1 {
	color: #F30;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 150%;
	font-weight: bold;
	line-height: 110%;
	text-transform: uppercase;
}
#mainContent h2 {
	font-weight: normal;
	color: #FC0;
	font-size: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-decoration: underline;
}
#mainContent h3 {
	color: #FC0;
	clear: left;
	font-size: 120%;
	line-height: 105%;
	font-weight: normal;
}
#mainContent p {
	line-height: 130%;
	font-size: 100%;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#mainContent p a {
	color: #FC0;	
}
#specialEvents {
	display:none;
}
#specialEvents .contentf div p {
	text-align: center;
	line-height: 110%;
	font-size: 90%;
	color: #CCC;
	margin-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}
#shadow {
	background-image: url(../images/common/gradient_shadow.png);
	height: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
#copyright {
	width: 85%;
	min-height: 80px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/footer_shadow.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 35px;
}
#copyright p {
	font-size: 70%;
	line-height: 140%;
	color: #FC0;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#specialEvents .contentf div h3 {
	margin: 0px;
	color: #FC0;
	text-align: center;
	font-weight: normal;
}
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {
	height:1px;
	margin:0 5px;
	background-color: #600;
}
.b2f {
	height:1px;
	margin:0 3px;
	background-color: #600;
}
.b3f {
	height:1px;
	margin:0 2px;
	background-color: #600;
}
.b4f {
	height:2px;
	margin:0 1px;
	background-color: #600;
}
.contentf {
	background-color: #600;
}
.contentf div {
	margin: 0px;
	padding: 5px;
}
.oneColFixCtr #container #Menu {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
.logoleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 12px;
}
.logoright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
#BreakingNews {
	font-size: 100%;
	color: #FFF;
	background-color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#BreakingNews a {
	color: #FC0;
}
#BreakingNews a:hover {
	text-decoration: none;
	color: #FF9;
}
.bluetabs {
	width:100%;	
}
.bluetabs ul{
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: "Arial";
	font-size: 100%;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.bluetabs li{
	display: inline;
}
.bluetabs li a{
	text-decoration: none;
	color: #CCC; /*THEME CHANGE HERE*/
	font-weight: bold;
	line-height: 150%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}
.bluetabs li a:hover{
	text-decoration: underline;
	color: #FC0;
}
.bluetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
}
.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: underline;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_b{
	position:absolute;
	font-size: 1em;
	top: 0px;
	line-height:18px;
	z-index:100;
	width: 400px;
	visibility: hidden;
	margin-left: 5px;
	margin-top: 5px;
}
.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	text-decoration: none;
	color: #000;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCC;
	border-left-color: #999999;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 2px;
	text-align: left;
	background-image: url(../images/common/95percent_white.png);
	background-repeat: repeat;
	font-size: 135%;
	font-family: "Arial";
}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	text-decoration: underline;
	color: #900;
}
