﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #000000;
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #fff;
}
#masthead {
	text-align: left;
	background-color: #fff;
	background-image: url('../images/logo660x122-a.png');
	background-repeat: no-repeat;
	width: 660px;
	height: 122px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #FF0000;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 468px;
	padding: 5px;
	background-color: #fff;
}
html>body #column_l {
	width: 458px;
	padding: 5px;
	background-color: #fff;
}
#column_r {
	width: 170px;
	padding:5px 5px;
	background-color: #fff;
}
html>body #column_r {
	width: 180px;
	padding: 5px 5px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* 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: #000;
	display: block;
	padding: 5px;
	border: 1px solid #FF0000;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
/* Left Column*/
#column_l img{
	padding: 4px;
	margin: 0px;
	}
/* Right Column */
#column_r img {
	padding: 4px;
	margin: 0px;
	}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
	margin-bottom: 0px;
    padding-bottom: 0px; 

}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
	margin-bottom: 1px;
	padding-bottom: 0px;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
	margin-bottom: 1px;
    padding-bottom: 0px;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
	margin-bottom: 0px;
    padding-bottom: 0px; 
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
	margin-bottom: 0px;
    padding-bottom: 0px;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
	margin-bottom: 0px;
    padding-bottom: 0px; 
}
/* Footer */
#footer p {
	font-size: 14px;
	color: #000;
}
/* Links */
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}