﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-repeat: repeat;
}
#container {
	width: 970px;
	margin: 10px auto;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
}
#navigation {
	background-color: #C19200;
	overflow: hidden;
	color: #FFFFFF;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	border: medium ridge #CCCC00;
	position: relative;
	margin: 0 325px 0 0;
	padding: 5px;
	background-color: #FFFFCC;
	float: none;
}
#column_r {
	border: medium ridge #99CCFF;
	float: none;
	width: 300px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	border: medium ridge #99CCFF;
	background-color: #9999FF;
	padding-bottom: 5px;
}
.line2 {
	color: #663300;
	text-align: left;
	height: auto;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.line3 {
	border-color: #800080;
	color: #663300;
	text-align: left;
	height: 0px;
	border-bottom-width: medium;
	border-bottom-style: double;
}


/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
#mastedit {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 0px;
	padding: 0;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-radius: 150px;
	border-style: solid;
	border-width: 1px;
	background-position: center bottom;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	background-image: url('../images/Button.png');
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	height: 20px;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #ed9;
}
/* Styles for Content */
h1 {
	font-size: 1.85em;
	color: #469;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
	color: #469;
}
h4 {
	padding: 0px;
	margin: 0px;
	font-size: 1.25em;
	color: #469;
}
h5 {
	padding: 0px;
	margin: 0px;
	font-size: 1.00em;
	color: #469;
}
h6 {
	font-size: 0.75em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
	background-repeat: repeat;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.auto-style1 {
	font-size: 2.5em
}
.auto-style2 {
display: block;
margin-left: auto;
margin-right: auto;
}
.auto-style3 {
	text-align: left;
}
.auto-style4 {
	text-align: center;
}
.auto-style5 {
	font-size: medium;
}