﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #7E874E;
	text-align: center;
}
#container {
	border: 5px ridge #ca7;
	width: 750px;
	margin: 0;
	background-color: #ca7;
}
#masthead {
	text-align: left;
	width: 750px;
	background-color: #ca7;
	height: 151px;
}
#navigation {
	background-color: #A34B3D;
	overflow: hidden;
}
#page_content {
	padding: 20px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	background-color: #ca7;
}
#column_l {
	position: relative;
	background-color: #ca7;
	width: 725px;
	text-align: center;
}
#column_r {
	float: none;
	width: 250px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: relative;
	right: 0px;
	top: 0px;
	clear: none;
}
#footer {
	background-color: #A34B3D;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: right;
	margin: 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 750px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 2px groove #A34B3D;
	background-color: #ca7;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: medium;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
	letter-spacing: .05em;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.pmoseshead {
	text-align: left;
	width: 500px;
	background-color: #FFFFFF;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: 700;
	color: #000000;
	float: left;
	padding-top: 20px;
	padding-right: 5px;
}
.companylogos {
	border-width: 0px;
	border-style: none;
	text-align: center;
	letter-spacing: 40px;
	background-color: #ca7;
}
.clearfloat {
	clear: both;
}
#logobox {
	width: 425px;
	height: 150px;
	float: left;
	position: relative;
}
#mastheadtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	position: relative;
	font-weight: 600;
	letter-spacing: .15em;
	text-align: left;
	z-index: 1;
}

