@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00FFFF;
	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 */
	color: #000000;	
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.oneColFixCtrHdr #header {
	background: none;
	padding: 40px 10px 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000099;
	color: #ffffff;
}
.oneColFixCtrHdr #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	letter-spacing: 0.05em;
	word-spacing: 0.3em;
}
.oneColFixCtrHdr #header h6 {
	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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: cursive;
	font-size: small;
	text-align: center;
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	text-align: justify;
	vertical-align: baseline;
	background-color: #000099;
	color: #00ffff;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
.oneColFixCtrHdr #mainContent ul {
float:left;
width:100%;
padding:0;
margin:0 0 30px 0;
list-style-type:none;
}

.oneColFixCtrHdr #mainContent ul li a {
float:left;
text-decoration:none;
color:white;
width:23.5%;
background-color:#000099;
padding:0.2em;
border-right:1px solid white;
text-align:center;
}

/* Linkage for Menu */

.oneColFixCtrHdr #mainContent ul li a:hover {background-color:#FFFFFF; color:#000099;}
.oneColFixCtrHdr #mainContent ul li a.last {border-right:none;}
.oneColFixCtrHdr #mainContent li {display:inline;}

.oneColFixCtrHdr span.firstLetter
{
	float:left;
	width:1.1em;
	font-size:400%;
	font-family:cursive;
	color:white;
	line-height:85%;
}


.oneColFixCtrHdr   span.top    {
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	position: relative;
	right: 40px;
	top: 5px;
	max-width: 150px;
	text-align: left;
	border-color: #000099;
	color: #FFFFFF;
}
.oneColFixCtrHdr span.topright {
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	top: 5px;
	max-width: 150px;
	text-align: right;
	margin-left: 0px;
	position: relative;
	left: 40px;
	border-color: #000099;
	color: #FFFFFF;
}
.oneColFixCtrHdr span.middle {
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	position: relative;
	right: 40px;
	top: 5px;
	margin-top: 10px;
	max-width: 150px;
	text-align: left;
	border-color: #000099;
	color: #FFFFFF;
}
.oneColFixCtrHdr span.middleright {
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	position: relative;
	top: 5px;
	margin-top: 10px;
	max-width: 150px;
	text-align: right;
	left: 40px;
	border-color: #000099;
	color: #FFFFFF;
}

/* General Linkage */

.oneColFixCtrHdr a {color:white; text-decoration:none;}
.oneColFixCtrHdr a:hover {color:#00ffff;}
.oneColFixCtrHdr a:visited {color:#666666;}


.oneColFixCtrHdr #container #mainContent hr {
	color: #FFFFFF;
}
.oneColFixCtrHdr h1.bodytitle {
	font-family: Kai, BiauKai, "Apple LiSung Light";
	text-align: center;
	margin-bottom: 0px;
	color: #FFFFFF;
}
.oneColFixCtrHdr p.subtitle {
	font-size: small;
	margin-top: 0px;
	text-align: center;
	color: #FFFFFF;
}
.oneColFixCtrHdr  span.super {
	vertical-align: super;
}
.oneColFixCtrHdr p.footnote {
	font-size: small;
}
.oneColFixCtrHdr #footer {
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000099;
	margin-top: 0px;
	color: #FFFFFF;
	font-size: small;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
