﻿@import url("layout.css");
body {
	font-family: "Segoe UI" , Verdana , Arial, Helvetica, sans-serif;
	color: white;
	font-size: small;
	background-image: url("../images/backgroundPattern.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #222222;
}
#container {
	border: 0px solid #484848;
	background-color: #555555;
}
#masthead {
	text-align: right;
	background-image: url("../images/banner3.jpg");
	background-position: top;
	background-repeat: no-repeat;
	height: 139px;
}
#navigation {
	padding: 2px 0 1px 0;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #444444;
	overflow: hidden;
}
#column_l {
	width: 660px;
	padding: 15px 10px;
	background-color: #666666;
}
#column_r {
	width: 200px;
	padding: 15px 10px;
	background-color: #333333;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	display: inline;
	margin-left: 12px;
	margin-right: 12px;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #FFF;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: large;
	color: #FFF;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #FFF;
	margin-bottom: 8px;
	margin-top: 0px;
	clear: left;
}
h5 {
	font-size: small;
	color: #FFF;
	margin-bottom: 6px;
	margin-top: 0px;
}
h6 {
	font-size: x-small;
	color: #FFF;
	margin-top: 0px;
}
/* Footer */
#footer p {
	font-size: x-small;
}
/* Links */
a {
	color: #eeeeee;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_small {
	font-size: small;
}
p {
	margin-bottom: 6px;
	margin-top: 0px;
	color: #eeeeee;
	text-align: center;
}