﻿@import url("../layout.css");
BODY {font-family: "Gloucester MT Extra Condensed";
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	color:maroon;
	
	
}
	
#container {
	width: 100%;
	height: 100%;
	
	border-right:inherit;
	border-right-color:Scrollbar;
	}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	
	}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	margin-top:50px
	
	
}
#content {
	margin-left: 140px;
	padding: 10px;
	
	
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	

}
#masthead img {
	float: left;
}
#masthead p {
	font-size: xx-large;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Gloucester MT Extra Condensed;
	color: maroon
}
h5 {
	font-family: Gloucester MT Extra Condensed;
	color: maroon
}
h4 {
	font-family: Gloucester MT Extra Condensed;
	color: maroon
}
h3 {
	font-family: Gloucester MT Extra Condensed;
	color: maroon
}
h2 {
	font-family: Gloucester MT Extra Condensed;
	color: maroon
}
h1 {
	font-family: Hobo Std;
	color: maroon
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 2px solid #000;

}
#content a:link {
		color: #00008b;
		
		
}
#content a:hover {
		color: maroon;

}
#content a:visited {
		color: red
}

/* Styles for Footer */
#footer p {
    font-family: Gloucester MT Extra Condensed;
	color: #00008b;
	font-size: x-small;
	text-align: center;
}
#footer a:link {
	color: #5f9ea0;
	text-decoration: underline;
}
#footer a:hover {
	color: #8b4513;
	text-decoration: none;
}
a {
	color: #00008b;
	text-decoration: underline;
}
a:hover {
	color: #8b0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}