﻿body {
	margin: 0px;
	background-color: #465B64;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	border-right: 30px #5C7985 solid;
	border-left: 30px #5C7985 solid;
	border-bottom: 30px #5C7985 solid;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	background-color: #FFFFFF;
}
#masthead {
	background-color: #DAE1E4;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px 15px 0px 15px;
}
#navigation {
	background-color: #B7C2C6;
	margin-left: 0px;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
	font-family: "Arial Unicode MS";
	font-size: 14px;
	font-weight: 500;
	color: #000042;
	background-color: #FFFFFF;
}
#column_right {
	background-color: #FFFFFF;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #F9F9EC;
	color: #333333;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #000042;
	font-style: normal;
	font-size: 70px;
	margin: 0px;
	text-align: left;
	font-family: "Times New Roman";
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-size: 9pt;
	font-weight: bolder;
	font-family: Verdana;
	color: #800000;
	margin: 0 1px;
	padding: 5px;
	border: 1px #444422 solid;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #000042;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #cc9;
}
/* Styles for Right Column */
}

h3 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
}
#column_right p {
	margin-top: 0px;
	margin: 0 0 0px 0;
	margin-bottom: 3px;
	font-size: 9pt;
	font-weight: bolder;
	font-family: Verdana;
	color: #800000;
}
#column_right a {
	color: #800000;
}
#column_right a:hover {
	background-color: #DAE1E4;
}

/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: center;
}
#copyright {
	text-align: left;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}