﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
/*	background-image: url("../images/background_tile.gif"); 
	background-repeat: repeat; */
}
#container {
	border-right: 5px solid #595959;
	border-bottom: 5px solid #595959;
	border-left: 5px solid #595959;
	background-color: #333333;
	border: 5px solid #595959;
}
#masthead {
	text-align: left;
	background-color: #333333;
/*	background-color: #FFFFFF;
	background-image: url("../images/masthead-bg2.gif");*/
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #808080;
	font-size: .9em;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 680px;
	padding: 15px;
	background-color: #333333;
}
html>body #column_l {
	width: 683px;
	padding: 0 15px;
	background-color: #333333;
}
#column_r {
	width: 164px;
	padding: 15px 10px;
	background-color: #333333;
}
html>body #column_r {
	width: 167px;
	padding: 15px 10px;
	background-color: #333333;
}
#content {
	background-color: #333333;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #000655;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #00010D;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px;
	border: 0.5px solid #aaaaaa;
}
#navigation a:hover,active {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 0.5px solid #b9d;
	background-color: #333333;
}
/* SubNavigation */
#subnavigation {
	padding: 0px;
	margin: 0px;
	color: #aaaaaa;
	background-color: #333333;
	font-size: .9em;
}
#subnavigation ul {
	list-style-type: none;
	width: 450px;
	margin: 0;
	padding: 0;
}
#subnavigation li {
	float: left;
}
#subnavigation a {
	padding: 0px 7px 0px 7px;
	font-weight: normal;
	text-decoration: none;
	color: #aaaaaa;
	display: block;
	border: 0.5px solid #333333;
}
#subnavigation a:hover {
	padding: 0px 7px 0px 7px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
/*	border: 0.5px solid #b9d; */
	background-color: #333333;
}
#subnavigation a:selected {
	padding: 0px 7px 0px 7px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 0.5px solid #b9d;
	background-color: #333333;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #00010D;
}
h2 {
	font-size: 1.2em;
	font-style: italic;
	color: #aaaaaa;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #00010D;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #00010D;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #fff;
}
/* Links */
a {
	color: #f72;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
