body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.headding {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #2D5CA4;
}
.border-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9D3F0;
	padding-bottom: 14px;
}

.line-v {
	background-image: url(../images/line-v.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.home-bg {
	background-image: url(../images/bg-home.gif);
	background-repeat: repeat-x;
	background-position: left 381px;
}
.subhead {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #54A8E1;
}
.bottom-box {
	background-color: #A9D3F0;
	padding-top: 14px;
	padding-bottom: 14px;
}
.subhead-black {


	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/footer-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	padding-top: 17px;
	padding-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A9D3F0;
}
.footer-link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.footer-link:hover {
text-decoration:underline;
}
.powered-link {
	font-weight:bold;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.powered-link:hover {
text-decoration:underline;
}
.nav {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	word-spacing: 4px;
}
.nav-links {

	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom:solid 1px #ffffff;
}
.nav-links:hover {

	color: #000000;

}
.inner-bg {

	background-image: url(../images/bg-home.gif);
	background-repeat: repeat-x;
	background-position: left 336px;
}
.list {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

