﻿@import url("layout.css");
body {
	font-family: "veranda, arial, helvetica, sans-serif";
	font-size:x-large;
	font-size: x-large;
	background-image:url('../images/blue-band.jpg');
	
}
#container {
	width: 100%;
	height: 100%;
	
	
}
#masthead {
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	overflow: auto;
	text-align: center;
	
}
#page_content {
	position: relative;
}
#sidebar {
	border: none;
	margin: 40px 0 0 0;
	position: relative;
	float: left;
	width: 120px;
	
}
#content {
	margin-left: 125px;
	
	
	
}
#footer {
	margin: 0 0 0 20px;
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%; 
	position: relative;
}

#masthead img {
	float: none;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: "veranda, arial, helvetica, sans-serif";
}
h5 {
	font-family: veranda, arial, helvetica, sans-serif;
}
h4 {
	font-family: veranda, arial, helvetica, sans-serif;
}
h3 {
	font-family: veranda, arial, helvetica, sans-serif;
}
h2 {
	font-family: veranda, arial, helvetica, sans-serif;
}
h1 {
	font-family: veranda, arial, helvetica, sans-serif;
}
/* Styles for Navigation */
#sidebar ul {
	border: none;
	list-style-type: none;
	width: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: inline-block;
	border: none;    
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: list-item;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #00FF00;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	font-size: medium;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	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;
}

