﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 950px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 948px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#masthead img {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
}

#content {

	width: 948px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 948px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;

}

/* Content Styles */
#content h1 {
	padding: 1px;
	margin: 1px;
	text-align: center;
	color: #3d6c87;
	font-size: x-large;
}
#content h2 {
	padding: 2px 20px 2px 20px;
	margin: 2px;
	font-size: small;
	font-weight: bold;
	color: #000;	
}
#content h3 {
	padding: 0px 40px 0px 40px;
	margin: 0px;
	font-size: small;
	color: #000;
	font-weight: normal;
}
#content h4   {
	padding: 0px 40px 0px 40px;
	margin: 0px;
	font-size: small;
	color: #000;
	font-weight: normal;
}
#content h5   {
	text-align: center;
	font-size:small;
	color: #000;
}

#content h6 {
	padding: 2px;
	margin: 2px;
	text-align: center;
	font-size: small;
	color: #3d6c87;
}

#content img {
	padding: 5px;
	border: 0px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
/* Footer Styles */
#footer p {
	border-width: 0px;
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
#footer img {
	border-width: 0px;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_menu {
	text-align: center;
	vertical-align: middle;

}
.copyright {
	font-size: xx-small;
	text-align: center;
	color: #666666;
}
.top {
	text-align: center;
	border-style: solid;
	border-width: 0px;
}
.sitemap {
	font-weight: normal;
}
.Link1 {
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 50px;
}
.Link2 {
	text-align: right;
	padding-top: 4px;
	padding-right: 50px;
	padding-bottom: 4px;
}

.co2 {
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	color: #00CC00;
	font-size: small;
	font-weight: bold;
}