﻿@import url("layout.css");

body {
	font-family: Segue UI, Arial, sans-serif;
	font-size: medium;
	background-color:white;
}
#container {
	width: 100%;
	height: 100%;
	background-color: white;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	color:white;
	background-color: black;
}
#page_content {
	position: relative;
	color:black;
	background-color:white
}
#sidebar {
	position: relative;
	float: left;
	width: 192px;
	background-color: #0060FF;
	padding-top:10px;
	font-size:14pt;
}
#content {
	margin-left: 183px;
	padding: 0 0px 10px 9px;
	color:black;
	background-color:white;
}
#section_title {
	background-color: #cde;
	color:white; 
	font-size: xx-large; 
	height:46px	
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	color:#2F4F4F;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 8px;
	display: block;
	border-bottom: 1px solid white;
}
#sidebar a:hover {
	padding-bottom: 7px;
	border-bottom: 2px solid #00FF00;
}

/* Styles for Links */
a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: green;
	text-decoration: underline;
}
a:visited {
	color: purple;
	text-decoration: underline;
}