﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	background-image: url('../images/wbcblue.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border-top: 1px solid #000000;
	width: 920px;
	margin: 0 auto;
	padding: 0px 10px 10px 10px;
	border-right: 4px #000000 solid;
	border-bottom: 4px #000000 solid;
	border-left: 1px solid #000000;
	background-color: #fff;
	min-height: 475px;
}
#masthead {
	text-align: center;
	width: 98%;
	padding: 10px;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	font-size: 75%;
	position: relative;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	top: 300 px;
}
#content {
	float: left;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	font-size: 75%;
	border-top: 1px dotted #d8bfd8;
	text-align: center;
	clear: both;
	width: 750px;
	margin-left: 150px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	background: url('../images/bt1children.jpg');
	display: block;
	margin: 0px;
	border: 3px #FFFFFF solid;
}
#navigation a {
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	color: #fff;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	background: url('../images/bt2children.jpg');
}
/* Content Styles */
h6 {
	color: #366899;
}
h5 {
	color: #366899;
}
h4 {
	color: #366899;
}
h3 {
	color: #366899;
}
h2 {
	color: #366899;
	font-size:160%
}
#content h1 {
	color: #366899;
}
#content img {
	padding: 0 0 10px 10px;
	float: right;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
}
a:hover {
	color: #402640;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


/* Four Columns Styles */

#wrapper {
	margin: 0 auto 0 auto;
	width: 770px;
	text-align: center;
	font-size: 75%;

}
#outerleftcolumn {
	color: #000;
	background: #FFFFFF;
	margin: 10px 6px 5px 0px;
	padding: 10px 0px 10px 0px;
	height: 400px;
	width: 35px;
	float: left;
}
#leftcolumn {
	color: #333;
	border: 1px solid #ccc;
	background: #FFF8F2;
	margin: 10px 6px 5px 0px;
	padding: 10px;
	height: 400px;
	width: 156px;
	float: left;
}
#leftmiddle {
	color: #333;
	border: 1px solid #ccc;
	background: #FEE8D3;
	margin: 10px 6px 5px 0px;
	padding: 10px;
	height: 400px;
	width: 156px;
	float: left;
}
#rightmiddle {
	color: #333;
	border: 1px solid #ccc;
	background: #FFF8F2;
	margin: 10px 6px 5px 0px;
	padding: 10px;
	height: 400px;
	width: 156px;
	float: left;
}
#rightcolumn {
	color: #333;
	border: 1px solid #ccc;
	background: #FEE8D3;
	margin: 10px 0px 5px 0px;
	padding: 10px;
	height: 400px;
	width: 150px;
	float: left;
}
.clear { float: left; width: 1px;
}