﻿@import url("layout.css");
body {
	font-family: Calibri;
	font-size: 0.8em;
	color: #000000;
	background-color: #004779;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}
#masthead {
	text-align: right;
	width: 1000px;
	height: 165px;
	overflow: hidden;
	background-color: #004779;
}
#sidebar {
	float: left;
	width: 200px;
	padding-top: 15px;
	padding-left: 10px;
	background-color: #fff;
	position: relative;
	display: inline;
}
#content {
	float: left;
	width: 759px;
	border: 0px;
	padding: 15px;
	overflow: hide;
	background-color: #fff;
	margin: 0px;
	position: relative;
}

#buttons {
	float: left;
	text-align: left;
	width: 1000px;
	border: 0px;
	overflow: hidden;
	background-color: #ffffff;
}


#footer {
	
	width: 1000px;
	background-color: #004779;
	padding: 0;
	overflow: hidden;
	margin-top: 0px;
}
#masthead img {
	float: left;
	border: 0px;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none; 
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #fff;
}
#sidebar img {
Border: 0px;
Padding: 5px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}

/* Styles for Navigation */


#content img {
	display: block;
	border: 0px;
	margin: 5px; 
}

#content a {
	color: #0044BB;
	text-decoration: none;
}

#content a:hover {
	color: #FF0000;
	text-decoration: none;

}


/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: 0.9em;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #FFFF99;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

h1 {
	font-family: calibri;
	color: navy;
	font-size: x-large;
}

h2 {
	font-family: calibri;
	color: #000;
	font-size: large;
}

h3 {
	font-family: calibri;
	color: navy;
	font-size: medium;
}

h4 {
	font-family: calibri;
	color: white;
	font-size: large;
}


h6 {
	font-family: calibri;
	color: navy;
	font-size: xx-small;
}




