﻿@import url("layout.css");
body {
	font-family:"Trebuchet MS", Tw Cen MT Condensed, Trebuchet MS;
	font-size: 1em;
	background-color:#000;
}
#container {
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
}

#masthead {
	text-align: center;
	background-color: #FFFFFF;
}
#navigation {
font-family: "Gill Sans MT Condensed";
font-size: small;
	border-style: solid;
	background-color: #fff;
	text-align: center;
	border-top-color: #808080;
	border-bottom-color: #808080;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;

}


html>body #navigation {
	overflow: hidden;

}

#content {
	background-color: #fff;
	text-align: left;
}

html>body #content {
	overflow:hidden;
}

/* Masthead */
#masthead h1 {
	color: #FFFFFF;
	margin-bottom: 0;
}
#masthead h3 {
	color: #cfcfcf;
	margin-top: 0.1em;
	font-family: "Trebuchet MS";
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}
#navigation a {
	margin: 3px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px 14px 5px 14px;
}
#navigation a:hover {
	font-weight: bold;
	color: #fff;
	background-color: #000;
}


/* Site typography */
h1 {
	font-size: xx-large;
	color: #cfcfcf;
}

h2 {
	font-size: xx-large;
	color: #800000;
	font-family:"Tw Cen MT Condensed";

}

h3 {
	font-size: large;
	color: #cfcfcf;
	font-weight: normal;
	font-family: "Trebuchet MS";
}

ul {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #000;
}

ol {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #000;
}

p {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #000;
}

form {
	padding: 2px 15px 15px 45px;
	font-family:"Tw Cen MT Condensed";
	font-size:large;
}
blockquote {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #cfcfcf;
}
h6 {
	font-size: xx-small;
	color: #cfcfcf;
}

/* Links */
a {
	color: #800000;
	font-size: small;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

a:hover {
	color: #cfcfcf;
	text-decoration: none;
}
.img {
	border-style: solid;
	border-width: 5px;
	margin: 10px;
	float: right;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
