@charset "utf-8";
/* CSS Document */
/** Elements **/
/** Hamonious #CCFFFF: #CCFFCC #CCCCFF #FFFFCC #FFCCCC**/
body {
   background-color: #CCCCFF;
   color: #000000;
   font-family:Georgia, Times New Roman, Times, serif;   /* Georgia 12pt */
   font-size:100%;
   margin: 0; /* it's good practice to zero the margin */
   padding: 0;
   text-align: left;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	background-color:#CCFF00;
	color: #000000;
}
a:active {
	color: #FF0000;
}
h1 {
	font-size:300%;
}
h2 {
	font-size:200%;
}
h3 {
	font-size:150%;
}
h4 {
	font-size:300%;
}
h5 {
	font-size:200%;
}
h6 {
	font-size:150%;
}
#nowrap {
	white-space:nowrap;
	padding-right:10px;
	padding-left:10px;
	text-align:right;
}
#locationheader {
	border:none;
	padding-left:10px;
	text-align:right;
	vertical-align:middle;
}
#location {
	border-right:1px solid black;
	padding-left:1em;
	padding-right:10px;
	text-align:left;
	vertical-align:middle;
}
/** Used for the top of each page **/
/* Set the div to center and auto resize to min and max */
/** Hamonious #CCFFFF: #CCFFCC #CCCCFF #FFFFCC #FFCCCC**/
#container {
	background-color: #CCFFFF;
	border:1px solid #000000;
	margin: 0 auto; /* Center the block */
	/* min-height: 500px; /* Fills page */
	max-width: 960px; /* Corresponds to 1024 with scrollbars */
	min-width: 760px; /* Corresponds to 800 with scrollbars */
	width: 100%;
}
div.spacerband {
	background-color:#000000;
	border:none;
	height:4px;
	width:inherit;
}
div.spacerline {
	background-color:#000000;
	border:none;
	height:2px;
	width:inherit;
}
#links {
	background:inherit;
	font-size:70%;
	font-weight:bold;
	padding:2px;
	text-align:left;
}
#links a {
	background:inherit;
	border-right:1px solid #FFCCCC;
	padding:0.2em 0.6em;
	text-decoration:none;
}
#links a:link {
	color: #000000;
}
#links a:visited {
	color: #000000;
}
#links a:hover {
	color: #CC0000;
}
#links a:active {
	color:#000000;
}
#links ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}
#links li {
	display:inline;
}
.logo {
	background-color:#CCFFCC;
	color: #000000;
	font-size: 200%;
	font-style:oblique;
	font-weight: bolder;
	padding-left:1em;
	padding-top:.15em;
}
.logo #icon {
	border:none;
	height:0.5em;
	width:0.5em;
}
.logo #pic {
	border:none;
	height:1em;
}
.logo span {
	color: #0000FF;
	font-size:50%;
	font-weight:bolder;
}
.logo #world {
	border:none;
	height:1em;
	width:1em;
}
#maincontent {
	background:inherit;
	border:none;
}
#pagename {
	background:#FFCCCC;
	color: #0000FF;
	font-size:140%;
	font-weight:600;
	height:auto;
	padding:0.2em;
	text-align:center;
}
/** Used in many pages **/
.alignCenter {
	text-align:center;
}
.alignLeft {
	padding-left:5px;
	text-align:left;
}
.detailTbl {
	border-color:#000000;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	vertical-align:top;
	width:100%;
}
.detailTbl th {
	border-color:#000000;
	font-size:inherit;
	font-style:italic;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	text-transform:uppercase;
	white-space:nowrap;
}
.detailTbl td {
	border-color:#000000;
	font-size:inherit;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}
#fltleft {
	float:left;
}
#fltright {
	float:right;
}
.valignMiddle {
	vertical-align:middle;
}
/** Index.html Page Only **/
#bodycol {
	background:inherit;
	border:none;
	font-size:inherit;
	padding:10px;
	vertical-align:top;
	white-space:normal;
}
#bodycol p {
	text-indent:2em;
}
#bodycol p:first-line {
	color: #000000;
	font-weight:700;
	font-variant: small-caps;
}
#bodycol p:first-letter {
	color: #0000FF;
	font-size:xx-large;
	font-weight:700;
}
#imgCol {
	background:inherit;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:10px;
	vertical-align:top;
	width:280px;
}
#imgTbl th {
	font-size:100%;
	font-weight:500;
	padding-bottom:20px;
	text-align:center;
}
#imgTbl img {
	border:2px solid #0000FF;
	width:256px;
}
#myLinks {
	font-size:80%;
	list-style-type:decimal;
	list-style-position:outside;
	text-align:left;
}
#myLinks th {
	font-size:100%;
}
#updated {
	font-size:60%;
	text-align:center;
}