﻿@import url("layout.css");
body {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}
#container {
	width: 100%;
	height: 100%;
	background-image: url('../images/content.bmp');
	background-repeat: repeat-y;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: left;
	background-color: #113962;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bolder;
	color: #FFFFFF;
}
#page_content {
	position: relative;
/*	background-image: url('../images/content.png');*/
}
#sidebar {
	position: relative;
	float: left;
	width: 160px;
	background-color: #113962;
}
#content {
	margin-left: 162px;
	height: 100%; 
	padding: 10px;
	background-color: #fff;
}
#footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #113962;
	color: #CCCCCC;
}
#masthead p {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	top: 0px;
	height: 80px;
}
/* Styles for Navigation */
#sidebar p {
	color: #FFFFFF;
	text-align: center;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0 0 4px 0;
	padding: 0;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar li {
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #d3d9d6;
	display: block;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	border-bottom-style: none;
}
#sidebar a:hover {
	margin: 1px;
	border: 1px solid #113962;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	background-color: #cdf;
}
#baner{
	text-align: center;
	margin-top: 16px;
}
#baner a:hover {
	background-color: #113962;
}
/* Styles for Footer */
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #78a;
	text-decoration: underline;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
h3 {
	font-size: 20px;
	margin-bottom: 2px;
	margin-top: 4px;
}
h2 {
	font-size: 24px;
	margin-bottom: 4px;
	margin-top: 6px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
