﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#container {
	width: 630px;
	margin: 0 auto;
	background-color: #cdf;
}
#masthead {
	text-align: center;
	width: 630px;
	overflow: auto;
	background-color: #6677BB;
}
.schetitle {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font-size: x-large;
}
.schedata {
	text-align: center;
	font-weight: normal;
	font-size: medium;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 446px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 630px;
	background-color: #DDDDBB;
	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;
}
/* 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;
}
/* 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:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.indent {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	margin-left: 40px;
}
.headingunderline {
	border-color: #FFFFFF #FFFFFF #F07A08 #FFFFFF;
	border-width: medium;
	border-style: none none solid none;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: lighter;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	margin-top: 10px;
}
.depttitlewul {
	border-bottom: medium solid #DDDDBB;
	font-weight: bold;
	text-align: left;
	font-size: large;
	color: #000000;
	margin-left: 0px;
	border-left-width: medium;
	border-right-width: medium;
	border-top-width: medium;
	font-family: "Baskerville Old Face";
	border-bottom-style: none;
	text-indent: 15px;
}
.depttitlewoul {
	border-bottom: medium none #DDDDBB;
	font-weight: bold;
	text-align: left;
	font-size: xx-large;
	color: #FF0000;
	border-left-width: medium;
	border-right-width: medium;
	border-top-width: medium;
	margin-left: 15px;
	font-family: "Times New Roman", Times, serif;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.depheadings {
	border: thin solid #F07A08;
	font-weight: bold;
	text-align: left;
	font-size: large;
	color: #F07A08;
	margin-left: 15px;
	background-color: #DDDDBB;
	height: 25px;
	font-family: "Times New Roman", Times, serif;
	text-indent: 15px;
}
.depheadingsCenter {
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	font-size: medium;
	color: #009933;
	margin-left: 15px;
}
.paragraphsingle {
	margin: 0px 5px 0px 15px;
	text-align: left;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
}
.paragraphsiglecenter {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #000000;
	margin-left: 15px;
	background-color: #FFFFFF;
}

