﻿@import url('layout.css');
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
img {
	border-width: 0;
}
#container {
	width: 100%;
	margin-top: 32px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#masthead {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
}
#toolbar {
	width: 680px;
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px 0px 10px 0px;
}
#footer {
	clear: both;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 0px;
	font-size: small;
	text-align: center;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* masthead Styles */
#masthead a {
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
	color: #261;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
#content h1, h2, h3, h4, h5, h6 {
	color: #455;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #455;
}
#content img {
	border: 0;
}
/* Footer Styles */
/* messed up style!
large;
	font-weight: bold;
	color: #455;
	text-align: left;
}
*/
#content img {
	border: 0;
}
#footer a {
	color: #708090;
	text-decoration: none;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.fontXXSmall {
	font-size: xx-small;
}
.fontXSmall {
	font-size: x-small;
}
.fontXSmallColored {
	font-size: x-small;
	color: #261;
}
.fontSmallColored {
	font-size: small;
	color: #261;
}
.fontMediumColored {
	font-size: medium;
	color: #261;
}
.fontBody {
	font-size: 10pt;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.hiddenPic {
	display: none;
}
.tableSidebar {
	border: 1px solid #8FBC8F;
	background-color: #daf2e3;
}
.tableSidebar225w {
	border: 1px solid #8FBC8F;
	background-color: #daf2e3;
	width: 225px;
}
.colorBorders {
	color: #8FBC8F;
}
.tableOuter {
	border-style:none;
	width: 680px;
	padding: 0px;
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.tableCenter {
	border-style:none;
	padding: 0px;
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.tableOrder{
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 1px solid #8FBC8F;
	background-color: #daf2e3;
}

