﻿body {
	margin: 0px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 0.75em;
}
/* Styles for DIV tags */
#container {
	border-right: 3px solid #AD531D;
	border-bottom: 3px solid #AD531D;
	border-left: 3px solid #AD531D;
	background-color: #333333;
}
#masthead {
	margin: 4px 0 0 0;
	padding: 4px 0px 0px 0px;
	background-color: #AD531D;
}
#navigation {
	margin-left: 0px;
	background-color: #B0B9BF;
	margin-right: 1px;
}
#content_container {
	margin: 0px;
	padding: 0px;
}
#column_left {
	margin: 1px 0px 2px 0px;
	float: left;
	padding-left: 2px;
	padding-top: 4px;
}
#column_right {
	background-color: #333333;
	left: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 4px;
}
#link_bar {
	background-color: #333333;
	left: 0px;
	padding-left: 2px;
	padding-right: 2px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #AD531D;
}
#image {
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	background-color: #333333;
	margin-top: 0px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #AD531D;
}
/* Styles for Masthead */
#masthead h1 {
	color: #4E5659;
	margin: 0px;
	padding: 0px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 0px;
	display: block;
	border: 1px solid #DCDBE0;
	text-decoration: none;
	color: #000;
}
#navigation a:hover {
	background-color: #069;
	border: 1px solid #DCDBE0;
}
/* Styles for Right Column */
#column_right h4 {
	color: #333333;
}
#column_right p {
	color: #FFFFFF;
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 4px;
}
#column_right a {
	color: #FFFFFF;
	text-decoration: underline;
}
#column_right a:hover {
	text-decoration: none;
	color: #AD531D;
}
/* Styles for Left Column */
h1 {
	font-size: 14pt;
	color: #FFFFFF;
	margin-top: 4px;
	text-transform: none;
	margin-bottom: 4px;
}
h2 {
	font-size: 14pt;
	color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 2px;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	color: #FFFFFF;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 4px;
}
h4 {
	font-size: medium;
	color: #4E5659;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #006699;
}
a:hover {
	text-decoration: none;
}
#column_left p {
	margin: 6px 4px 8px 0px;
	color: #FFFFFF;
	font-size: 11pt;
	text-align: justify;
}
#column_left td {
	color: #FFFFFF;
	font-size: 10pt;
}
/* Styles for Footer */
#copyright {
	float: inherit;
	text-align: right;
}
#footer p {
	padding: 0px 0px 6px 0px;
	margin: 0px;
}
#copyright p {
	font-size: 0.7em;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	font-size: x-small;
}
:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#column_left a {
	margin: 0px 0px 4px 0px;
	color: #FFFFFF;
	font-size: 1.0em;
	text-decoration: none;
}
#column_left a:hover {
	margin: 0px 0px 4px 0px;
	color: #999999;
	font-size: 1.0em;
	text-decoration: none;
}
img {
	border-style: none;
	border-width: 0px;
}

