/* CSS Document */

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
hr {
	width: 50%;
	clear: both;
}
.time {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	letter-spacing: 0.1em;
}
   
body {
	background-color: #ffffff;
	margin: 0px, 0px, 0px, 0px;
}
.fillHeight {
	height: 100%;
}

.header{
	background-color:#999966;
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0px;
	}
.main {
	font-size: 12px;
	position: absolute;
	width: 90%;
	top: 110px;
	left: 5%;
	right: 5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headerTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000033;
	position: relative;
	left: 20px;
	top: 20px;
	letter-spacing: 0.4em;
}
.navBar {
	background-color: #A4C2C2;
	position: absolute;
	height: 30px;
	width: 100%;
	left: 0px;
	top: 60px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000033;
	border-bottom-color: #000033;
}
.navText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	left: 30px;
	top: 7px;
	width: 90%;
	color: #000033;
	letter-spacing: 0.1em;
	font-style: italic;
}
a.navLink, a.navLink:visited {
	color: #666600;
	text-decoration: none;
	font-style: normal;
}

a.navLink:hover {
	color: #000033;
	text-decoration: underline;
}
a.home, a.home:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000033;
	position: absolute;
	top: 20px;
	letter-spacing: 0.4em;
	right: 20px;
	font-style: italic;
	text-decoration: none;
}
a.home:hover {
	font-style: normal;
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	font-style: italic;
	color: #000033;
	clear: both;
}
.left {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
.right {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
