﻿
#container {
	margin: 0;
	background: #FDCC12;
	border: 4px #B80101 solid;
	width: 955px;
	margin: 25px auto 10px 25px;
	overflow: hidden;
}
#masthead {
	border-bottom: 3px #000000 solid;
	background-position: left top;
	background-image: url('../images/logo_s.jpg');
	background-repeat: no-repeat;
	text-align: center;
	width: 955px;
	height: 140px;
	float: left;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #E7C287;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 194px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background-color: #CC0000;
	top: 0px;
	left: 0px;
}
#content {
	float: left;
	width: 713px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #FFFC93;
	border: 4px #FF9900 solid;
}
#footer {
	background-position: left bottom;
	text-align: center;
	clear: both;
	width: 952px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FDCC12;
	font-family: Forte;
	font-size: large;
	background-image: url('../images/magic-flute.png');
	background-repeat: repeat-x;
	height: 124px;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #FFFFFF solid;
}
#navigation a {
	color: #FFFFCC;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #FAA505 solid;
	font-family: Forte;
	font-size: large;
}
#navigation a:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
	background-image: url('../images/miniNotes_s.png');
	background-repeat: no-repeat;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
	text-align: left;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #CC0000;
	margin-top: 5px;
}
#footer a {
	color: #CC0000;
	text-decoration: none;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #0053A6;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}