﻿@import url("layout.css");
body {
	background-color: #0000FF;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-attachment: scroll
}
#container {
	width: 700px;

}
#masthead {
	text-align: center;
	hieght: 160px;
	width: 100%;
	background-color: #990033;
}
#navigation {
	position: relative;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #990033;
}
#content {
	border:1px solid #990033; 
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	margin-bottom: 10px;
}

#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #990033; 
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #990033;
	background-color:  #990033;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #990033;
	background-color: #990033;font-family:Arial Unicode MS; font-weight:bold
}
#navigation a:hover {
	color: #990033;
	text-decoration: none;
	border: 1px solid #FFFF00;
	background-color: #FFFF00;font-weight:bold
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
