/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010F50;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #010F50;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #010F50;
}

.footer {
	font-family: "Franklin Gothic Book";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.footerSub {
	font-family: "Franklin Gothic Book";
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

.footerBack {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width: 896px;
	height: 57px;
}

.leftNavBack {
	background-image:url(../images/nav_left.jpg);
	background-repeat:no-repeat;
	width: 171px;
	height: 361px;
}

.leftNav {
	font-family: "Franklin Gothic Book";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
}

a.leftNav {
	font-family: "Franklin Gothic Book";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}

a.leftNav :hover{
	text-decoration: underline;
}

a.leftNav :visited{
	text-decoration: none;
}

a.leftNav :active{
	text-decoration: none;
}

.rightNavBack {
	background-image:url(../images/nav_right.jpg);
	background-repeat:no-repeat;
	height: 255px;
}

.rightNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.rightNavBack2 {
	background-image:url(../images/nav_right2.jpg);
	background-repeat:no-repeat;
	height: 237px;
}

.rightNav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}

a:link {
	font-size: 12px;
	color: #010F50;
	text-decoration:none;
	}
a:active {
	text-decoration:none;
	color: #010F50;
	}
a:hover{
	text-decoration:underline;
	color: #010F50;
	}
a:visited {
	text-decoration:none;
	color: #010F50;
	}
	
.whiteLink a:link {
	font-size: 12px;
	color: white;
	text-decoration:none;
	}
.whiteLink a:active {
	font-size: 12px;
	color: white;
	text-decoration:none;
	}
.whiteLink a:hover {
	font-size: 12px;
	color: white;
	text-decoration:underline;
	}
.whiteLink a:visited {
	font-size: 12px;
	color: white;
	text-decoration:none;
	}