@charset "UTF-8";
body {
	background: #DEDACF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
.tcc #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}
.tcc #header {
	padding: 0 10px 0 20px;  
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 175px;
}
.tcc #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.tcc #mainContent {
	padding: 0 20px 0 125px;
}
.tcc #footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat;
	float: inherit;
}
.tcc #footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
	font-size: 0.57em;
	color: #ffffff;
}
.headline {
	font-size: 0.85em;
	color: #525f76;
	letter-spacing: 1.5px;
	font-variant: small-caps;
	display: block;
	border-bottom: 1px solid #525f76;
	width: 568px;
	}
	
.tcc #logoboxes {
    width: 170px;
    border-color: #4F6173;
    border-width: 3px;
    border-style: solid;
    background-color: #FFFFFF;
    height: 90px;
    float: left;
    margin: 0 20px 20px 0;
    }
 
.tcc #logoboxes a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: inherit;
	width: inherit;
}
.clearfloat { 
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.tcc #container #mainContent table tr td {
	font-size: 10px;
}
