@charset "utf-8";
/* CSS Document */
body, p, td, tr, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 1.8em;
	margin: 0px;
	padding: 0px 0px 20px 0px;

}

li {
	margin-bottom: 8px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
h1 {
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 38px;
	font-weight: normal;
	padding: 30px 0px 15px 0px;
	margin: 0px;
}
h1 a:link {
	text-decoration: none;
	color: #3A6E8F;
}
h1 a:visited {
	text-decoration: none;
	color: #3A6E8F;
}
h1 a:hover {
	text-decoration: none;
	color: #3A6E8F;
}
h2 {
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	padding: 8px 0px 25px;
	margin: 0px;
	color: #000000;
}
a:link {
	color: #005e8a;
}
a:visited {
	color: #005e8a;
}
a:hover {
	color: #a2c4d4;
}
.header {
	margin: 0 auto;
	color: #3A6E8F;
	height: 110px;
}
.navigation {
	border-top: 2px solid #3A6E8F;
	margin: 12px 0px 0px auto;
	
	/*height: 20px;*/
	padding: 7px 0px 10px 0px;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.navigation li {
	display: inline;
	margin: 0px 20px 0px 20px;
	list-style: none;
}
.navigation li a:link {
	
	text-decoration: underline;
	color: #3A6E8F;
}
.navigation li a:visited {
	text-decoration: underline;
	color: #3A6E8F;
}
.navigation li a:hover {
	text-decoration: underline;
	color: #a2c4d4;
}
.content {
	background-image: url(images/page-bg-grad.gif);
	background-position: top center;
	
	width: 710px;
	padding: 10px 55px 20px 55px;

	margin: 0px auto 0px auto;
}
.column1 {
	width: 330px;
	float: left;
	padding-right: 10px;
}
.column2 {
	width: 310px;
	margin-right: 10px;
	padding: 0px 10px 10px 10px;
	float: left;
	border-left: 1px solid #CCCCCC;
	/*border-right: 1px solid #CCCCCC; */
}
.column2 ul {
	padding: 0px;
	margin: 0px;
}
.column2 li {
	list-style: none;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}

.column3 {
	width: 220px;
	float: left;
}
.tbl_border {
	border-collapse: collapse;
}
.tbl_border td {
	border: 1px solid #CCCCCC;
}
.tbl_border th {
	border: 1px solid #CCCCCC;
}

.clear
{
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.sub_text {
	margin: auto;
	padding: 20px 50px 0px 50px;
	color: #999999;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

.sub_text p {
	font-size: 10px;
	text-align: center;
}