﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#layer1 {
	width: 100%;
	z-index: 100;
}
#layer2 {
	width: 100%;
	z-index: 50;
	top: 157px;
}
#masthead {
	margin: 0px auto 0px auto;
	width: 900px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 130px;
}

#page_content {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 425px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 2%;
	margin-top: 5%;
}
#sidebar {
	float: left;
	width: 400px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 2%;
	margin-top: 5%;
}
#sidebar2 {
	float: left;
	width: 500px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	padding: 20px;
	margin: 0px auto 10px auto;
	width: 900px;
	text-align: left;
	background-color: #b9cfa1;
	background-image: url("../images/background2.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
}

/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: inherit;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #000000;
	margin-top: 1%;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#table1 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	empty-cells: hide;
}
/* Navigation Styles */



/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #000000;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: small;
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}