/* CSS Document */

*{
margin:0;
padding:0;
}

html, body
{
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 100%;
	background-color: #000000;

}

th{font-size:14px}

a,
a:link,
a:active,
a:visited
{
	color:#00c6ff;
}
table{
	font-size:11px;
	}

.formtable {font-size:12px}
.formtable td {
			padding: 5px;
			
			}
.overline {border-top: 1px; border-top-style: solid; border-color: #d5d0c5;}
#header 
{
	height:85px;
	padding:0px;
	margin-top:0px;
	padding-top:10px;
	padding-left:25px;
	background:url(/images/bg_hpc_header.gif);
	background-repeat:repeat-x;
	color:white;
}
#leftnav
{
	float: left;
	width: 185px;
	margin: 0;
	padding-left:6px;
	padding-top:10px;
	padding-bottom:30px;
	
}

#welcome 
{
	position:absolute; 
	top:15px; 
	left:205px;
}
#contentHolder
{
	
	margin:25px;
	padding: 10px;
	height:auto;
}

.content
{
	width:600px;
	position:relative;
	background-color:#eee9de;
	padding:10px;
	color:black;
	height:auto;
	border: 1px solid #270101;
	border-width: 1px 1px 1px 1px;
	margin-bottom:10px;
	text-align:left;
}
.content a,
.content a:link,
.content a:active,
.content a:visited
{
	color:black;
}

#contentHeader 
{
	color:#eee9de;
	font-size: 16px;
}
#nonFooter
{
	width: 100%;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background-color: ;
	margin: 0px auto;
	padding: 0px auto;
	text-align: left;
}

* html #nonFooter
{
	height: 100%;
}

#footer
{	
	width: 100%;
	height: 30px;
	FONT-SIZE: 9px;
	padding: 0px;
	margin: -30px auto 0 auto;
	text-align: left;
	background-color: #fff;
	position: relative;
	CLEAR: both;
	background-color:#330000;
} 
#footerContent
{	
	width:100%;
	DISPLAY: inline;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
	LINE-HEIGHT: normal;
	PADDING-TOP: 5px;
	TEXT-ALIGN: center;
	color: #FFF;

}

label	{
		 float:left;
		 padding-right:5px;
		 padding-top:2px;
		 text-align:right;
		 width: 200px;	
		 color:black	 
		}
		
#myform input, 
#myform textarea, 
#myform select	{
		 margin-bottom: 5px;
		 padding-left:5px;
		 padding-right:5px;
		 width: 125px;
		}
