﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:gray;
	text-align:center;
}

#container
{
	width: 800px;
	margin: 10 auto;
	padding: 10px;
	background-color: #fff;
	text-align:left;
}

#masthead {
	text-align: center;
}

#navigation {
	float: left;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	float: left;
	width: 690px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px dotted #CCCCCC;
	background-color:#dddddd
}

#FooterCopyright {
	font-size: xx-small;
}

/* 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 #000080;
	background-color: #FFFFFF;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	/*border-bottom: 1px dotted #fff;*/
	/*background-color: #9ed5ff;*/
	/*background-color: #6CA3FD;*/
	background-color:#ffffbb;
	border-bottom-style: none;
}

#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}

#content h1 {
	color: #503750;
}

#content img {
	padding: 5px;
}

/* Footer Styles */
#footer p {
	color: #444444;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}

a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
