﻿body {
	background-color: #006600;
	background-color: #FFFFFF;
}
#container {
	background-color: #fff;
	width: 700px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
#masthead {
	background-color: #006600;
	background-repeat: no-repeat;
	margin: auto;
	background: url('../images/top_banner.jpg') no-repeat;
	text-align: right;
	width: 700px;
	height: 140px;
}
#navigation {
	overflow: hidden;
}
#column_l {
	width: 385px;
	margin: auto;
	padding: 0 15px;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	position: relative;
}
#footer {
	background-color: #113962;
	background: url('../images/footer_background.jpg') no-repeat;
	text-align: center;
	height: 60px;
}
#default_content {
	background-color: #113962;
	background: url('../images/default_background.jpg');
	text-align: center;
}
/* Styles for Masthead */
#masthead img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 5px 0 0 0;
	float: none;
		clear: both;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	height: 136px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: auto;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font: normal normal bold x-small Verdana;
	color: #fff;
	margin: 1px;
	padding: 7px 1px 1px 1px;
}
#footer a {
	font: normal normal bold small Verdana;
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #202020;
	text-decoration: underline;
	border: none;
	outline-width: 0;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.BlackText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #000000;
}
.WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FFFFFF;
}
.WhiteTextHyperLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color: #FFFFFF;
}
.BlackTextHyperLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #000000;
}
.WhiteCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #FFFFFF;
}
.BlackLeftUnderline {
	text-align: center;
	text-decoration: underline;
}
.shadow_bg {
	background: url('../images/background_shadow.png');
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

