﻿@import url("layout.css");	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/CSBGradient2010.png');
	background-repeat: repeat;
	background-attachment: scroll;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	border-right: 2px #333333 solid;
	border-bottom: 2px #333333 solid;
	border-top: 2px solid #333333;
	border-left: 2px solid #333333;
	background-color: #fff;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-left-width: 3px;
	color: #333333;
}
#masthead {
	text-align: center;
	width: 100%;
	padding: 0px;
	border: none;
	background-image: url("../images/mastheadimage.jpg");	
}
n {
	float: right;
	width: 100%;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#content {
	float: left;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #000000;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url('../images/background.gif');
	text-align: center;
}
#navigation li {
	border-style: 0;
	border-width: 0px;
	padding: 0px 4px 0px 0px;
	margin: 0px 4px 0px 0px;
	float: left;
	list-style-type: none;
	width: 100%;
}
#navigation a {
	margin: 0px 4px 0px 0px;
	font-weight: lighter;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 2px;
	border: none;
	list-style-type: none;
	width: 100%;
}
#navigation a:hover {
	margin: 0px 3px 0px 0px;
	color: #FFFFFF;
	border: none;
	font-weight: bolder;
	background-color: #000088;
	background-image: 00;
}

/* Content Styles */
h6 {
	color: #008000 ;

}
h5 {
	color: #171717 ;
	font-size: 14px;
}
h4 {
	color: #008000 ;
}
h3 {
	color: #128133;
	font-size: 18px;
	margin-top: 0px;
}
h2 {
	color: #008000 ;
}
#content h1 {
	color: #008000 ;
}
#content img {
	padding: 5;
}
/* Footer Styles */
#footer p {
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #008000;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #008000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}