﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background-color: #67b;
	background-image: url('../images/tabbkgnd.jpg');
}
#container {
	background-position: top;
	width: 960px;
	margin: 0 auto;
	background-color: #DDCCBB;
	background-image: url('../images/sle-background.gif');
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	width: 940px;
	overflow: auto;
	background-color: #F2E6B9;
	border-bottom: 1px gray solid;
	margin-left:10px;
}
#sidebar {
	float: left;
	width: 144px;
	background-color: #CCDDFF;
	position: relative;
	clear: both;
	display: inline;
	margin-left:0px;
}
#page_content {
	float: left;
	width: 940px;
	overflow: auto;
	margin-left: 10px;
	position: relative;
	padding: 0px;
}
#content {
	float: left;
	width: 756px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	border-top: 1px white solid;
	margin: 0px;
	clear: both;
	width: 940px;
	background-color: #DDCCBB;
	padding: 0;
	overflow: auto;
	margin-left:10px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
#sidebar li#current {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}
#sidebar li#current:hover {
	font-weight: bold;
	color: #04b;
	margin: 0;
	border: 1px ##f9f9f9 solid;
	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 {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1{
font-family:"Times New Roman","Times New Roman",Times;
font-weight:bold;
font-style:normal;
color:navy;
}
h2{
font-family:"Times New Roman","Times New Roman",Times;
font-weight:normal;
font-style:normal;
color:#996633
}
h3{
font-family:arial,helvetica;
font-weight:normal;
font-style:normal;
color:navy;
}
h4{
font-family:arial,helvetica;
font-weight:normal;
font-style:normal;
}
h5{
font-family:arial,helvetica;
font-weight:normal;
font-style:normal;
}
h6{
font-family:arial,helvetica;
font-weight:normal;
font-style:normal;
}
