@charset "UTF-8";
.bg {
	background-color: #FFFFFF;
	background-image: url(../images/tlcc_bg.jpg);
	background-repeat:repeat;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #312400; 
	line-height: 20px;
}
.nav a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #312400
}
.nav a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color:#312400
}
.nav a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #4582aa
}
.nav a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #F0B209;
	line-height: normal;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8D7944;
	line-height: 20px;
}
.textbox {
	padding-right: 20px;
}

