@import url("layout.css");
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	background:transparent url('../images/6796.jpg') no-repeat scroll left top;
	
}
#container p {
	text-indent: 15px;
	margin-top:0px; margin-bottom:0px;
}

#container h1{
	color: #000080;
	font-size: large;
}
#container h2{
	color: #2F4F4F;
	font-size: large;
}

#maincontent {
	width: 100%; margin-top:10px;
	background:white;
}
#navigation {
	width: 100%;
	clear: both;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	
	float: right;
	width: 330px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
    clear:both;
	width: 100%;
	margin-top:10px;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}
/* Masthead Styles */
#maincontent h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#maincontent h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
#masthead ul {
	list-style-type:disc;
	list-style-image:url('../marker.jpg');
	list-style-position:outside;
	margin-top:0px;margin-bottom:0px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.imgTeam {
	border: 1px solid #008000;
	padding: 1px;
}
#description{
	display:none;
}