﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: none;
	background-repeat: repeat;
	background-color: #000000;
}
#container {
	margin: 0px auto 0px auto;
	border: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	background-color: #000000;
	width: 825px;
	background-repeat: repeat;
}
#masthead {
	text-align: center;
	background-color: #000000;
	background-image: url('../images/newbanner.gif');
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: x-large;
	width: 800px;
	height: 148px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	padding: 10px;
	background-color: #000000;
	background-image: none;
	width: 500px;
	background-repeat: repeat;
}
html>body #column_l {
	padding: 0 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: small;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
#navigation li {
	border-color: #800080;
	float: left;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px solid #5C2060;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
#navigation a:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-weight: bold;
	text-decoration: none;
	color: #FF42FF;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

/* Right Column */
/* Site typography */
h1 {
	font-size: xx-large;
	color: #FFFFFF;
}
h2 {
	font-size: x-large;
	color: #FFFFFF;
}
h3 {
	font-size: large;
	color: #FFFFFF;
}
h4 {
	font-size: medium;
	color: #FFFFFF;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #FFFFFF;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	background-color: #5C2060;
	text-decoration: none;
}
/* Links */
a {
	color: #c55;
	text-decoration: none;
}
a:hover {
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
