﻿@import url('layout.css');
body {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color: #000;
}
}
#container {
	width: 100%;
	height: 100%;
	background-color: #C9DBC1;
	color: #000000;
}
#masthead {
	width: 99%;
	overflow: auto;
	text-align: right;
	background-color: #C9DBC1;
	font-family: Calibri;
	margin-right: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0;
}
#page_content {
	background: #CADBC1;
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 160px;
	background-color: #CADBC1;
}
#content {
	margin-left: 160px;
	padding: 10px;
	background-color: #fff;
	color: #000000;
	font-size: small;
	margin-right: 0px;
	z-index: inherit;
	position: relative;
	top: 0px;
	left: 0px;
}
#footer {
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	padding: 5px 5px 5px 5px;
	clear: both;
	width: 623px;
	overflow: hidden;
	background-color: #C9DBC1;
	margin-right: 160px;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	color: #333333;
}
h6 {
	font-family: Verdana, Helvetica, sans-serif;
}
h5 {
	font-family: Verdana, Helvetica, sans-serif;
}
h4 {
	font-family: Verdana, Helvetica, sans-serif;
	h3 { font-family: Verdana;
}
}
h2 {
	font-family: Verdana;
	color: #000080;
}
h1 {
	font-family: Verdana, sans-serif;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
/* change padding-top for space between bars*/
#sidebar li {
	font: icon;
	display: block;
	background-color: #CADBC1;
}
#sidebar a {
	font-weight: bold;
	font: normal normal bold 100% Calibri;
	text-decoration: none;
	color: #000080;
	padding: 4%;
	display: block;
	border: 1px solid #f5f5f5;
	font-size: -1px;
	background-image: url('../images/backgrounds/sidepanel-bg2.jpg');
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #1A74EE;
}
/* Styles for Footer */
#footer p {}
}

.text_left {
	text-align: left;
}
#footer a {}
#footer a:hover {
	color: #1A74EE;
	text-decoration: underline;
}
a {
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	color: #1A74EE;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.style_bold_xsmall {
	font-weight: bold;
	font-size: x-small;
	font-family: Verdana;
}

.text_red {
	color: #FF0000;
}

.text_grey {
	color: #666666;
}
.text_grey_xsmall {
	color: #666666;
	font-size: x-small;
}
.bluetext_bold {
	color: #3399FF;
	font-weight: bold;
}
.bluetext {
	color: #1A74EE;
}

