﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	/**background-color:#E7EEDF;**/
	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:#E7EEDF;
}
#masthead {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	

}
#navigation {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	border-top: solid 2px #363636;
	border-bottom: solid 2px #363636;
	background-color: #8fbc8f;
}
#page_content {
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #feffef;
}
#content {
	position: relative;
	float: left;
	width: 420px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	

}
#sidebar {
	float: right;
	width: 310px;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 15px;
	text-align:justify;
	
}
#footer {
	clear: both;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	
	

}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 0;
	padding: 6px 20px 6px 20px;
	border-right: 1px solid #708090;
	background-color: #8fbc8f;
	font-size: 1.2em;
	font-variant:small-caps;
	font-weight: bold;
	}
#navigation a:hover {
	background-color:#E7EEDF;
	color: #000;
	}
	
/* Content Styles */
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}

	background-color: #ccc;
}
/* Content Styles */
h6 {
	color: #455;
	font-size: small;
	font-style:italic;
	
	}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
#content img {
	padding: 0px;
	border: 0;
}

/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar h6 {
	color: #455;
	font-size: small;
	font-style:italic;
	
	}

#sidebar img {
	float: none;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar li {
	padding-right:15px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #261;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.caption {
	font-size: 0.75em;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}