html, body, #bg1, #bg2 {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	background: black;
	color: black;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #EAC117;
}

a:visited {
	text-decoration: none;
	color: #D4A017;
}

a:active {
	text-decoration: underline;
	color: yellow;
}

a:hover {
	text-decoration: underline;
	color: gold;
}

.rbubble a {
	cursor: pointer;
	text-decoration: none;
	color: blue;
}

.rbubble a:visited {
	text-decoration: none;
	color: navy;
}

.rbubble a:active {
	text-decoration: underline;
	color: red;
}

.rbubble a:hover {
	text-decoration: underline;
	color: blue;
}

/*
#bg1 {
	background: #036 url('img/bg_ul.jpg') fixed top left no-repeat;
}

#bg2 {
	background: transparent url('img/bg_br.jpg') bottom right no-repeat;
}*/

.flashWindow {
	background: transparent ! important;
	margin-top: 5px;
	margin-bottom: 10px;
}

.flashWindow a, .flashWindow a:visited {
	color: gold;
	font-weight: bold;
}

.flashWindow a:hover {
	color: yellow;
}

object, embed {
	margin: 0px;
	padding: 0px;
}

.page {
	width: 950px;
	/*margin: auto;*/
}

.mainImage {
	height: 345px;
	text-align: left;
}

#mainStory {
	min-height: 180px;
	_height: 180px;
}

.mainContainer {
	border: solid 4px silver;
	/*border: solid 4px #5867b0;*/
	background: maroon url('img/maroon_gradient.jpg');
	/*background: navy url('img/bg_navy_grd.jpg');*/
}

.mcHeading {
	position: relative;
	font-family: Impact, sans-serif;
	padding: 3px;
	padding-left; 6px;
	background: silver url('img/silver_gradient.jpg');
	/*background: #5867b0 url('img/bg_navy_hd_grd.jpg');*/
	color: white;
	margin-top: 0px;
	margin-bottom: 2px;
}

.mcHeading h1 {
	margin: 0px;
	padding: 0px;
}

h2, h2 a, h2 a:visited {
	color: gold;
	font-size: 14pt;
}

.heading, .headingSmall {
	font-family: Impact, sans-serif;
	color: red;
	margin-top: 0;
}

.heading {
	text-align: left;
	font-size: 32pt;
	padding-top: 0.25in;
}

.headingSmall {
	text-align: left;
	font-size: 36pt;
	padding-top: 0.18in;
}

li img {
	vertical-align: text-bottom;
}

#mainImage {
	width: 610px;
	height: 340px;
}

/*.toolbar {
    margin-bottom: 10px;
    border-bottom: solid 1px #369;    
}*/

.toolbar ul {
    padding: 0;
    margin: 0;
    /*margin-bottom: 5px;*/
}

.toolbar li {
    display: inline;
	margin-right: 5px;
}

.bubble, .rbubble {
	_height: 65px;
	min-height: 65px;
	/*padding: 5px 10px;*/
}

.bubble {
	padding: 5px 10px;
}

.bubble, .bubblefl {
	width: 66%;
}

.bubblefl {
	padding: 5px 10px;
	height: 54px;
}

.rbubble, .rbubblefl {
	margin-right: 7px;
	float: right;
	width: 28%;
	clear: right;
	color: black;
	background: white;
}

.rbubblefl {
	height: 24px;
}

.rbubble h2, .rbubble h3, .storySide h2, .storySide h3 {
	font-weight: lighter;
	font-family: Impact, sans-serif;
	text-transform: uppercase;
	padding: 2px 4px;
	color: white;
	margin-top: 0px;
	background: black url('img/silver_gradient.jpg');
/*	background: black url('img/bg_navy_hd_grd.jpg');*/
}

.rbubble p {
	padding: 5px 10px;
}

.bubble {
	font-size: 11pt;
	color: white;
}

.bubblefl, .rbubblefl {
	margin-bottom: 10px;
}

.horztable th {
	text-align: right;
	font-weight: normal;
}

.footer {
	clear: both;
	padding-top: 12px;
	margin-bottom: 16px;
	border-top: 1px solid white;
}

.footer a {
	border: 1px solid #ffc;
	padding: 4px;
	color: white;
}

.footer a:hover {
	border: 1px solid #ffc;
	padding: 4px;
	color: yellow;
}

.footer a:visited { color: white; }

.warning {
	border: 2px solid #911;
	background: #ffe;
	color: #911;
    padding: 5px;
}

.stories {
	/*border-collapse: collapse;*/
	border-spacing: 4px;
	width: 100%;
}

.stories img {
	width: 180px;
}
.stories th, .stories td {
	vertical-align: top;
	width: 33%;
}

.stories th {
	background: black;
	text-align: center;
}

.stories td {
	/*border-left: 4px solid black;*/
	padding: 4px;
}

.stories td p {
	margin: 0px 0px 10px 0px;
}

.stories td h4 {
	margin: 0px 0px 5px 0px;
	color: gold;
}

/* Menu Stuff */
.menuBar {
	background: black url('img/mbm_gradient.jpg');
/*	background: black url('img/bg_bnb_grd.jpg');*/
	font-size: 11px;
	font-weight: bold;
	color: white;
	border-top: solid 1px maroon;
/*	border-top: solid 1px blue;*/
	text-align: right;
	padding-bottom: 3px;
}

.menuBar a {
	color: white;
}

.menuBar a:visited {
	color: white;
}

.menuBar a:active {
	color: yellow;
}

.menuBar a:hover {
	color: gold;
	text-decoration: none;
}

.topMenu {
	color: white;
	background: white;
	clear: left;
	margin-bottom: 10px;
	padding: 5px;
	display: none;
}

.topMenu a, .topMenu a:visited {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	border: 1px solid white;
	border-right: 1px solid #369;
	padding: 1px 15px 1px 10px;
}

.topMenu a:hover {
	color: blue;
	border: 1px solid #369;
	text-decoration: none;
	background: lemonchiffon;
}

.topMenu a:active {
	background: yellow;
}

/* Java Script Actions */

.jsAction {
	cursor: pointer;
	text-decoration: none;
	color: gold;
}

.jsAction:active {
	text-decoration: underline;
	color: lemonchiffon;
}

.jsAction:visited {
	text-decoration: none;
	color: olive;
}

.jsAction:hover {
	text-decoration: underline;
	color: yellow;
}

a img {
	border: 0px;
}

.bred, .placeholder {
	border: 1px solid red;
}

.placeholder {
	background: green;
}
