﻿@import url("layout.css");
body
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #000;
    background-color: #FFFFFF;
}
#container {
	width: 852px;
	margin: 0 auto;
	background-color: #cdf;
	height: 745px;
}	
#con01
{
	width: 910px;
	margin: 0 auto;
	
	height: 0 auto ;
}

#masthead
{
	text-align: right;
	width: 853px;
	overflow: hidden;
	background-color: #0066CC;
	height: 119px;
}

#content {
	float: left;
	width: 450px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	top: 7px;
	left: 6px;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 685px;
	background-color: #dcb;
	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
{
	float: left;
	width: 179px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
	top: 5px;
	left: 2px;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a
{
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	padding: 0px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}

#footlegal
{
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	table-layout: fixed;
	text-align: left;
	width: 855px;
	background-image: url('../Images/news-back.gif');
}

/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	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;
}
