﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: olive;
}
#container {
	width: 1024px;
	margin: 10px auto;
	background-color: gray;
}
#masthead {
	text-align: center;
	width: 1024px;
	height: 120px;
	background-color:  #FFCC55;
}
#page_content {
	float: left;
	width: 1024px;
	position: relative;
	clear: both;
	display: inline;
}

#sidebar {
	float: left;
	width: 324px;
	position: relative;
	clear: both;
	display: inline;
	background-color: silver;
}
#content {
	float: left;
	width: 679px;
	overflow: auto;
	background-color: white;
	position: relative;
    padding: 10px 10px 10px 10px;
   	outline-color:black;
   	outline:#987 outset thin;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 1024px;
	background-color:  #FFCC55;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.1em;
	color: #000;

}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.05em;
	color: #000;

}
h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.0em;
	color: #000;

}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0px;
}
#sidebar li {
	display: block;
	border: 1px solid #989;
}
#sidebar a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 7px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #444;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #444;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
.style_left {
	text-align: left;
}
.style_boldcenter {
	font-weight: bold;
	text-align: center;
}
