/* CSS Document */
/*------------------------- Body styles-------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center 0;

}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0; 
	background-color: transparent; 
	background-position: center 0; border: 0; }

a:link { }
a:visited { }
a:hover { }
a:active { }
	
h1{
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: .035em;
	color: gray;
}

h3{
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: .035em;
	color: #0455A4;
}

body{ background-color: white; 
	background-image: url(../images/main_background.jpg); 
	background-repeat: repeat-x; 
	background-position: left top; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.4em; 
	padding: 0; 
	margin: 0; 
	color: #363636; 
	text-align: center; }

h2{	
	font-size: 7pt;
	font-weight: bold;
	letter-spacing: .05em;
	word-spacing: .2em;
	color: gray;
}

h4{	
	font-size: 7pt;
	font-weight: bold;
	letter-spacing: .05em;
	word-spacing: .2em;
	color: black;
}


/*---- Classes ----*/

.clear{ clear: both;}

/*---- Styles ----*/

#wrapper{ text-align: left;
	position: relative; 
	width: 825px; 
	height: auto;
	margin: 0 auto;
	margin-top: 50px; 
	display: block;
}

#tcs_header{
	background-image: url(../images/tcs_header.png);
	background-position: relative;
	background-repeat: no-repeat;
	position: relative; 
	width: 825px; 
	height: 128px;
	display: block;
}

#intro_header{
	background-image: url(../images/intro_header.png);
	background-position: relative;
	background-repeat: no-repeat;
	position: relative; 
	width: 825px; 
	height: 128px;
	display: block;
}

#tcs_main_body{
	width: 825px;
	height: auto;
	display: block;
	background-image: url(../images/filler.jpg);
	background-repeat: repeat-y;
}

#intro_main_body{
	width: 825px;
	height: 455px;
	display: block;
	background-image: url(../images/intro_filler.jpg);
	background-repeat: repeat-y;
}


#tcs_nav{
	width: 181px;
	height: 300px;
	display: block;
	float: left;
	text-align: right;
}

#content{
	width: 560px;
	height: auto;
	display: block;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#tcs_main_footer{
	background-image: url(../images/tcs_footer.png);
	background-position: relative;
	background-repeat: no-repeat;
	position: relative; 
	width: 825px; 
	height: 30px;
	display: block;
}

#intro_main_footer{
	background-image: url(../images/intro_footer.png);
	background-position: relative;
	background-repeat: no-repeat;
	position: relative; 
	width: 825px; 
	height: 30px;
	display: block;
}


#tcs_tail{
	position: relative; 
	width: 825px; 
	height: 15px;
	text-align: center;
	display: block;
}

#image_right{
	width: 270px;
	height: auto;
	display: block;
	float: right;
	margin-left: 5px;
}

#image_right2{
	width: 170px;
	height: auto;
	display: block;
	float: right;
	margin-left: 5px;
}

#image_left{
	width: 270px;
	height: auto;
	display: block;
	float: left;
	margin-right: 5px;
}

#filler_left{
	width: 30px;
	height: 300px;
	display: block;
	float: left;
}

#filler_right{
	width: 20px;
	height: 300px;
	display: block;
	float: right;
}
