﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 775px;
	margin: 10px auto 40px auto;
	clear: Both;
	display: block;
	background-color: #efffb5;
}
#container {
	
	padding: 0;
	border: 0;
}
#masthead {
	text-align: center;
	width: auto;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#pagecontent {
	background-color: #fff;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}
#navigation {
	position: relative;
	float: left;
	width: 140px;
	background-color: #efffb5;
	margin: 0;
	padding: 0;
	clear: both;
	display: inline;

}
#content {
	overflow: auto;
	position: relative;
	float: right;
	width: 612px;
	padding: 10px;
	
	background-color: #fff;
	margin: 0;

	height: inherit;
}
#footer {
	text-align: center;
	clear: both;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #ced784;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation p {
	
	padding: 2px;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}

h5 {
	color: #3d6c87;
}

h4 {
	color: #3d6c87;
}

h3 {
	color: #3d6c87;
}

h2 {
	color: #3d6c87;
	margin-top:0px;
}

#content h1 {
	color: #3d6c87;
}

#content h1 {
	font-size:medium;
	margin-bottom:4px;
}
#content h2 {
	font-size: small;
	margin-bottom:0px;
	margin-top:10px;
	
	
} 
#content p {
	margin: 0px;
	text-indent: 8px;

}
#content img {
	padding: 0;
	border: 1px solid #808080;
	padding-top: ;
	margin-top: 10px;
}
.PicCap {
	font-family: "Arial Rounded MT Bold";
	text-align: center;
	width:300px;
}


/* Footer Styles */
#footer p {
	color: #731418;
	margin-top: 1px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}