@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Skia Regular", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FFF;
	width: 90%;
}
.oneColLiqCtrHdr #container {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtrHdr #header {
	border-bottom-color: #600;
	color: #FFF;
	text-align: center;
	width: 90%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-variant: normal;
	text-transform: capitalize;
	color: #C90;
	font-family: "CAC Camelot", Baskerville, "Times Roman";
}
.oneColLiqCtrHdr #mainContent {
	color: #FFF;
	font-size: medium;
	padding-top: 0;
	padding-right: 60;
	padding-bottom: 0;
	padding-left: 60;
	width: 90%;
	margin-top: 60px;
	margin-right: 120px;
	margin-bottom: 60px;
	margin-left: 120px;
}
.mainbody {
	font-size: medium;
	padding-right: 20px;
	padding-left: 20px;
	margin: 20px;
	text-align: center;
	width: 800px;
	position: relative;
}
h1 {
	font-family: "CAC Camelot", Baskerville, "Times Roman";
	font-size: x-large;
	color: #C90;
	font-weight: normal;
}
.oneColLiqCtrHdr #footer {
	padding: 10 10px;
	border-top-width: thick;
	border-top-style: none;
	border-top-color: #600;
	font-size: xx-small;
	width: 90%;
} 
.oneColLiqCtrHdr #footer2 {
	font-size: xx-small;
}
.navbar {
	font-family: "Skia Regular", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	margin: 20px;
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #600;
	width: 90%;
	color: #C90;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
}
#navbar a:link {
	color: #C90;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFF;
	text-decoration: none;
	cursor: auto;
}
#navbar a:visited {
	color: #C90;
	text-decoration: none;
}
.copyright {
	font-size: x-small;
}
.texthyperlink {
	text-decoration: none;
	color: #C90;
	font-family: "CAC Camelot", Baskerville, "Times Roman";
	font-size: 16pt;
}
.texthyperlink a:link {
	text-decoration: none;
	color: #C90;
}
.texthyperlink a:hover {
	text-decoration: none;
	color: #FFF;
}
.texthyperlink a:visited {
	color: #C90;
	text-decoration: none;
}
h2 {
	font-family: "CAC Camelot", Baskerville, "Times Roman";
	color: #C90;
	font-size: large;
	font-weight: normal;
}
#header #mainContent ul li {
	text-align: left;
}
.copybox {
	font-family: "Skia Regular", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	width: 800px;
}
#pagenavbar {
	font-family: "Skia Regular", Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#pagenavbar ul {
	margin: 0px;
	padding: 0px;
}
#pagenavbar ul li {
	margin-right: 40px;
	margin-left: 40px;
	list-style-type: none;
	display: inline;
}
#pagenavbar a:link {
	color: #C90;
	text-decoration: none;
}
#pagenavbar a:hover {
	color: #FFF;
	text-decoration: none;
}
#pagenavbar a:visited {
	color: #C90;
	text-decoration: none;
}
#header table {
	text-align: right;
}
#header table right {
	text-align: right;
}
#header table right {
	text-align: right;
}
#header table {
	text-align: center;
}
#header table tr td .oneColLiqCtrHdr {
	font-family: "CAC Camelot", Baskerville, "Times Roman";
	font-size: 18pt;
}
table tr td .oneColLiqCtrHdr .oneColLiqCtrHdr {
	font-size: 18pt;
}
