body {
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
}
.leftcolumn {
	background-color: #eef9ff;
	width: 22%;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #d0e3ee;
	padding-top: 5px;
}
.rightcolumn {
	background-color: #eff5fb;
	width: 72%;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #015EA3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #629BC7;
	padding: 10px;
}
.nortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.nortext_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002B4A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #015EA3;
	font-weight: bold;
}

.footer{
	background-color: #D9ECFB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #015EA3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #015EA3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;

}

.nav_td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
}

a.mainnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.mainnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:  #000000;
	text-decoration: none;
}

a.mainnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:  #000000;
	text-decoration: none;
}

a.mainnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #015EA3;
	text-decoration: none;
}

