@charset "utf-8";
/* CSS Document */
body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #FFF url(../siteimages/bk.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.sitewrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
/* ------------------------------------------------------------ */
#sitehead {
	background: url(../siteimages/tsc_top.jpg);
	float: left;
	height: 200px;
	width: 1000px;
}
#maincontent {
	float: left;
	width: 1000px;
}
#sitefooter {
	float: left;
	width: 1000px;
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	border-top: 1px solid #666;
}
/* -------------------------------------------------------- */
h1 {
	color: #069;
	margin-top: 5px;
	margin-bottom: 0px;
}
h2 {
	font: bold 30px Arial;
	color: #036;
	margin-top: 50px;
	margin-left: 20px;
}
h3 {
	color: #C60;
	margin-left: 35px;
}
h4 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
h5 {
	font: italic bold 16px "Times New Roman";
	text-align: center;
	color: #FFF;
	background: #036;
}
h6 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#bnav {
	color: #000;
	float: left;
	width: 1000px;
	font: 12px Arial;
}
.contact_col1 {
	float: left;
	width: 400px;
}
.contact_col2 {
	float: left;
	width: 300px;
}
.itemcenter {
	text-align: center;
}
.mcol1 {
	float: left;
	width: 150px;

}
.mcol2 {
	float: left;
	width: 820px;
	padding-left: 10px;
	padding-right: 10px;
}
.mcol2a {
	float: left;
	width: 620px;
	padding-left: 10px;
	padding-right: 10px;
}
.mcol3 {
	float: right;
	width: 194px;
	font-size: 12px;
	padding-left: 5px;
	border-left: 1px dashed #666;
	background: #f1f1f1;
}
.sitecount {
	text-align: center;
}
.sponsorblock {
	text-align: center;
	float: left;
	width: 150px;
	border-top: 1px solid #666;
	margin-top: 5px;
}
#sponsorbox {
	float: left;
	width: 150px;
	font-family: Arial;
	font-size: 12px;
}
.weatherbox {
	font-size: 12px;
	text-align: center;
	float: left;
	width: 150px;
}
/* LINKS -------------------------------------------------- */
a:link, a:visited, a:active {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #030;
	text-decoration: underline;
}
a.nav1:link, a.nav1:visited, a.nav1:active {
	background: #6F9BE2 url(../siteimages/tab1.jpg);
	height: 25px;
	width: 145px;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-left: 3px;
	line-height: 20px;
}
a.nav1:hover {
	background: url(../siteimages/tab2.jpg);
	height: 25px;
	width: 145px;
	color: #FF9;
	text-decoration: none;
	float: left;
	padding-left: 3px;
	line-height: 20px;
}
a.nav2:link, a.nav2:visited, a.nav2:active {
	color: #333;
	text-decoration: none;
}
a.nav2:hover {
	color: #600;
	text-decoration: underline;
}
a.wd:link, a.wd:visited, a.wd:active {
	color: #069;
	text-decoration: none;
}
a.wd:hover {
	color: #600;
	text-decoration: underline;
}											
