@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #301501;
	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;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #8ead2c;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	font-size: 12px;
}
.oneColFixCtrHdr #interiorDesign {
	font-weight: bold;
	color: #8EAD2C;
	text-align: center;
	padding-top: 5px;
}

.oneColFixCtrHdr #header {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	background-color: #8EAD2C;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	background-image: url(images/background_compass.jpg);
	font-size: 12px;
	color: #03738B;
}
#mainContent h3 {
	font-size: 120%;
	color: #8DAD2C;
}
	

.oneColFixCtrHdr #player {
	background-color: #301501;
	text-align: center;
}
.oneColFixCtrHdr #menu {
	background-color: #05758b;
	height: 40px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColFixCtrHdr #topmenu {
	background-color: #301501;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColFixCtrHdr #blueDesign {
	background:#BEDCDC;
	text-align: left;
	color: #05758B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #05758B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #05758B;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
}
.oneColFixCtrHdr #blueDesign a:link {
	font-weight: bold;
	color: #05758B;
	text-decoration: none;
}

.oneColFixCtrHdr #blueDesign p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/************** .story styles *****************/

.story{
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #03738B;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent table tr td .story p a:hover {
	color: #000;
	text-decoration: none;
}



/************* #siteInfo styles ***************/

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BEDCDC;
	text-align: center;
	font-size: 80%;
	color: #05758B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #05758B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #05758B;
}
.oneColFixCtrHdr #footer a:link {
	font-weight: bold;
	color: #05758B;
	text-decoration: none;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #bottomband {
	color: #000;
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.oneColFixCtrHdr #bottomband  a:link {
	color: #03738B;
	text-decoration: none;
}
.oneColFixCtrHdr #bottomband  a:visited {
	color: #037389;
	text-decoration: none;
}
.oneColFixCtrHdr #bottomband  a:hover {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #bottomband  a:active {
	color: #BEDCDC;
	text-decoration: none;
}

.oneColFixCtrHdr #dbd {
	color: #000;
	font-size: 11px;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-color: #8EAD2C;
}
.oneColFixCtrHdr #dbd  a:link {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #dbd  a:visited {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #dbd  a:hover {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #dbd  a:active {
	color: #BEDCDC;
	text-decoration: none;
}
.mail {
	font-weight: bold;
	color: #03738B;
	height: 240px;
	width: 265px;
	background-image: url(images/newsflash_bg.jpg);
	float: right;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #blueDesign a {
	color: #05758B;
	text-decoration: none;
}
.oneColFixCtrHdr #container #blueDesign  a:hover {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #blueDesign a:visited {
	color: #05758B;
	text-decoration: none;
}
.green {
	color: #360;
}
