﻿@import url("layout.css");
html {
	overflow: scroll;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #EDBADC;
}
#container {
	width: 659px;
	margin: 0 auto 0 auto;
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 639px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #fee2d4;
}
#sidebar {
	float: left;
	width: 163px;
	background-color: #fee2d4;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: left;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	text-align: justify;
	font-size: 12px;
}
#footer {
	text-align: center;
	clear: both;
	width: 639px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #505050;
}
/* Styles for Masthead */
#masthead h1 {
	text-align: center;
	margin: 9px 0px 9px 0px;
	padding: 2px;
	color: #003300;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
#masthead img {
	float: left;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Content */
#content h1 {
	display: block;
	margin-top: 6px;
	
}
#content h2 {
	margin-bottom: 6px;
	margin-top: 15px;
	font-size:16px
}
#content h3 {
	margin-bottom: 3px;
}
#content h4 {
	margin-bottom: 3px;
}
#content img {
	display: block;
}
#content ul {
	margin-bottom: 3px;
	margin-top: 3px;
}
/* Styles for Footer */
#footer p {
	font-size: 9px;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_bold_nomargins {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
.style_center {
	text-align: center;
}
.style_center_margins {
	margin: 6px;
	text-align: center;
}
.style_center_nomargins {
	margin: 0px;
	text-align: center;
}
.style_indented {
	margin: 0px 0px 0px 25px;
}
.style_italic {
	font-style: italic;
}
.style_copyright {
	font-size: 9px;
	margin: 2px 0px 2px 0px;
	text-align: center;
}
.style_thumbnail {
	padding: 0px;
	margin: 2px auto 2px auto;
	border-width: 0px;
}
.accomm {
	font-size: 12px;
}

