@charset "utf-8";
/* CSS Document */

html, body {
	height:100%; 
	width:100%;
	margin:0;
	padding:0;
}

.header_table {
	background-color: #000;
	vertical-align: bottom;
}

.filler_cell {
	background-image: url(../images/filler.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(../images/carbon.gif);*/
	/*background-repeat: no-repeat;*/
	background-position: bottom center;
	font-family:	Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	background-color:#222222;
}

img {
	border: none;
}

.thin_border {
	border: 1px solid #000000;
}

#content {
	padding: 20px;
	width: auto;
	margin:0;
	/*background-image: url(../images/watermark.gif);*/
}

.floater {
	background-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	color: black;
	border: 1px solid black;
}

.subheader {
	background-color: #330000;
	background-image: url(../images/header_bckgd.gif);
	border-bottom: 1px solid black;
	margin-top: 0px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 5px;
	padding-left: 0px;
	height: 30px;
}
