@charset "UTF-8";
/* CSS Document */
html {
	min-height:100%;
	height:100%;
}
body {
	background-color:#323964;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	height:100%;
	min-height:100%;
}

/* Cell formatting */
.table_content {
	background-color:#85754e;
	height:100%;
	min-height:100%;
}
table td {
	vertical-align:top;
	padding-top:5px;
}
.header {
	background-image:url(header_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	height:287px;
}
.nav_header{
	background-image:url(header_light_bg.gif);
	background-repeat:repeat-x;
	background-color:#C3B081;
}
.alt_table{
	background-color:#C3B081;	
}
.navigation {
	background-color:#C3B081;
	vertical-align:top;
	color: #FFF;
}
.content {
	color:#323964;
	padding-left:10px;
	vertical-align:top;
}
.copyright {
	height:75px;
	color:#323964;
	text-align:center;
	vertical-align:middle;
}
.checklist {
    border: 1px solid #ccc;
    list-style: none;
    height: 6em;
    overflow: auto;
    width: 16em;
	background:#FFF;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

.checklist label:hover { background: #C3B081; color: #fff; }
