﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #AAAAAA;
}
#container {
	width: 700px;
	margin: 0 auto;
	padding: 5px;
	background-color: #FFF;
	
}
#masthead {
	text-align: center;
	width: 690px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #2B3541;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;

}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	height: 525px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #000;
}
#mainmenu {
	position: relative;
	float: left;
	width: 129px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #FFF;
}
#contactmenu {
	position: relative;
	float: left;
	width: 129px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #FFF;
}
#images {
	position: relative;
	float: left;
	width: 129px;
	margin-top: 125px;
	margin-bottom: 6px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #000;
	background: #000;
}
#content {
	float: left;
	width: 550px;
	margin-top:15px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
}
#footer {
	text-align: center;
	clear:both;
	width: 698px;
	padding: 1px;
	background-color: #2B3541;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	font-size:50px;
}
#masthead h3 {
	color: #fff;
	font-size:16px;
}
#masthead span.white {
	color: #fff;
	font-family:"Segoe Print";
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 98%;
	display: block;
	margin: 1px;
	padding: 0;
}
#heading {
	color: 	#FFF;
	padding: 5px;
	margin-bottom:2px;
	text-decoration: none;
	background-color: #2B3541;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 2px #000;
	background-color: #FFF;
}
#navigation a.quote {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 2px #000;
	background-color: #FFFF00;
}
#navigation a:hover {
	color: 	#FFF;
	text-decoration: none;
	background-color: #2B3541;
}
/* Content Styles */
#content h1,h2,h3,h5,h6 {
	color: #000;
}
#content h4 {
	color: #FFF;
	font-size:x-Large;
}
#content img {
	padding: 5px;
	border: none;
}
#heading0 {
	color: 	#FFF;
	padding: 5px;
	margin-bottom:2px;
	text-decoration: none;
	background-color: #2B3541;
}
/* Footer Styles */
#footer p {
	color: #FFF;
}
#copyright {
	color: #FFF;
	font-size:xx-small;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
	font-size:10px;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
	font-size:10px;
}
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
