﻿html,body
{ 
	background-color:#D8D8D8;
	background:url('/images/background.gif');
	background-repeat:repeat-x;
	height: 100%; 
	margin: 0; 
	padding: 0; 
	

}

body         { font-family: Arial; font-size: 8pt;	margin: 0; 	padding: 0; }
html         { font-family: Arial; font-size: 8pt }
table        { font-family: Arial; font-size: 8pt }
option       { padding:3px;font-family: Arial; font-size: 8pt }
select       { padding:3px;font-family: Arial; font-size: 8pt }
input        { padding:1px;font-family: Arial; font-size: 8pt }
textarea     { padding:3px;font-family: Arial; font-size: 8pt }
form		 {
	margin-bottom:0;
}

#containerDiv {
	background-color:white;
	min-height:100%;
	position:relative;
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#bodyDiv {
	position:relative;
	left:0px;
	top:160px;
	margin-top:0px;
	padding:10px;
	padding-bottom:60px;	/* Height of the footer */
	min-height:350px;
	height:auto;


}
#footerDiv {
	background-color:#1B7AC0;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;			/* Height of the footer */
	z-index:-1;
}

#headerDiv {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-image:url('../images/header.gif');
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:980px;
	height:160px;
}
