﻿@import url('layout.css');
body {
	font-family: "Arial Narrow";
	font-size: medium;
	color: #000;
	background-color: #FFFFFF;
}
#container {
	width: 780px;
	margin: 0 auto 0 10px;
	background-image: url("../images/backgrnd_body_1.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 760px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	overflow: auto;
	background-image: url('../images/logo4.JPG');
	background-repeat: no-repeat;
	background-attachment: inherit;
}
#sidebar {
	float: left;
	width: 120px;
	position: relative;
	clear: both;
	margin-left: 15px;
	display: inline;
}
#sub_sidebar {
	float: left;
	width: 100px;
	position: relative;
	clear: both;
	margin-left: 20px;
	display: inline;
}

#content {
	float: right;
	width: 590px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 15px;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 756px;
	margin-right: 10px;
	margin-left: 50px;
	padding: 0;
	overflow: auto;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: medium;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 1.2em;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bolder;
	text-decoration: none;
	color: #000080;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #800080;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FFFFFF;
}
/* Styles for Footer */
#footer p {
	font-size: medium;
	color: #fff;
	margin: 3px;
	padding: 2px;
}
#footer a {
	color: #000099;
	text-decoration: underline;
}
#footer a:hover {
	color: #006600;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.Style_Center {
	text-align: center;
}
.masterhead_font {
	font-family: "times new roman", times, sans-serif;
	color: #000000;
	font-size: x-large;
	font-weight: bolder;
	text-transform: capitalize;
}
.mhead_num_color {
	color: #FFFFFF;
}



