@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 810px;
	margin:0 auto;
}
#masthead {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #O00;
	text-align: left;
	width: 808px;
	height: 200;
	background-color: #FFFFFF;
}
#navigation {
	border-left: 1px solid;
	border-color: #000;
	white-space: wrap;
	position: relative;
	float: left;
	width: 150px;
	height: 940px;
	background-color: #E89868;
}
#content {
	border-right: 1px solid;
	border-color: #000;
	float: left;
	width: 638px;
	height:920px;
	background-color: #fff;
	padding: 10px;
}
#footer {
	clear:both;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #000;
	text-align: center;
	clear: both;
	width: 808px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
/* Navigation Styles */
#navigation a {
	color: #483828;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #E89868;
	font-size: medium;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #E89868;
}
.style7 {
	line-height: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
	font-size: medium;
}
.style22 {
	font: small Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
}
/* Content Styles */
h1 {
	color: #000;
	font-size: 16pt;
	text-indent:6em;
}
h2 {
	color: #000;
	font-size: 12pt;
	text-indent:6em;
}
h3 {
	color: #000;
	font-size: 12pt;
	text-indent:11em;
}
h4 {
	color: #000;
	font-size: 12pt;
	text-indent:12em;
}
h5 {
	color: #000;
	font-size: 12pt;
	text-indent:8em;
}
h6 {
	color: #000;
	font-size: 11pt;
	text-indent:2em;
}
#content p {text-indent:2em;}

/* Footer Styles */
#footer a {
	color: #483828;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style51 {
	font-weight: bold;
	color: #000;
}
.style52 {
	font-size: large;
	font-weight: bold;
	color: #000
}

.style53 {color: #000; 
	font-weight: bold; 
}
.style54 {font-size: 14px
}