﻿@import url("layout.css");
body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000080;
	background-color: #fffbbb;
}
#container {
	width: 100%;
	height: 100%;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: left;
	background-color: #fffbbb;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #000080;
	color:white
}
#content {
	margin-left: 140px;
	padding-top:0px;
	padding-left:10px;
 	padding-right:10px;
 	padding-bottom:10px;
	background-color: #fffbbb;
}
#footer {
	clear: both;	
	width: 99%;
	overflow: hidden;
	/* background-color: #1A1AFF; */
	background-color: #000080;
	color: #ffffff;
	font-size:small;
		}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}

h2 {
	background-color: #fff;border:1px navy solid}

/*
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black; background-color: #fff;

}
h1 {
	font-family: Arial Black;
}

*/



/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-weight:bold
}
#sidebar li {
	display: block;
	border: 1px solid #fffbbb;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #f5f5f5;
	background-color:#2424FF
}
/* Styles for Footer */
#footer p {
	font-size: small;
	color:white;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color:#FFFF66;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
