﻿@import url('layout.css');
body {
	font-family: Microsoft san Serif,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	background-color: #152026;
	/*background-image: url("../images/background.gif");*/
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 924px;
	margin: 10px auto;
	border: 1px #676 solid;
	background-color:#d7dfe3;
	color: #224;
}
#masthead {
	text-align: center;
	width: 924px;
	background-color: #fafaff;
}	
#topnavigation {
	margin-left: 0px;
	background-color: #75929f;
	height: 32px;
	border-top: 1px solid #99a;
	border-bottom:1px solid #668;
}
html>body #topnavigation {
	overflow: hidden;
}

#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #75929f;
}
#content {
	float: left;
	width: 724px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border:#bbc 1px solid;
	background-color: #ffe;
	
}
#gallery {
	float: left;
	width: 882px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	
}

#footer {
	text-align: center;
	clear: both;
	width: 922px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #667;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #728e9c;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */

#topnavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#topnavigation li {
	float: left;
}
#topnavigation a {
	margin-left: 5px;
	margin-right: 5px;
	margin-top:5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #2b3d53;


	
	display: block;
	border: 1px solid #333;
	text-decoration: none;	
	text-transform: uppercase;	
	color: #ccc;
	font-size: 13px;
	letter-spacing: 1px;}
	
#topnavigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #334862;
	border: 1px solid #567;
}


#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;background-color:#75929f
}
#navigation li {
	display: block;
	margin: 5px;
	padding: 0;
	border: 1px solid #75929f;
	background-color: #75929f;
}
#navigation a {
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #223;
	background-color: #2b3d53;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #567;
	background-color: #334862;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
	text-align: center;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #2b3d53;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_justify {text-align: justify;}
#listing td {border-bottom: 1px #c0c0ff dashed; padding: 2px; padding-bottom: 2px;}
#bullets li {padding-bottom:6px;padding-top:6px;border-bottom:1px #c0c0d0 dashed;} 
th {padding-bottom:5px; padding-top: 5px; background-color: #ddd;}
.center {text-align:center;	font-weight: 700;}
.cent {text-align:center; font-size:12px;}
.centersm {text-align:center; font-size:11px;}