﻿@import url("layout.css");
body {
	background: #369 url('../images/Blue_background.GIF');
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	background: url('../images/bkgd_tile2.gif') repeat-y scroll;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
}
#masthead {
	text-align: right;
	background-color: #A70707;
	background-image: url('../images/title.JPG');
	background-position: top;
	background-repeat: no-repeat;
	border-bottom-color: #484848;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#navigation {
	background: #C0C0C0;
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	background: #fff;
	width: 367px;
	padding: 2px;
}
html>body #column_l {
	width: 370px;
	padding: 0 10px 0 10px;
}
#column_r {
	background: #fff;
	width: 217px;
	padding: 2px 0 2px 2px;
}
html>body #column_r {
	width: 220px;
	padding: 0 0 0 15px;
}
#footer {
	background: #A70707;
	padding-bottom: 10px;
	border-top-color: #484848;
	border-top-style: solid;
	border-top-width: 2px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
#navigation ul {
	background: #C0C0C0;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	background: #C0C0C0;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	background: #C0C0C0;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #A70707;
}

/* Right/Left Column */
#column_r img {
	border: 1px solid #808080;
}
#column_l img {
	border: 1px solid #808080;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
	text-decoration:underline;
}
h2 {
	font-size: x-large;
	color: #800;
}
h3 {
	font-size: large;
	color: #800;
}
h4 {
	font-size: large;
	color: #800;
}
h5 {
	font-size: small;
	color: #800;
}
h6 {
	font-size: x-small;
	color: #800;
}
#column_r h4 {
	background: #C0C0C0;
	border: 1px #484848 solid;
	margin: 0;
	font-size: large;
	color: #800;
	text-align:center;
}
#table_column1 p{
	text-align:left 
}
#table_column2 p{
	text-align:left; 
}
#table_column3 p{
	text-align:right 
}

/* Footer */
#footer p {
	text-align: center;
	font-size: small;
	color: #000;
}

/* Links */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#column_l a{
	color: #369;
	text-decoration: underline;
}
#column_l a:hover {
	color: #800;
	text-decoration: none;
}
#column_r a{
	color: #369;
	text-decoration: underline;
}
#column_r a:hover {
	color: #800;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}