@charset "UTF-8";

body  {
	background: #666666;
	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 */
	background-image: url(images/white_puzzle.gif);
	color: #4c632f;
	font-size: 0.9em;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/white_puzzle.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
} 
#header {
	height: 215px;
	background-color: #0F3830;
	background-position: center;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #556163;
	color: #D5EDB3;
	line-height:20px;
	letter-spacing:0.2em;
	width: 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	clear: both;
}
#sidebar1 a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:20px;
	letter-spacing:0.2em;
	text-decoration: none;
	display:block;
	padding:10px 6px 10px 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #D5EDB3;
}	
#sidebar1 div: hover {
	background-color: #999999;
}
#sidebar1 a:hover {
	color:#993300;
	background-color: #C9CDCE;
}
#mainContent {
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 1.5em;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFFFF;
} 
h1 {
	font-size: 1em;
	font-weight: bold;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 90%;
	text-align: center;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-top: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	position:relative;
	left:57px;
	top:200px;
	width:800px;
	height:23px;
	z-index:1;
	background-color: #0F3830;
}
#dateformat {
	color: #D5EDB3;
	letter-spacing:0.2em;
	font-weight: bold;
	font-size: 0.78em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0F3830;
	vertical-align: middle;
	text-align: center;
}
.navText {
	color: #003366;
	line-height:20px;
	letter-spacing:0.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	background-position: top;
}
td {
	vertical-align: top;
}
li {
	padding-top: .3em;
}
#footer a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:20px;
	letter-spacing:0.2em;
	text-decoration: none;
}
#footer a:hover {
	color:#993300;
	background-color: #C9CDCE;
}
#container #header #dateformat a {
	color: #D5EDB3;
	text-decoration: none;
}
#container #header #dateformat a:hover {
	color: #fcef9b;
	text-decoration: none;
}
