﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #666666;
}
#page {
	width: 960px;
	margin: 0 auto;
	padding: 5px;
	border-right: 1px #003300 solid;
	border-bottom: 1px #003300 solid;
	border-left: 1px #003300 solid;
	border-top: 1px #003300 solid;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#container {
	width: 930px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px #003300 solid;
	border-bottom: 3px #003300 solid;
	border-left: 1px #C0C0C0 solid;
	border-top: 1px #C0C0C0 solid;
	background-color: #fff;
	margin-top: 10px;
	border-top-color: #C0C0C0;
}
#masthead {
	text-align: center;
	width: 930px;
	padding: 0x;
}
#navigation {
	width: 930px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #333333;
	padding: 0;
	overflow: hidden;
}
#banner {
	background: #666666;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	position: relative;
	float: right;
	width: 930px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
#footer {
	text-align: center;
	clear: both;
	width: 930px;
	border: 1px dotted #d8bfd8;
}
/* Banner Styles */
#banner h2 {
	background: #666666;
	color: #fff;
	background-color: #666666;
}
#banner h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 1px;
	padding: 5px;
	border: 1px solid #fff;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	background-image: url("../images/masthead_bg.gif");
	background-repeat: repeat;}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #003300;
}
#content img {
	padding: 5px;
}
#content sidebar {
	width: 150px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
}
/* Footer Styles */
#footer p {
	background-color: #666666;
	background: #FFFFFF;
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #725972;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


