﻿@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	text-align: left;}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FF0000;

	}

body {
	background: #CCCCCC;
	text-align: center;
}
.container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px none #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
.content {
	width: 650px;
	position: relative;
	margin-left: 150px;
}
.second {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	padding-top: 20px;
	margin-top: 20px;
}
#header {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

#navigation {
	position:fixed!important;
	width: 150px;
	margin-top: 58px;
	margin-left: -20px;
	top: 0px;
	padding-left: 10px;
}
.container #navigation p {
	font-weight: bold;
	display: block;
	background-color: #666666;
	color: #FFFFFF;
	padding-left: 10px;
	height: 18px;
	line-height: 150%;
	margin-left: -10px;
}
.content strong {
	font-size: 11px;
}
.content  p {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 16px;
}
.content em {
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 16px;
}
.content  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	page-break-before: always;
	color: #990000;
	line-height: 24px;
}
.content  h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin-bottom: -5px;
	margin-top: 5px;
}
.content  ul {
	padding-right: 40px;
	padding-left: 20px;
}
.content  li {
	font-size: 11px;
	line-height: 16px;
}
.content  blockquote {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 16px;
}
.content  .indent {
	padding-left: 20px;
	font-size: 11px;
}
.content h3 {
	margin-bottom: -10px;
}
#header hr {
	margin-top: 5px;
	color: #990000;
}
.daughter {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 9px;
}
