﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: black;
}
#container {
	width: 1100px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #000;
}
#masthead {
	text-align: center;
	width: 1100px;
}
#mainnavigation {
	text-align: center;
	width: 1100px;
	padding-top: 5px;
}
#leftsidenavigation {
	position: relative;
	float: left;
	/*width: 100px;*/
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 810px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contentfull {
	float: left;
	width: 980px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 1100px;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Main Navigation Styles */
#mainnavigation a {
	color: #66CC33;
	text-decoration: none;
	font-weight:bold;
}
#mainnavigation a:hover {
	color: #33CCFF;
}
#mainnavigation .highlight {
  	color: #99CCFF;
}
/* Left Side Navigation Styles */
#leftsidenavigation a {
	color: #66CC33;
	text-decoration: none;
	font-weight:bold;
	display: block;
	padding: 5px;
}
#leftsidenavigation a:hover {
	color: #33CCFF;
}
#leftsidenavigation .highlight {
  	color: #99CCFF;
}
/* Footer Styles */
#footer p {
	color: #808080;
	font-size: x-small;
}
#footer a {
	color: #66CC33;
	text-decoration: underline;
}
#footer a:hover {
	color: #33CCFF;
	text-decoration: none;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#contentfull h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
p,td,li {
	color: white;
}
#content img {
}
#contentfull img {
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#gallery { position: relative; width:600px; height:450px; margin:0; padding:0; }
#gallery li { display: block; }

#gallerysmall { position: relative; width:300px; height:255px; margin:0; padding:0; }
#gallerysmall li { display: block; }
