﻿@import url("layout.css");
body {
	background-color: #FC5012;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#masthead {
	width: 900px;
	background-color: #FFFFFF;
	height: 143px;
	background-image: url('../Misc/Top_Bar.jpg');
	background-repeat: no-repeat;
}
#sidebar {
	float: left;
	width: 230px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	display: inline;
	background-image: url('../Misc/Side_Bar.jpg');
	height: 380px;
	background-repeat: no-repeat;
	text-align: right;
	line-height: 27px;
}
#content {
	float: right;
	width: 670px;
	margin-top: 0;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	text-align: justify;
	top: 0px;
	left: 0px;
	font-family: Verdana;
	font-size: medium;
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	padding: 0;
	overflow: auto;
	background-color: #FC5012;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: medium;
}
#masthead img {
}
#masthead p {
	font-size: 0.8em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
#sidebar a {
	text-decoration: none;
	outline: none;
	outline-style: none;
	text-align: right;
	font-family: Verdana;
	font-size: 14px;
	color: #FC5012;
	font-weight: bold;
}
#sidebar a:hover {
	text-decoration: none;
	color: #0000FF;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.PageContent1 {
}
.Editable Content {
	font-family: Verdana;
	font-size: medium;
}

