@charset "utf-8";
/* CSS Document */
body  {
	margin: 0;
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. Text is then set to left aligned default in #container  */
	color: #000000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #333;
	background-image: url(../images/maincontentback03.jpg);
	background-repeat: repeat-x;
	background-position: 0px 66px;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
html { min-height: 100%; margin-bottom: 1px; overflow-y: scroll;}
form {
	background-color: #CCCC99;
}
img {
	background-color: #666;	
	}
.title {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 24px;
	line-height: 30px;
  	background-color: #006666;
	color: #DCDCDC;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  	color: #006666;
}
.clearfloat { 
	clear:both;
	height:0;
	}

