﻿@import url('layout.css');
body {
	border: thin #000000 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #CCFFCC;
	background-attachment: scroll;
}
#container {
	width: 900px;
	margin: 10px auto;
}
#masthead {
	background: #CCFFCC;
	text-align: right;
	width: 698px;
	height: 150px;
	padding-bottom: 0px;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	background-color: #CCFFCC;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #CCFFCC;
	color:#3d6c87
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
/*	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;*/
	background-color: #CCFFCC;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
	font-family: Papyrus;
	font-size: xx-large;
	font-weight: bold padding-right: 10px;
	padding-right: 10px;
}
#masthead h2 {
	font-family: Papyrus;
	font-size: x-Large;
	color: #3d6c87;
	padding-right: 10px;
}
#masthead h3 {
	color: #3d6c87;
	font-family: Papyrus;
	font-size: x-large;
	padding-right: 10px;
}
/* Navigation Styles */
#navigation ul {
	background: #CCFFCC;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #CCFFCC;
	font-size: x-large;
	font-family: Papyrus;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #CCFFCC;
	background-color: #CCFFCC;
}
#navigation a {
	background-color: #CCFFCC;
	background: #CCFFCC;
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 0px;
	border: #CCFFCC;
	font-family: Papyrus;
	font-size: large;
	font-weight:bold;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1 {
	font-family: Papyrus;
	font-size: x-Large;
	font-weight: bold;
	color: #3d6c87;
	padding-top:0px;
}
#content h2 {
	font-family: Papyrus;
	font-size: x-Large;
	font-weight: bold;
	color: #3d6c87;
	padding-top:0px;
}
#content h3 {
	font-family: Papyrus;
	font-size: Large;
	font-weight: bold;
	color: #3d6c87;
}
#content h4 {
	font-family: Papyrus;
	font-size: Medium;
	font-weight:normal;
	color:black;
}
#content h5 {
	font-family: Papyrus;
	font-size: Medium;
	font-weight: bold;
	color: #3d6c87;
}
#content h6 {
	font-family: Tahoma;
	font-size: large;
	font-weight:normal;
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}

/* Footer Styles */
#footer p {
	background: #CCFFCC;
	color: #3d6c87;

}
#footer a {
	text-decoration: none;
	color: #3d6c87;

}
#footer a:hover {
	color: #33627d;
	text-decoration: underline overline;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}