@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	color: #001597;
}

a
{
	border: none;
}

img
{
	border: none;
}

#content
{
	padding: 20px;
}

#container
{
	background-color: #FFF;
	width: 800px;
	padding: 10px;
	margin: 0 auto;
}

#header
{
	height: 80px;
}

.homepage
{
	text-align: center;
}

.line
{
	margin: 50px 210px;
	border-bottom: 2px solid #333;
}

#navigation
{
	clear: both;
	width: 100%;
	margin-top: 50px;
}

.navigation-left
{
	float: left;
	text-align: left;
}

.navigation-center
{
	float: left;
	text-align: center;
	margin-left: 245px;
	padding-top: 5px;
}

.navigation-right
{
	float: right;
	text-align: right;
}

a.next-page
{
	display: block;
	padding: 5px 10px 5px 10px;
	background: #CCC;
	color: #000;
	text-decoration: none;
	width: 95px;
	text-align:center;
}

a.next-page:hover
{
	background: #333;
	color: #FFF;
}
	
#footer
{
	font-size: 9px;
	color: #666;
	height: 15px;
	clear: both;
	padding: 10px 0px 10px 0px;
}

.footer-left
{
	float:left;
	text-align: left;
}

.footer-center
{
	float: left;
	margin-left: 138px;
	text-align: center;
}

.footer-right
{
	float:right;
	text-align: right;
}

h1.cover
{
	font: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-decoration: none;
	margin-top: 50px;
}

h2.cover
{
	font: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-decoration: none;
}

h3.cover
{
	text-decoration: none;
	font-size: 18px;
	margin: 30px 0px;
}

h1, h2
{
	font: Arial, Helvetica, sans-serif;
	font-size: 14pt !important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 5px 0px;
	text-decoration: underline;
	text-align: center;
}

h3
{
	font-size: 18px;
	margin: 10px 0px;
	text-decoration: underline;
}

input
{
	width: 700px;
	border: 1px solid #CCC;
	background-color: #F1F1F1;
	font-size: 20px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

#title
{
	float: right;
	text-align: right;
	background-color: #e2e2e2;
	padding: 10px;
}

#title p
{
	font-size: 12px;
}

#logo
{
	width: 250px;
	float: left;
}

ul
{
	margin: 0px;
}

p
{
	margin: 5px 0px;
}

#print-header
{
	display: none;
}

#print-btn
{
	margin: 50px 0px;
}
h3.completed
{
	font-size: 20px;
	text-decoration: none;
	margin-top: 30px;
}

h2.completed
{
	font-size: 24px;
	text-decoration: none;
	text-transform: none;
	font-style: italic;
	margin: 20px 0px;
}

ul li ul li ul li
{
	list-style-image: url(../images/square-bullet.png);
}