body {
	color: #333;
	text-align: center;
	background: #006;
	font: 12px/150% Verdana, Geneva, sans-serif;
}
#container {
	text-align: left;
	margin: 0px auto 2px;
	width: 910px;
	background: #FFF;
	position: relative;
	border: 1px solid #FFF;
}
#header {
	background: #006;
	border-top: 1px none;
	border-right: 1px none;
	border-left: 1px none;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: none;
}
#navigation {
	background: url(../images/background/Dkblue_red.png);
	border-top: none;
	border-bottom: none;
	height: 20px;
	padding-left: 15px;
	border-right: none;
	border-left: none;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 6px;
	margin-left: 6px;
	font-size: 11px;
	padding: 5px 7px 0px;
}
#navigation a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 7px 0px;
}
#navigation a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 5px 7px 0px;
	font-size: 11px;
}
#navigation a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border: 1px none #FFF;
	font-style: normal;
	font-size: 11px;
	padding: 5px 7px 0px;
	background: #006;
}
#navigation a:focus {
	outline: none;
}


#mainContent {
	padding: 0px 15px;
	margin: 0px;
	border: 1px solid #FFF;
}
#mainContent a {
	color: #000098;
	text-decoration: none;
}
#mainContent a:link {
	color: #900;
	text-decoration: none;
}
#mainContent a:visited {
	color: #900;
	text-decoration: none;
}
#mainContent a:hover {
	color: #900;
	text-decoration: underline;
}
#mainContent a:focus {
	outline: none;
}

#mainContent h3 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 0px 0px 0px 8px;
	border-top: #C00;
	border-right: 1px #000098;
	border-bottom: #C00;
	border-left: 1px #000098;
	margin: 0px;
}
#mainContent h4 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: none;
}
#mainContent h5 {
	font-size: 13px;
	color: #FFF;
	background: #C00;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px none #00C;
}


#footer {
	background: #900 url(../masthead/website.png) no-repeat 7px center;
	text-align: center;
	color: #FFF;
	border-top: 1px none #FFF;
	border-right: 1px none #FFF;
	border-bottom: 1px none #FFF;
	border-left: 1px none #FFF;
}
#footer a:link {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#footer a:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#footer a:hover {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#footer a:focus {
	outline: none;
}

#mainContent table caption {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}



ul {
	list-style: circle;
	line-height: 150%;
}
a img {
	border-style: none;
}


p {
	padding-left: 4px;
}


.fltLt {
	float: left;
	padding-right: 20px;
	clear: both;
	padding-bottom: 12px;
}
.fltRt {
	float: right;
}
