@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-image: url(image/gradient_blue.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.thrColFixHdr #header {
	background: #FFFFFF;
	margin: 0;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 150px;
	padding: 15px 10px 15px 20px;
	background-color: #FFFFFF;
	margin: 10px 0 0 0;
}
.thrColFixHdr #mainContent {
	margin: 0 100px 0 200px;
	padding: 0 10px;
}
.thrColFixHdr #footer {
	background:#FFFFFF;
	margin: 0 15px 0px 15px;
	border-top-style: dotted;
	border-top-width: thin;
	padding: 0 0 10px 0;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.navitem {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #004E90;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #2255A8;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color: #004E90;
	font-weight: bold;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #004E90;
}
