body {
  background: #669966;
  padding: 0px;
  margin: 0;
  font-family: Arial;
  font-size: 12px;
}

#container {
	height: 686px;
	width: 800px;
	z-index: 1;
	left: 0em;
	top: 1em;
	position: relative;
	margin: auto;
	padding: 0px;
	border: 1px solid #aaa;
	overflow: visible;
	background-color: #6699CC;
}
* html #container {height: 697px;}

img {
  border: 0;
}

a {
  color: #000066;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #000066;
  text-decoration: underline;
  font-weight: bold;
}

td {
	text-align: justify;
	vertical-align: top;
	padding:2px;
	margin: 2px;
}

/* Page Content */
.title {
	text-align: left;
	background: #6699CC url(../images/title.jpg);
	padding: 10px 3px;
	text-align: left;
	font-family: Arial;
	font-size: 22px;
	color:white;
}

.page {
  margin: 0 auto 0 auto;
  padding: 5px;
  background: #6699CC url(../images/blueskytwo.jpg);
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #ccc;
  clear: both;
}

.scroller {
	position:relative;
	width:790px;
	height:560px;
	overflow: auto;
	z-index: 2;
}

#copyright {
	position: absolute;
	left:450px;
	top:700px;
	width:350px;
	height:13px;
	z-index:14;
	text-align: right;
	font-size: 10px;
	color: #CCCCCC;
}	
#copyright  a {color: #CCCCCC}
#copyright  a:hover {color: white}

#linx {
	position:absolute;
	width:100%;
	left:0px;
	top:700px;
	width:799px;
	height:17px;
	z-index:13;
	font-weight: normal;
	color: #CCCCCC;
}	
#linx  a {color: #CCCCCC}
#linx  a:hover {color: white}

/* navigation */

.navigation {
	background: #CE3300;
	padding: 10px;
	text-align: left;
	clear: both;
	font-size: 11px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #aaa;
	z-index: 10;
}

.navigationtwo {
	background: #CE3300;
	padding: 10px;
	text-align: left;
	clear: both;
	font-size: 11px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.currentLink {
	position: relative;
	left: -10px;
  	font-size: 11px;
  	text-decoration: none;
 	padding: 10px 10px 10px 10px;
  	display: inline;
  	margin-right: 0px;
  	color: white;
	background: #C10000;
}
.currentLink:hover {
	position: relative;
	left: -10px;
	color: white;
	text-decoration: none;
	background: #C10000;
}

.pageLink {
	position: relative;
	left: -10px;
  	font-size: 11px;
  	text-decoration: none;
 	display: inline;
  	padding: 10px 10px 10px 10px;
  	font-weight: bold;
  	color: white;
  	margin-right: 0px;
}
	
.pageLink:hover {
	position: relative;
	left: -10px;
  	font-size: 11px;
 	text-decoration: none;
  	display: inline;
  	padding: 10px 10px 10px 10px;
  	font-weight: bold;
 	background: #C10000;
  	color: white;
}



/* text styling */
.headline {
	font-size: 24px;
	color:#990000;
	font-weight: bold;
}

.subhead td { 
	padding: 0px;
	margin: 0px;
}

.subhead {
    background: #6699CC;
	font-size: 12px;
	color:white;
	text-align: left;
    border: 1px solid #aaa;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-weight: normal;
}

.subhead a {
	color:white; 
	text-decoration: none; 
	font-weight: normal;
    display: inline;
}

.subhead  a:hover {
	color:white; 
	font-weight: normal;
	background: #6699CC url(../images/bluesky.jpg);
	display: inline;
	
}


.framefix {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.framefix a:link { 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: normal;
}
.framefix  a:hover { color:white; }

.framefix a:visited { 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: normal;
}
.midhead {
	font-size: 16px;
	color:white;
}
.midheadb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	text-decoration: none;
	
}

a.midheadb   { 
	font-size: 16px; 
	font-weight: normal;
	}
.midhead a { 
	font-size: 16px; 
	font-weight: normal;
	}

.midheadb  a:hover {
	font-size: 16px; 
	color:white; 
	font-weight: normal; 
	text-decoration: none;
	}
