@CHARSET "ISO-8859-1";

body {
	font: 12pt Arial;
	background: #ebf0f6;
	margin: 0px;
	padding-top: 80px;
}

.Error
{
	font-weight:bold;
	color:red;
}
td
{
	vertical-align:top;
}


.Label
{
	font-weight:bold;
	text-align:right;
}
.Detail
{
	font-size:9pt;
}
.Report
{
	width:80%;
	text-align:left;
	
}

.Report th
{
	background-color:#f0f0f0;
}

.Centering
{
	width:100%;
	text-align:center;
	
}
br {
	clear: both;
	height: 0px;
}

div#contact_info {
	position: absolute;
	left: 720px;
	width: 240px;
	top: 40px;
	text-align: right;
}

div#contact_info h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 4px 0px 4px 0px;	
	border: 0 none;
	padding: 0px;
}
	
div#wrapper {
	/* border: 3px solid #133288; */
	background: white;
	margin: 10px;
	padding-top: 10px;
	width: 951px;
	overflow:hidden;
}

div#inner_wrapper {
	border: 3px solid #133288;
	padding:10px 0;
	overflow:hidden;
}

div#searchbar {
	/* border-bottom: 1px solid #ccc; */
	padding: 0px 4px 8px 4px;
	height: 20px;
	margin: 0px 4px 0px 4px;
}
	
div#container {
	width: 945px;
	min-height:203px;
	margin: 0px;
	padding: 0 0 2px 0;
}

div.splash {
	background-repeat:  no-repeat;
	/* background-position: 3px 0px; */
}

div.clear_splash {
	margin-left:0;
	padding:0 0 0 10px;
}

div.breakout {
	float: left;
	width: 255px;
	margin: 0px 50px 10px 0px;
	
}

div.breakout a {
	display: block;
	padding: 8px 20px;
	background: url(navigation/arrow_18.gif) no-repeat left center;
	text-decoration: none;
	color: #003876;
}
	
div.displayable {
	padding: 0;
	border: 0;
	background: transparent;
}
	
div#footer {
	text-align: right;
	padding-top: 7px;
	margin: 0px;
}

div#disclaimer {
	text-align: justify;
	font-size:90%;
	padding: 10px;
	clear:both;
}

div#draft_violator {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 160px;
	background: url(structure/draft_violator.gif) no-repeat 0 0;
	z-index: 999;	
}
