﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
	font-style: normal;
	background-color: #192448;
}
#container {
	width: 870px;
	margin: 0 auto 0 auto;
	background-color: #DDCC88;
	position: relative;
}
#masthead {
	text-align: right;
	width: 870px;
	background-color: #FFFFFF;
}
#navigation {

	width: 870px;

	margin-right: auto;

	margin-left: auto;
	
	float: inherit;
	
	clear: both;

	overflow: hidden;
	

}

#page_content {
	position: relative;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	font-size: small;
	background:#fff;
}
#column_l {
	position: relative;
	margin: 0 250px 0 0;
	padding: 1px 2% 0px 2%;
	background-color: #fff;
	float: none;
	font-size: small;
}
#column_r {
	float: none;
	width: 230px;
	margin: 0;
	padding: 10px;
	background-color: #DFEAFF;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: small;
}

#footer {
	background-color: #DDCC88;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 7px;
	padding: 2px;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 870px;
	margin: 0;
	padding: 0;
}
#navigation li {

	float: left;

}

#navigation a {

	color: #000;

	text-decoration: none;

	display: block;

	border: 1px solid #ca7;

	background-color: #dc8;

}

#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #eedd99;
	font-weight: bold;
}

/* Styles for Content */

h1 {
	font-size: 30px;
	color: #393939;
}
h2 {
	font-size: 20px;
	color: #469;
}
h3 {
	font-size: 16px;
	color: #469;
}
h4 {
	font-size: 14px;
	color: #469;
}

h5 {

	font-size: 12px;

	color: #469;

}

h6 {

	font-size: 10px;

	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;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}