﻿@import url(layout.css);
body {
	color: #000;
	font-family: Calibri;
	font-size: medium;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 86%;
	margin: 0;
	background-color: 333366;
	position: relative;
	padding-left: 7%;
	padding-right: 5%;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #333399;
	position: relative;
}
#navigation {
	border-left-color: ;
	border-color: #FFBA42 #0033CC #0033CC #0033CC;
	background-color: #FBCF29;
	overflow: hidden;
	border-top-style: none;
	border-top-width: thick;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCAA77;
}
#column_l {
	border-style: none;
	border-width: thin thin thin thick;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	position: relative;
	margin: 0 330px 0 0;
	padding: 0px;
	background-color: #FFFFFF;
	float: none;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#column_r {
	border-style: none;
	border-width: thick;
	border-color: #FBCF29;
	float: none;
	width: 329px;
	margin: 0px;
	padding: 1px;
	background-color: #333399;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	border-width: 0px;
	float: left;
		margin: 0;
		padding: 0;
}
#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: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a:hover {
	border-style: solid;
	border-width: medium medium thick medium;
	border-color: #3133A0;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3133A0;
	background-image: none;
}
/* Styles for Content */
h1 {
	font-size: x-large;
	color: #3133A0;
}
h2 {
	font-size: large;
	color: #000000;
	font-family: calibri;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 5px solid #FBCF29;
	background-color: #FBCF29;
}
h3 {
	font-size: 1.5em;
	color: #3133A0;
	font-family: calibri;
}
h4 {
	font-size: 1.25em;
	color: #3133A0;
	font-family: calibri;
	height: 63px;
	width: 270px;
}
h5 {
	font-size: 0.75em;
	color: #3133A0;
	font-family: calibri;
}
h6 {
	font-size: 0.5em;
	color: ##3133A0;
	font-family: calibri;
}
/* 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;
	}
a:hover {
	color: #000;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}