﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image:url('../images/bingobg2.gif');
	background-repeat:repeat;
	background-color: silver;
}
#container {
	margin-top: 5px;
}
#masthead {
	width: 980px;
	height:70px;
	margin-right: auto;
	margin-left: auto;
	padding:10px;
	background-color:#90b7f1;
}
#masthead a{
	font-weight: bold;
	font-family: Cambria;
	font-size: xx-large;
	color: #fff;
	text-transform: uppercase;
	text-decoration:none;
	width:500px;
}
#masthead img {
	float:right;
	margin-right: 10px;
	border:0px;
	padding-bottom:5px;
}
#navigation {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-top:1px;
	padding-bottom:1px;
	border-top: 2px solid #CC0066;
	border-bottom: 2px solid #CC0066;	
}
#page_content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color:white;
}
#content {
	position: relative;
	float: left;
	width: 970px;
	padding: 15px;
	text-align: justify;
	background-color:white;
	margin-top:5px;
}
#sidebar {
	float: right;
	width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border: 1px solid #7D7DFF;
	padding:15px;
	background-color:#D0DFFA;
	margin-top:5px;
	margin-right:5px;
}
#footer {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	background-color:white;	
	border-top:5px solid #D0DFFA;
}
/* Masthead Styles */
#masthead h1 {
	position:absolute;
	font-weight: normal;
	font-family: Cambria;
	font-size: xx-large;
	color: #fff;
	text-transform: uppercase;
	top:20px;
}
#masthead p {
	font-weight: normal;
	color: #b22222;
	text-decoration:none;
	font-family: "Segoe Script";
	width:500px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0px;
	padding: 0;
}
#navigation li {
	float: left;
	text-align:center;
}
#navigation a {
	text-decoration: none;
	color: white;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: navy;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}
/* Content Styles */
#content h1,h4,h5,h6 {
	color: #b22222;
}
#content h2 {
	color: #CC0066;
	font-size:large;
}
#content h3 {
	color: #CC0066;
	font-size:small;
}
#content img {
	padding: 5px;
	border:0px;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
	font-size: small;
	text-align:center;
}
#sidebar img {
	float:none;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align:center;
	border:0px;
}
#sidebar ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#sidebar li {
	float: left;
	width:100%;
}
#sidebar h3 {
	font-size:medium;
	color: #191970;
}
#sidebar h4 {
	font-size:small;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.just {
	text-align:justify;
}
.cntr {
	text-align:center;
}
.ban {
	float:left;
	width:130px;
	height:130px;
	text-align:center;
}
.nd {
	float:right;
	width:800px;
	text-align:center;
	margin-top:35px;
}
.row {
	height:130px;
	width:100%;
	border-bottom:2px solid silver;
}
