@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bodyBg.jpg) repeat-x;
	background-position:top;
	padding:0;
	margin:0;
	text-align:center;
	font-family:verdana,tahoma;
	font-size:12px;
	color:#000;
}
#bodyContainer {
	width:100%;
	text-align:center;
	margin:0px auto;
}
#bodyArea {
	margin:0px auto;
	width:942px;
}
#logoArea {
	background:url(images/ttslogo-s.jpg) no-repeat;
	float:left;
	width:400px;
	height:101px;
	text-align:left;
}
a:link, a:visited, a:active {
	color:#03F;
	text-decoration:none;
	line-height:19px;
}
a:hover {
	color:#000;	
}
#headerArea {
	float:left;
	width:542px;
	height:101px;
	text-align:right;
}
#navigation {
	width:942px;
	height:66px;
}
#greenBox {
	margin-left:28px;
	color:#fff;
	font-weight:500;
	line-height:19px;
	padding-top:55px;	
}
#greenBox a:link, #greenBox a:visited, #greenBox a:active {
	color:#fff;
	text-decoration:none;
}
#greenBox a:hover {
	color:#333;	
}
#footerArea {
	width:100%;
	margin:0px auto;
	text-align:center;
	height:63px;
	color:#fff;
	background:url(images/footer.gif) repeat-x;
	background-color:#1d3444;
	padding-top:20px;
	font-size:10px;
}
#footerArea a:link, #footerArea a:visited, #footerArea a:active {
	color:#fff;
	text-decoration:none;
}
#footerArea a:hover {
	color:#c0c0c0;	
}
.input {
	width:175px;
	font-size:10px;
}
.input2 {
	width:375px;
	font-size:10px;
}
.list2 {
	padding:0 0 0 40px;
	margin:0;
	list-style-type:square;
	color:#1d3444;
}
.list2 a:link, .list2 a:visited, .list2 a:active {
	color:#03F;
	text-decoration:none;
	line-height:19px;
}
.list2 a:hover {
	color:#000;	
}
.list {
	padding:0 0 0 20px;
	margin:0;
	list-style-type:square;
	color:#1d3444;
}
.list a:link, .list a:visited, .list a:active {
	color:#666;
	text-decoration:none;
	line-height:19px;
}
.list a:hover {
	color:#000;	
}
.insetList {
	list-style-type:disc;
}