﻿@import url(layout.css);
body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#container {
	width: 1100px;
}
#masthead {
	margin: 0px auto 0px auto;
	width: 1060px;
	padding: 0;
}
#navigation {
	margin: 0px auto 0px auto;
	width: 1060px;
	clear: both;
	background-image: url('../images/header_bg.gif');
	background-repeat: repeat-x;
	height: 30px;
	z-index: 2;
	position: relative;
}
#page_content {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1060px;
	background-image: url('../images/header_bg.gif');
	height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	text-align: center;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */

/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}