﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
table {
	table-layout:auto; width:90%;
	border-collapse:collapse;
	font-size:medium;
	empty-cells: show;	
}
thead th {
border: solid thin #569cde;
}
tbody th{
border: solid thin;
border-color: #569cde;
}
td {
border: solid thin #569cde;
}
#footer {
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	width: 646px;
	margin: 0 auto;
	background-image: url("../images/container.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #569cbe;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #569cbe;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #b9bd9c;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 1.0em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	
}
#breadcrumb  {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#AFD1D4 ;
}
/* 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 #fff;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 8px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;#569CBE
	border-bottom: 1px solid #f2f2f2;
	background-color: #B9BD9C;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #000000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for Content */
h1 {
	color: #569cbe;
	font-size: 1.5em;
}
h2 {
	color: #569cbe;
	font-size: 1.25em;
}
h3 {
	color: #569cbe;
	font-size: 1.0em;
}
h4 {
	color: #569cbe;
	font-size: 0.75em;
}
.style_christmas {
	color: #006666;
}