@charset "utf-8";
/* CSS Document */

html,body{
      margin:0;
      padding:0;
/*      height:100%;	*/
      border:none
   }
/*	#fullheight{height:100%}	*/

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	text-align:center;
}
img
{
	border:none;
	size:1px;
}
td
{
	text-align:left;
}
a
{
	color:#016fb3;
}
a:hover
{
	color:#1b1e4b;
}
h1
{
	margin-top:0;
}
hr
{
	color:#000066;
	size:1px;
	height:1px;
}
.leftnav
{
	width:166px;
	background-color:#cee0e5;
	height:100%;
	text-align:center;
	vertical-align:top;
	padding-top:15px;
}
.leftnav a
{
	font-size:18px;
	color:#016fb3;
	text-decoration:none;
	font-weight:bold;
}
.leftnav a:hover
{
	color:#1b1e4b;
}
.leftnav a.OnPage
{
	color:#43a8e7;
	text-decoration:overline underline;
}
.contentarea
{
	width:564px;
	background-color:#e4f2f3;
	padding:20px;
	vertical-align:top;
}
.contentbox
{
	border:1px solid #003399;
	padding:1em;
}
.texthighlight
{
	color:#003399;
}
.footer
{
	font-size:.8em;
	text-align:center;
	color:#666666;
	background-color:#e4f2f3;
	vertical-align:bottom;
	padding-bottom:20px;
}
.hidden
{
	display: none;
}
.clear
{
	clear:both;
}
