﻿body {
	font-family: Verdana, 'Sans Serifs';
	font-size: 14px;
	color: #444444;
	line-height: 22px;
	background-color: #c0ddeb;
}
p {
	margin: 10px auto 10px auto;
}
#PageContainer {
	margin: 0px auto 0px auto;
	width: 720px;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
}
.title {
	border-bottom: 1px #c4c4c4 solid;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.headline {
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
}
.fileinfo {
	color: #646464;
	font-style: italic;
	font-size: 11px;
}
p.first, ul.first {
	margin-top: 10px;
}
#copyright {
	font-size: 11px;
}
a:link, a:visited {
	color: #0093dd;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#header a:link, #header a:visited {
	color: #444444;
	text-decoration: none;
}
#header a:hover, #header a:active {
	text-decoration: underline;
	color: #76c5f0;
}
a:link.selected, a:visited.selected, a:hover.selected, a:active.selected {
	color: #0093dd !important;
	font-weight: bold;
}
.rssPubDate {
	color: #444444;
	font-style: italic;
}

/* ||||||||||||||||||| */
/*    HEADER STYLES    */
/* ||||||||||||||||||| */
#header {
	 height: 38px;
	 width: 700px;
	 background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 112px;
}
#MainNavigationContainer {
	text-align: right;
}
#MainNavigation {
	display: inline;
	border-top: 1px #c4c4c4 solid;
}
#MainNavigation a {
	display: inline-block;
	text-align: center;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	text-transform: uppercase;
}
#SubNavigation {
	text-align: left;
	margin-left: 300px;
}
#SubNavigation a{
	text-transform: none;
}
.selected {
	color: #0094db;
	font-weight: bold;
}

/* ||||||||||||||||||| */
/*    INSET STYLES     */
/* ||||||||||||||||||| */
.inset {
	background-color: #78c5eb;
	width: 200px;
	padding: 7px;
	float: right;
	margin: 15px auto 10px 10px;
	text-transform: uppercase;
	font-size: 11px;
	color: #333333;
}
.inset p {
	margin: 10px auto 10px auto;
}
.inset p.first {
	margin-top: 0px;
}
.inset p.last {
	margin-bottom: 0px;
}
.inset ul {
	margin-left: 15px;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.inset a:link, .inset a:visited {
	color: #444444;
	text-decoration: underline;

}
.inset a:hover, .inset a:active {
	color: #0093dd !important;
	text-decoration: underline;
}


/* ||||||||||||||||||| */
/*    FOOTER STYLES    */
/* ||||||||||||||||||| */
#Footer {
	background-color: #c4c4c4;
	padding: 8px 10px 8px 10px;
	margin-top: 20px;
	clear: both;
}
#Footer #FooterNavigation a {
	padding: 3px;
}
#ContactInfo {
	color: #0094db;
}
#FooterNavigation {
	color: #0094db;
	margin-top:3px;
	vertical-align: bottom;
}
