﻿@import url('layout.css');
* {
	padding:0px;
	margin:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 830px;
	margin: 1px auto 10px auto;
}
#masthead {
	text-align: center;
	background-color: #000000;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 1px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	text-align: center;
}
#content {
	float: left;
	width: 640px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding: 10px 6px 10px 6px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 0px solid #808080;
}
/* Footer Styles */
a:link {
	color: #245E98;
	text-decoration: underline;
	font-weight: bold;
}
a {
	color: #245E98;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.floatleft {
	float: left;
}
.clearb {
	padding: 0px;
	margin: 0px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.headimg {
	width: 842px;
	padding: 0px;
	margin: 0px auto 0px auto;
}
.nav-back {
	background-color: #245E98;
	width: 100%;
	padding: 12px;
	color: #FFFFFF;
	text-align: center;
}
.nav-back a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav-back a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav-back a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}
.center {
	text-align: center;
}
.floatright {
	float: right;
}


.redb a:link {
	color: #FF0000;
	text-decoration: blink;
}


.redb a {
	color: #FF0000;
	text-decoration: blink;
}


.red {
	color: #FF0000;
	text-decoration: blink;
}
.bold {
	font-weight: bold;
}
tr:hover {
	background-color:#FFFFCC
}
.rednb {
	color: #FF0000;
}
.break {
	height: 10px;
}

