﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #C0C0C0;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 5px 2px 2px 5px;
	border-right: 2px #FFFFFF solid;
	border-bottom: 2px #FFFFFF solid;
	border-left: 2px #FFFFFF solid;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 785px;
	padding: 5px;
	border: 1px dotted #ffffff;
	background-image: url('../images/masthead.png');
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 142px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px #FFFFFF dotted;
}
#content {
	float: left;
	width: 625px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#footer {
	margin: 5px 0 5px 5px;
	text-align: center;
	clear: both;
	width: 785px;
	border: 1px #FFFFFF dotted;
	background-image: url('../images/footer.png');
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #000000;
}
/* 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 #FFFFFF dotted;
	background-color: #FFFFFF;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2.5px;
	width:142px;
	border-bottom: .5px dotted #fff;
	background-color: #66CCFF;
	background-image: url('../images/sidebar.jpg');
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #fff;
}

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	
	}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #009;
	padding: 9px 8px 0px 8px;
}

/* Content Styles */
h6 {
	color: #000000;
}
h5 {
	color: #000000;
}
h4 {
	color: #000000;
}
h3 {
	color: #000000;
	font-size: 18pt;
	font-weight: normal;
	vertical-align: top;
}
h2 {
	color: #000000;
	font-size: x-large;
	font-weight: normal;
}
#content h1 {
	color: #000000;
}
#content img {
	padding: 5px;
	border: 1px #FFFFFF solid;
	float: left;
}
/* Footer Styles */
#footer p {
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #000080;
	text-decoration: underline;
	float: inherit;
}
a:hover {
	color: #000080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}