﻿@import url("layout.css");
body {
	background-attachment: scroll;
	background: #29385B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #F3C272;
}
#container {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	background-color: #29385B;
	color: #F3C272;
}
#masthead {
	b text-align: center;
	width: 100%;
	padding: 10px;
	border: 3px #F3C272 outset;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #29385B;
	color: #F3C272;
}
#navigation {
	border-bottom: medium;
	border-bottom-color: #F3C272;
	border-left: medium;
	border-left-color: #F3C272;
	border-right: medium;
	border-right-color: #F3C272;
	border-top: medium;
	border-top-color: #F3C272;
	border: medium outset #F3C272;
	background: #29385B;
	position: relative;
	float: left;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #F3C272;
	font-weight: normal;
}
#content {
	float: left;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #29385B;
	color: #F3C272;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	background-color: #29385B;
	color: #F3C272;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation a {
	background-color: #29385B;
}
#navigation th a:hover {
	font-style:italic;
	background-color: #29385B;
	color: #F3C272;
	font-weight:bold;
	font-size:12pt;
text-decoration:underline;
}
#navigation th a{
	font-style:italic;
	background-color: #29385B;
	color: #F3C272;
	font-weight:lighter;
	font-size:12pt;
}
#navigation table{
	width: 10%;
	left: 1px;
	top: -7px;
	border: 2px groove #FFFF00;
	font-family: "Trebuchet MS";
	font-size: inherit;
	font-weight: normal;
	font-style: italic;
	color: #F3C272;
	background-color: #29385B;
}
}
/* Content Styles */
h6 {
	background-color: #29385B;
	color: #F3C272;
}
h5 {
	background-color: #29385B;
	color: #F3C272;
}
h4 {
	background-color: #29385B;
	color: #F3C272;
}
h3 {
	background-color: #29385B;
	color: #F3C272;
}
h2 {
	background-color: #29385B;
	color: #F3C272;
}
#content h1 {
	background-color: #29385B;
	color: #F3C272;
	font-size: large
	}
#content img {
	padding: 5px;
	background-color: #29385B;
	color: #F3C272;
}
#content a {
	background-color: #29385B;
	color: #F3C272;
	text-decoration: none;
}
#content a:hover {
	background-color: #29385B;
	color: #F3C272;
	text-decoration: underline;
}

/* Footer Styles */
#footer p {
	background-color: #29385B;
	color: #F3C272;
}
#footer a {
	background-color: #29385B;
	color: #F3C272;
	text-decoration: none;
}
#footer a:hover {
	background-color: #29385B;
	color: #F3C272;
	text-decoration: underline;
}
a{
	background-color: #29385B;
	color: #F3C272;
	text-decoration: none;
}
a:hover {
	background-color: #29385B;
	color: #F3C272;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}