﻿@import url("layout.css");
#copyright_notice_bottom {
	font-size: xx-small;
	text-align: center;
}
.img1 {
	border: medium groove #FFFF99;
	margin: 5px;
}
body {
	font-family: "trebuchet MS", arial, sans-serif, helvetica;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat;
	color: #FFFFFF;
}
#container {
	border-right: 2px solid #FFFF99;
	border-bottom: 2px solid #FFFF99;
	border-left: 2px solid #FFFF99;
	background-color: #000000;
}
#masthead {
	text-align: center;
	background-color: #000000;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
}
#navigation {
	border-color: #FFFF99;
	border-top: 1px solid #FFFF99;
	border-bottom: 1px solid #FFFF99;
	background-color: #330000;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 467px;
	padding: 15px;
	background-color: #000000;
}
html>body #column_l {
	width: 470px;
	padding: 0 15px;
	background-color: #000000;
}
#column_r {
	width: 317px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 320px;
	padding: 15px 10px;
	background-color: #000000;
}
#content {
	background-color: #000000;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	background-color: #330000;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 0px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: 0px solid #c77;
	background-color: #663300;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #00FFFF;
}
h2 {
	font-size: x-large;
	color: #FFFFFF;
}
h3 {
	font-size: large;
	color: #669999;
}
h4 {
	font-size: medium;
	color: #FFFFFF;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #FFFFFF;
}
h5 {
	font-size: x-small;
	color: #6600FF;
}
h6 {
	font-size: xx-small;
	color: #6600FF;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}