@charset "UTF-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.thrColFix #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#f8f7f7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFix #mainContent { 
	margin: 0;
	padding: 20px 10px 50px 10px;
}

img {border:0px}


/* FORM LINKS
-----------------------------------------------------------------------------*/

input, textarea {
	background-color:#fff; 
	border:1px dotted #999; 
	width:200px; 
	padding:2px; 
	font-weight:bold
}

input:focus, textarea:focus {background:#eee}

.submit {
	width:100px; 
	background-color:#263895; 
	color:#fff; 
	border:1px solid #999; 
	cursor:pointer; 
	*border:1px; 
	font-weight:bold; 
	padding:2px 
}

.submit:hover {background-color:#4054bd;}
