﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 746px;
	margin: 0 auto;
	background-image: url('../../images/backGrounds/bgEdges.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	margin: 0 10px 0 10px;
	width: 728px;
	overflow: auto;
	height: 150px;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: left;
	width: 562px;
	margin-top: 0;
	margin-right: 8px;
	padding: 0px 0px 0px 8px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 728px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
.style_italic {
	font-style: italic;
}
.fontSize1pt2 {
	font-size: 1.2em;
}
.font1pt4emBold {
	font-size: 1.4em;
	font-weight: bold;
}

.textAlignCenter {
	text-align: center;
}

.font1pt3em {
	font-size: 1.4em;
}

#swfHolder {
	background-color: #808080;
	width: 727px;
	height: 150px;
	position: absolute;
	float: right;
}

#mastHeadWhite {
	position: relative;
	width: 727px;
	height: 150px;
	background-color: #FFFFFF;
}
#mastHeadCenter {
	position: relative;
	background-color: #FF0000;
	margin-left: 260px;
}


#videoHere {
	border: medium groove #000066;
	width: 540px;
	height: 510px;
	background-color: #000066;
	z-index: 1000;
}


#gb-content {
	font-size: .9em;
	position: relative;
	width: 562px;
	margin-right: 8px;
	float: left;
}
#specialAnnouncemnt {
	font-size: 1em;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}


