﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: medium;
	color: #000000;
}
/* Styles for DIV tags */
#container {
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	border-left-style: none;
	border-right-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-left-color: #999999;
}
#masthead {
	background-position: center;
	padding: 15px 0px 15px 0px;
	background-image: url('../images/top.jpg');
	background-repeat: repeat;
	font-size: inherit;
	color: #000080;
}
#navigation {
	background-color: #FFFFFF;
	margin-left: 0px;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-color: #445566;
	border-bottom-color: #FFFFFF;
	font-size: xx-large;
}
html>body #navigation {
	overflow: hidden;
	text-align: left;
}
#content_container {
	background-color:#ffffff;
	padding: 0px;
}
#column_left {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#column_right {
	background-color: #FFFFFF;
	padding-bottom: 30px;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #FFFFFF;
	color: #FFFFFF;
}
/* Styles for Masthead */
#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: larger;
}
#masthead a:hover {
	text-decoration: overline;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #0000C0;
	text-decoration: none;
	margin: 0 0px;
	padding: 5px;
	display: block;
	border: 0px solid #986;
}
#navigation a:hover {
	border: 0px solid #3333FF;
	background-color: #ffffff;
}
/* Styles for Right Column */
/* Styles for Right Column */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: small;
}
#column_right a {
	color: #443311;
}
#column_right a:hover {
	background-color: #FFFFFF;
	color: #0066FF;
}
/* Styles for Left Column */
p {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
	text-align: left;
}
h1 {
	font-size: x-large;
	color: #000000;
	margin-top: 0px;
	text-align: left;
}
h2 {
	font-size: large;
	color: #000080;
	margin-top: 0px;
	text-align: left;

}
h3 {
	font-size: large;
	color: #000000;
	margin-top: 0px;
	text-align: left;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #3333CC;
	font-size: medium;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	color: #0000FF;
	text-decoration: overline;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}