﻿.x
{

}
import url("layout.css");
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
h2 {
	font-size: large;
}
h1 {
	font-size: x-large;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 820px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #5a7371;
	border-bottom: 2px solid #5a7371;
	border-left: 2px solid #5a7371;
	background-color: #98b3b2;
}
#masthead {
	text-align: center;
	width: 820px;
	padding: 0px;
	
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #5a7371;
}
#content {
	float: left;
	width: 670px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color:white;
}
#largecontent {
	float: left;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color:white;
}
#footer {
	text-align: center;
	clear: both;
	width: 818px;
	border: 1px dotted #bfd9d7;
}
/* Masthead Styles */
#masthead h1 {
	color: #26403e;
}
#masthead h3 {
	color: #26403e;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #b8dedc;
	background-color: #b8dedc;
}
#navigation a {
	color: #26403e;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #57b2b1;
}
#navigation a:hover {
	color: #26403e;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #374f4e;
}
#content img {
	padding: 5px;
	border: 1px solid #26403e;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #374f4e;
	text-decoration: underline;
}
#footer a:hover {
	color: #26403e;
	text-decoration: none;
}
a {
	color: #26403e;
	text-decoration: underline;
}
a:hover {
	color: #3a9893;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
}
