﻿@import url("layout.css");
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #C0C0C0;
    font-size: 0.8em;
    background-color: black;
    background-repeat: repeat;
    background-attachment: scroll;

}
#container {
	widows: 955px;
	text-align: center;
}
#masthead {
	text-align: center;
}
#menu {
    text-align: center;
    padding: 5px;
}
#content {
    width: 800px;
    background-color: black;
    text-align: left;
    vertical-align: top;
    padding: 5px;
}
#footer {
	text-align: center;
	clear: both;
	background-color: black;
}
/* Masthead Styles */
#masthead h1 {
	color: #5f8ea9;
}
#masthead h2 {
    color: #5f8ea9;
}
#masthead h3 {
	color: red;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #5f8ea9;
    text-align: center;
}
#content img {
}
#content td {
    vertical-align: top;
    padding: 10px;
}
/* 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: red;
	text-decoration: none;
}
a:hover {
	color: #33627d;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}