﻿@import url(layout.css);
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat;
	font-size: 0.75em;
}
/* Styles for DIV tags */
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
	}
#masthead {
	text-align: center;
	background-color: #666666;
	background-image: url("../images/coverbanner.jpg");
	background-repeat: no-repeat;
	height:130px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #DCDBE0;
}
html>body #navigation {
	overflow: hidden;
}
#content {
	background-color: #fff;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
	font-size: 0.9em;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #FFFFFF;
	padding-top: 15px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #4E5659;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: #79878D;
	margin-bottom: 0px;
}
#masthead a {
	color: #4E5659;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #DCDBE0;
	text-decoration: none;
	color: #000;
}
#navigation a:hover {
	background-color: #069;
	border: 1px solid #DCDBE0;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/*	color: #333333;*/
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #4E5659;
}
h2 {
	font-size: x-large;
	color: #4E5659;
}
h3 {
	font-size: large;
	color: #4E5659;
}
h4 {
	font-size: medium;
	color: #4E5659;
}
blockquote,p,ol,ul {
	/*font-size: small;*/
	font-size: 0.9em;
	color: #000;
}
h5 { 
	font-size: x-small;
}
h6 { 
	font-size: xx-small;
}
a {
	color: #006699;
}
a:hover {
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
	color: #79878D;
}
#footer a {
	color: #006699;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}