﻿@import url("layout.css");
body {
	font-family: Verdana;
	font-size: small;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #333366;
}
#masthead {
	width: 100%;
	background-color: #333366;
	overflow: hidden;
}
#page_content {
	position: relative;
}
#sidebar {
	background-color: #333366;
	position: relative;
	float: left;
	width: 150px;
	height: auto;
}
#content {
	background-color: #ffffff;
	background: #D5D5AA;
	margin-left: 150px;
	padding-right: 0;
	padding-left: 10px;
	padding-top: 2px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #333366;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Verdana;
	font-weight: bold;
}
h5 {
	font-family: Verdana;
	font-weight: bold;
}
h4 {
	font-family: Verdana;
	font-weight: bold;
}
h3 {
	font-family: Verdana;
	font-weight: bold;
}
h2 {
	font-family: Verdana;
	font-weight: bold;
}
h1 {
	font-family: Verdana;
	font-weight: bold;	
}
/* prevents borders around images that are links */
img {  
  border-width:0px;
}


/* Styles for Navigation */
#sidebar ul {
	list-style-type: block;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.8em;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a1b1c2;
	background-color: #333366;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	color: #fff;
	margin-left: 150px;
	padding: 2px;

}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
a {
	color: #333366;
	text-decoration: underline;
}
a:hover {
	color: #333366;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


