﻿@import url('layout.css');
body {
	font-family: Verdana;
	font-size: 0.8em;
	background-color: #6C0000;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1000px;
	margin: 10px auto;
	margin-left: 10px;
}
#masthead {
	font: 100% Verdana;
	text-align: center;
	width: 970px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
}
#left_column {
	position: relative;
	float: left;
	width: 150px;
}
#flags {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
	clear: both;
	border-right-color: #808080;
}
#navigation_left {
	font: 100% Verdana;
	position: relative;
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
	clear: both;
	border-right-color: #808080;
}
#navigation {
	font: 100% Verdana;
	position: relative;
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	clear: both;
	visibility: visible;
	z-index: 2;
}
#content {
	font: 100% Verdana;
	float: left;
	width: 795px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 970px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #80000;
}
#masthead h3 {
	color: #80000;
	font: "Georgia";
	font-style: italic;
}
/* 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 #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px #808080 solid;
	background-color: #fff;
	width: 135px;
	border-bottom-color: #808080;
	border-left-color: #FFFFFF;
	border-right-color: #808080;
	border-top-color: #FFFFFF;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* links styles */
#navigation_left a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px #808080 solid;
	background-color: #fff;
	width: 135px;
	border-bottom-color: #808080;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
}
#navigation_left a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #6C0000;
	font:  Arial, Helvetica, sans-serif;
	font-style: italic;
}
h2 {
	color: #6C0000;
	font:  Arial, Helvetica, sans-serif;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
#content h1 {
	color: #5F5F5F;
	font: xx-large Arial, Helvetica, sans-serif;
	font-style: italic;
}
#content h2 {
	color: #6C0000;
	font: large Arial, Helvetica, sans-serif;
	font-style: italic;
	font-family: "Century Gothic";
}
#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: #33627D;
	text-decoration: ;
}
a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.email_link {
	font-size: small;
	text-align: right;
}
}

