﻿body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #CCFF99;
	max-width: 900px;
}
#container {
	background: #fff top;
	background-repeat: repeat-y;
	padding: 15px 15px 0 15px
}
/* Styles for Masthead */
#masthead img {
	float: left;
	clip: rect(10px, auto, 0px, auto);
}
#masthead-title {
	font-style: normal;
	font-family: Verdana;
	color: #008000;
	font-weight: bold;
}
	
.Masthead-text{text-align: center}


/* Styles for Navigation */


/* Styles for Content */
h1 {
	color: #965;
	font-size: 1.5em;
}
h2 {
	color: #965;
	font-size: 1.5em;
}
h3 {
	color: #965;
	font-size: 1.25em;
}
h4 {
	color: #965;
	font-size: 1.0em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
.Thumbnail_style {
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	float: left;
}
.Headings-bold {
	color: #996655;
	font-weight: bold;	
}
/* Styles for Footer */

#footer {
	text-align: center;
	background-color: #89a;
	padding: 2px;
}
#footer p {
	color: #fff;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {border: thin none #000000;
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;	
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


