﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #000000;
	font-family: Georgia;
	padding: 0px;
	font-size: medium;
	color: #000000;
	background-repeat: repeat;
	width: 100%;
}
/* Styles for DIV tags */
#container {
	border-style: none;
	background-repeat: repeat;
}
#masthead {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	width: 780px;
	height: auto;
}
#navigation {
	border-style: inset none outset none;
	border-width: thin;
	background-color: #000000;
	text-align: center;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 100%;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #000000;
	padding: 0px;
}
#column_left {
}
#image {
	margin-bottom: 6px;
	margin-right: 3px;
}
#footer {
	color: #FFFFFF;
}
/* Styles for Masthead */
#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #FFFFFF;
	text-decoration: underline;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 275px;
	margin: 0 auto 0 auto;
}
#navigation li {
	float: left;
}
#navigation a {
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	display: block;
}
#navigation a:hover {
	border: 1px solid #456;
	background-color: #456;
}
/* Styles for Right Column */
/* Styles for Left Column */
h1 {
	font-size: x-large;
	color: #FFFFFF;
	margin-top: 0px;
}
h2 {
	margin: 5px 0px 10px 0px;
	font-size: x-large;
	color: #FFFFFF;
}
h3 {
	font-size: large;
	color: #FFFFFF;
	margin-top: 0px;
	font-weight: normal;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	font-family: "Adobe Caslon Pro", "Times New Roman", Georgian;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
/* Styles for Footer */
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#navigationhome a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-family: "Adobe Caslon Pro";
}


