#container {
	width: 768px;
	margin: 0 auto 0 auto;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#head {
	height: 77px;
	background: #eeeeee url('/i/head.jpg') top left no-repeat;
}

#banner {
	height: 54px;
	background: #1d5ab3 url('/i/banner.jpg') top left no-repeat;
}

#head ul {
	margin: 0;
	padding: 5px 10px 0 0;
	list-style-type: none;
	text-align: right;
}

#head ul li {
	display: inline;
	padding: 0 2px 0 5px;
	border-left: 1px solid #6f6f6f;
}

#head ul li.firstlink {
	border: 0;
}

#head ul li a:link {color: #6f6f6f; text-decoration: none;}
#head ul li a:visited {color: #6f6f6f; text-decoration: none;}
#head ul li a:hover {color: #000000; text-decoration: underline;}
#head ul li a:active {color: #6f6f6f; text-decoration: underline;}

#head ul#topnav {
	font-weight: bold;
	font-size: 7pt;
}

#head ul#bottomnav {
	font-weight: bold;
	font-size: 9pt;
}

#head ul#reportNav {
	font-weight: bold;
	font-size: 7pt;
}

#content {
	padding: 30px;
	/* line-height: 1.8; */
}

#foot {
	clear: both;
	width: 740px;
	padding: 8px 14px 8px 14px;
	background: #000000;
	color: #f0f0f0;
}

#foot ul {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	font-size: 8pt;
}

#foot ul li {
	display: inline;
	padding: 0 2px 0 5px;
	border-left: 1px solid #cccccc;
}

#foot ul li.firstlink {
	border: 0;
}

#foot ul li a:link {color: #cfcfcf; text-decoration: none;}
#foot ul li a:visited {color: #cfcfcf; text-decoration: none;}
#foot ul li a:hover {color: #f0f0f0; text-decoration: underline;}
#foot ul li a:active {color: #f0f0f0; text-decoration: underline;}

#foot p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 8pt;
}

#titlehead {
	border-bottom: 1px solid #000000;
}

#titlehead h1 {
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 13pt;
	font-weight: normal;
	line-height: 1;
	color: #666666;
}

#titlehead h1 a:link {color: #666666; text-decoration: none;}
#titlehead h1 a:visited {color: #666666; text-decoration: none;}
#titlehead h1 a:hover {color: #000000; text-decoration: underline;}
#titlehead h1 a:active {color: #000000; text-decoration: underline;}

#titlehead p {
	width: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	font-size: 8pt;
}