﻿@import url('../stylesYellow/layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	background-attachment: scroll;
	background-color: #edb;
	background-position: left top;
	background-repeat: repeat-x;
	color: #06437E;
}
#container {
	width: 100%;
	background-image: url('../images/background/Orange1Largejp.jpg');
	margin-top: 5px;
	border-top: 2px solid #a0522d;
	border-left: 2px solid #a0522d;
	border-right: 2px solid #a0522d;
	border-bottom: 2px solid #a0522d;
	background-color: #fff;
}
#masthead {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: small;
	color: #061A2E;
	
}
#navigation {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_content {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	left: 15px;
}
#content {
	position: top;
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	top: 0px;
	left: 1px;
	color: #7E0202;
}
#sidebar {
	float: right;
	width: 396px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	height: 403px;
}
#footer {
	margin: 2px auto;
	clear: both;
	border-top: 1px solid #a0522d;
	width: 888px;
		text-align: left;
	font-size: small;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #800000;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
	width: 542px;
}
#masthead h3 {
	font-weight: normal;
	color: #800000;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
	width: 161px;
	font-size: small;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #a0522d;

	
}
#navigation a:hover {
	text-decoration: none;
	color: #a0522d;
	background-color: #E3EEF7;
}
/* Content Styles */
h6 {
	color: #061A2E;
	width: 418px;
}
h5 {
	color: #061A2E;
	width: 418px;
}
h4 {
	color: #061A2E;
	width: 418px;
}
h3 {
	color: #061A2E;
	width: 418px;
}
h2 {
	color: #061A2E;
	width: 418px;
}
#content h1 {
	color: #061A2E;
	width: 418px;
}
#content img {
	padding: 5px;
	border: 0px solid #a0522d;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
	font-size: small;
	width: 176px;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer {
	font-size: small;
	font-family: "Microsoft Sans Serif";
	color: #061A2E;
}

}
#footer a {
    font-size: small;
	color: #061A2E;
	text-decoration: none;
}
#footer a:hover {
	font-size: small;
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #06437D;
	text-decoration: none;
	font-size: small;
}
a:hover {
	color: #a0522d;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.skiplink {display:none}
}
