﻿@import url("layout.css");
/* origingal width was 630  */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	/* original template background was #67b. Changes color in sidebar background */
	background-color: #506080;
	overflow:scroll;
}
#container {
	width: 700px;
	margin: 0 auto;
	/* original template background was #cdf. Changes color below left menu */
	background-color: #eeeeee; 
}
#masthead {
	text-align: right;
	width: 700px;
	height: 102px;
	overflow: auto;
	/* original template background was #ddb. Changes color behind masthead at top */
	background-color: #eee;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 100px;
	/* original template background was #???. Changes color of menu buttons */
	background-color: #506080;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	/* float: left; */
	padding: 10px 30px 15px 15px;
	overflow: auto; /* original template background was #fff. Changes color behind most text*/; /* background-color: #eeeeee; */;
	margin: 0px;
	position: relative;
	line-height: 18px;
}
#content img {
	border: 1 #000000 solid;
	display: block;
}
#footer {
	clear: both;
	width: 700px;
	/* original template background was #dcb. Changes color in bottom container */
	background-color: #dddddd;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#datatext {
	width: 700px;
	background-color: #dddddd;
	padding: : 15px;
	overflow: hidden;
	text-align: center;
}

#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;
	/* original template background was #cdf. Changes color ???? */
	border: 1px solid #eeeeee;
}
#sidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:small;
	text-decoration: none;
	/* original template background was #04bf. Changes color of menu text */
	color: #eee;
	display: block;
	padding: 5px;
	/* original template background was #f9f9f9. Changes color on bottom border */

	border-bottom: 1px solid #eeeeee;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #506080;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
.padded {
	padding: 10px;
}
/* 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: #506080;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.subhead {
	font-size: large;
	font-weight: bold;
	font-style: normal;
}

#content li {
}
.listhead {
	font: inherit;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}
.pagehead {
	font-family: Arial;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}
.quote01 {
	font-size: small;
	font-style: italic;
}
.reference {
	font-size: small;
	font-weight: bold;
	color: #58657E;
	clip: rect(auto, 8px, 16px, auto);
}
.line_div {
	width: 80%; color:#506080;

}
.line_div_90 {
	
	width: 90%; color#506080;
}