﻿@import url("layout2.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	margin-top:10px;
	border-top: 0;
	border-bottom: 0;
}

#masthead {
	text-align: right;
	background-color: #036;
	width: 800px;
	padding-bottom:3px;
}
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}

#navigation {
	background-color: #545454;
}
#content {
	width: 778px;
	margin-bottom: 10px;
		background-color: #fff;
	border: 1px solid;
	padding: 10px;
		

}
#head {
	width: 780px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:transparent;
}

#maptab{
	border: none;
	background-repeat: no-repeat;
}
#maptab img{ 
border:none;
	
}

#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px solid;
	background-color: #036;
	color:white;
	}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
#navlogo
{
 position:relative;	
}
/* Navigation Styles 
 
*/
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
#content a {
	color: #402640;
	text-decoration: underline;
	border: none;
}
#content a:hover {
	color: #402640;
	text-decoration: none;
}
#content map img{
	border:none;
	text-decoration:none;
	color:none;
}

/* Footer Styles */
#footer p {
	color: white;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	font-size: x-small;
}
.blackborder
{
	border: 1px black solid;
}


