@charset "UTF-8";
/* CSS Document */

	a:link {
	color: #0076B0;
	text-decoration:none
}
	a:visited {
	color: #0076B0;
	text-decoration:none
}
	a:hover {
	color: #FFFFFF	;
	text-decoration:none
}
	a:active {
	color: #ffffff;
	text-decoration:none
	}
	
	body {
	background-image:url(images/template/BG_tile.png);
	background-repeat: repeat;
	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: #000000;
		
	}
	ul {
	padding: 0 0 10px 35px;
	}
	.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 30px;
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
	td#bgimage {
	background-image:url(images/template/TIN_template_04.jpg);
	padding: 0;
	height: 145px;
	}
	
	#header {
	height: 143px;
	background-image:url(images/Template/TIN_template_01.jpg);
	}
	
	#menu {
	background-image: url(images/template/TIN_template_02.jpg);
	height: 32px;
	text-align:center;
}
	
	.oneColFixCtr #mainContent {
	background-image:url(images/template/FG_stripe.png);
	background-repeat:repeat;
		width: 960px;
		padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		margin: 0 ;
	}
	
	#footer {
	background-image: url(images/template/TIN_template_05.jpg);
	height: 25px;
	text-align:center;
	line-height:25px;
}
	.Footnote {
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 8px;
}
	.footerText {
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #FFFFFF;
}
.HomeBody {
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #737373;
	line-height: 20px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Body {
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #737373;
	line-height: 18px;
	text-align: left;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Body a:hover {
color: #CCCCCC;
}

.Header {
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #1D8A93;
	line-height: 20px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ImgFloatLeft {
	float: left;
	padding: 0px;
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
