html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
}
.time {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E1E3ED;
	border: 1px solid white;
	color: #3B5893;
	font-size: 8pt;
	font-weight: normal;
	width: 150px;
	float: right;
	text-align: center;
	padding: 5px;
}
.navBox {
	background-image: url(../images/img_navBackground.jpg);
	background-repeat: repeat-y;
}
.puzzlePic {
 	background-image: url(../images/img_homePuzzle.jpg);
	background-repeat: no-repeat;
	background-color: #E6F0E8;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 80%;
	height: 100%;
	margin: 0px;
}
.nav {
	text-align: right;
	padding: 5px 10px 5px 0px;
}
.nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #808080;
	text-decoration: none;
	font-weight: normal;
}
.nav a:hover {
	color: #09357A;
}
.subNav {
	font-weight: bold;
	text-align: center;
	padding: 0px 8px 0px 8px;
	border-right: 1px solid white;
}
.subNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.subNav a:hover {
	color: #000000;
}
.copyright {
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #808080;
	text-align: justify;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #09357A;
}
.empHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #0D6826;
}
.empSubHead{
	color: 74B16E;
	font-weight: bold;
}
.siteLinks {
	text-align: center;
	border-right: 1px solid #C6C132;
}
.siteLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C6C132;
	text-decoration: none;
	font-weight: normal
}
a {
	color: #B3AD00;
	text-decoration: none;
	font-weight: bold;
}