﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #B6BFA4;	
	background-image:url('../images/sidebar1.JPG');
	background-position:center top;
	background-repeat:no-repeat;
	
}
#container {
	width: 650px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 630px;
	height: 130px;
	background-image:url('../images/tempheader.jpg');
	background-repeat:no-repeat;
	background-position:inherit;
	background-attachment:scroll;
}
#navigation {
	float: left;
	width: 630px;
	margin-top: 0px;
	margin-bottom: 5px;	
	font-size:0.9em;
	background-color:#233A27;
}
#content {
	float: left;
	width: 600px;
	background:white;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;	
}
#contenta {
	float: left;
	width: 650px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;	
}

#content1 {
	float: left;
	width: 290px;

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;	
}
#content2 {
	float: right;
	width: 290px;
	height:150px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;	
}
#content3 {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content4 {
	float: right;
	width: 650px;
	margin-top: 00px;
	margin-bottom: 00px;
	margin-left: 10px;	
}
#content5 {
	float: left;
	width: 600px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;	
}
#content6 {
	float: right;
	width: 600px;
	height:260px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;	
}
#content7 {
	float: right;
	width: 600px;

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;	
	margin-right:10px;
}
#content8 {
	float: left;
	width: 305px;
	height:170px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;	
	margin-right:1px;
}
#content9 {
	float: left;
	width: 590px;
	height:340px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 10px;	
}
#content10 {
	float: left;
	width: 590px;
	height:640px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 10px;	
}
#content11 {

	width: 600px;
	height:65px;
	margin-top: 10px;
	margin-left: 20px;
		margin-bottom: 30px;
		
}



#footer {
	text-align: center;
	clear: both;
	width: 630px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display:inline;
	margin: 0;
	padding: 2px;
	border: 1px #dfb8df;
	
}
#navigation a {
	
	text-decoration: none;
	display:inline-table;
	padding: 5px;
	border-bottom: 1px #fff;

}
#navigation a:hover {
	color: #555533;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color:black;
}
h5 {
	color:black;
}
h4 {
	color:black;
}
h3 {
	color:black;
}
h2 {
	color:black;
}
#content h1 {
	color:black;
}
#content img {
	padding: 5px;
	
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.Style2 {
}
