@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 100% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #topImgContent {
	background: #CCCC99;
	padding-left: 14px;
}
.oneColLiqCtr #navContent {
	background: #162C49;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtr #mainContent {
	width:  670px;
	padding: 0 10px;
}
.oneColLiqCtr #topImgContentImgs {
	float: right;
	padding-left: 10px;
}
.navText {
	margin: 0px;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 2px;
}
.navText a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navText a:hover {
	color: #CCCC99;
	text-decoration: underline;
}
.navText a:active {
	color: #CCCC99;
	text-decoration: none;
}
.MyHeadingFirst {
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
}
.MyParagraphs {
	font-family: Times, serif;
	font-size: 12px;
}
.MyHomePageParagraph {
	font-family: Times, serif;
	font-size: 14px;
	line-height: 17px;
}
.MyDate {
	list-style-position: outside;
	list-style-type: none;
	font-size: 12px;
	font-family: Times, serif;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: -10px;
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-left: 2px;
}
.MyParagraphsUnderDate {
	font-family: Times, serif;
	font-size: 12px;
	margin-top: -15px;
	line-height: 14px;
}
.MyParagraphsLinksUnderDate {
	font-family: Times, serif;
	font-size: 12px;
	margin-bottom: -10px;
	line-height: 14px;
}
.MyListHeading {
	font-family: Times, serif;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 2px;
	background-color: #CCCCCC;
}
.MySubheading {
	font-family: Times, serif;
	font-size: 12px;
	left: -20px;
	margin-left: 20px;
}
.MySubheading2 {
	font-family: Times, serif;
	font-size: 12px;
	margin-left: 40px;
	margin-top: -10px;
	line-height: 14px;
}
.MyParagraphs a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.MyParagraphs a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990099;
	text-decoration: none;
}
.MyParagraphs a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
.MyParagraphs a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}

