﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
#masthead {
	background-position: left;
	width: 99%;
	overflow: visible;
	background-color: #436C98;
	background-image: url('../images/background.jpg');
	height: 140px;
	background-repeat: no-repeat;
	color: #F5F5F5;
	padding-right: 15px;
}
#page_content {
	position: relative;
	min-height: 100%;
	height: 100%;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #D1E4FA;
}
#sidebar_bottom {
	position: absolute;
	float: left;
	width: 135px;
	background-color: #FFFFFF;
	left: 0px;
	top: 245px;
	margin-left: 5px;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	text-align: justify;
	min-height: 100%;
	height: 100%;
}
#content p{
	margin-bottom: 0px;
}
#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-right: 0;
	background-color: #325884;
	text-align: center;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #638CBB;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #f5f5f5;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #F5F5F5;
	padding: 3%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	background-color: #638CBB;
	font-size: small;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #325884;
	border-bottom: 1px solid #f5f5f5;
	background-color: #E3FAE7;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	color: #F5F5F5;
}
#footer a {
	color: #F5F5F5;
	text-decoration: underline;
}
#footer a:hover {
	color: #F5F5F5;
	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;
}
.style_pic {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 10px;
}
.style_bigletter {
	font-size: x-large;
}
.style_small_letter {
	font-size: xx-small;
}
.style_title {
	font-size: xx-large;
}
.style_subtitle {
	font-size: medium;
}
.style_searchbox {
	text-align: right;
}

