html, body {margin: 0; padding: 0; text-align: center; background-color: #637c72; background-image: url(images/tt2011bg.jpg); background-repeat: repeat-x;}


.error {color:red;}

.cb label
{
    margin-left: 4px;
}

.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #336699;
}

div.clear { clear: both; line-height: 0; padding: 0; }

#header {
				text-align: Left;
				height: 167px;
		}



#footer {       position:fixed;
width:100%;
bottom: 0px;
left: 0px;
z-index:1;
                height: 25px;
	            background-color: #dcd7c9; 
				border-top: 1px solid #8d8160;
	      } 

#main{
	position: absolute;
	overflow: auto;
	left: 0px;
}

#maincontent{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #41493c;

}




#side{
	position: absolute;
	overflow: auto;
	left: 775px;
}

#sidecontent{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #9fdddc;

}


.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


