@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
* body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	text-align:center;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#0370a5;
	margin-left:12px;
}
h1 .subh1 {
	font-family:Tahoma;
	font-size:9px;
	color:#000000;
}
a {
	color:#0370a5;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.header {
	background: #fff url(../images/tr_header.jpg) repeat-x;
	margin: 0 0 10px 0;
	height: 232px;
	padding: 1px 0 3px 10px;
}
.logo {
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.wrap {
	border: 0px solid #E3E3E3;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 1020px;
}
.content {
	margin-top:10px;
}
.item {
	margin-bottom:40px;
	padding: 10px;
}
.prefooter {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: #fff url(../images/tr_prefooter.jpg) repeat-x;
	height: 150px;
	vertical-align: 25px;
	line-height:17px;
	bottom:0px;
}
.prefooter h1 {
	color: #0370a5;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:0px;
	font-size:20px;
}
.prefooter .left {
	margin-top:10px;
	float:left;
	width:500px;
}
.right {
	clear:both;
	float:right;
	width:400px;
	border-left:solid #595959 1px;
	padding-left:50px;
	margin-top:10px;
}
#footer {
	clear: both;
	text-align: right;
	color: #FFFFFF;
	font-size:10px;
	vertical-align:bottom;
	margin-right:10px;
}
#header_text {
	color:#FFFFFF;
	margin-left:10px;
}
#header_text a {
	color:#FFFFFF;
}
