﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS",  Arial, Helvetica,Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #67b;
}
#container {
	margin: 0 auto;
	background-color: #ffcc00;
	width: 775px;
}
#masthead {
	text-align:right;
	overflow: auto;
	background-color: white;
	border-style: solid;
    border-width: 15px 15px 15px 15px;

    border-color: #f8bf24;
    height:230px;
}
#headline {
	text-align: center;
	overflow: auto;	
	background-color: #c0c0c0;
	width: 775px;
	height: 100px;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #ffcc00;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 590px;
	padding: 15px 15px 15px 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 775px;
	background-color: #c0c0c0;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#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 #ffcc00;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	background-color: #000000;

}
#sidebar a:hover {
	font-weight: bold;
	font-size:14pt;
	text-decoration: none;
	color: #f8bf24;
	border-bottom: 6px solid #f8bf24;
	background-color: #404040;
}

/* Styles for Footer */
#footer p {
	font-size: 10pt;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;

}
a:hover {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;

}
a:visited {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;

}


.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

h1 {
	color: black;
	font-weight:bold;
}
h2 {
	color: black;
	font-weight:bold;
	background-color: #f8bf24;
	border-width: medium;
	border-color: #404040;
}
h3 {
	color: black;
	font-weight:bold;

}
h4 {
	color: black;
	font-weight:bold;
	background-color: #f8bf24;
	border-width:medium;
	border-color: #404040;


}
h5 {
	color:black;
	font-weight:bold;
}