html, body {
	margin: 0px;
	height: 100%;
}

td {
	font-family: Verdana;
	font-size: 11px;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1A66AE;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.topNavigationBar {
	background-image: url(../i/bg-top-nav.jpg);
	background-repeat: repeat-x;
	text-align: center;
	white-space: nowrap;
	padding: 0px;
}

.topNavigationBarHome {
	background-image: url(../i/home-bg-top-nav.jpg);
	background-repeat: repeat-x;
	height: 97px;
	text-align: center;
}

.logoHeader {
	height: 266px;
	background-image: url(../i/bg-top-nav-shadow.jpg);
	background-repeat: repeat-x;
}

.footer {
	background-image: url(../i/bg-footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 78px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.footerAddress {
	color: #BEBE6C;
	font-size: 11px;
	font-weight: bold;
}


.content {
	width: 863px;
	text-align: justify;
	color: #434343;
	height: 100%;
}

.pageTitle {
	font-size: 24px;
	font-weight: 400;
	color: #7A7A7A;
	position: absolute;
	top: 316px;
	text-align: left;
	padding-left: 65px;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.tier2Container { /* tier 2 container */
	width: 250px;
	background-color: #FFFFFF;
	position: absolute;
	text-align:left;
	padding: 0px;
}


.tier2Link { /* tier 2 link */
	width: 250px;
	display: block;
	float: left;
	color: #3C4F7F;
	height: 15px;
	padding: 3px;
	font-size: 11px;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	border: 0px;
	text-decoration: none;
}

.tier2Link:hover{ /* tier 2 link hover */
	background-image: none;
	background-color: #DDE9F3;
	padding: 3px;
	border: 0px;
	text-decoration: none;
}

.tier3Container { /* tier 3 container */
	width: 190px;
	left: 190px;
	background-color: #DDE9F3;
	position: absolute;
	text-align:left;
	padding: 0px;
}

.tier3Link { /* tier 3 link */
	display: block;
	color: #3C4F7F;
	height: 12px;
	padding: 5px;
	font-size: 11px;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	border: 0px;
	text-decoration: none;
}

.tier3Link:hover{ /* tier 3 link */
	background-color: #FEFEFE;
	padding: 5px;
	text-decoration: none;
}

.navigationSeperator {
	padding-top: 41px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	display: none;
}

.quickLinksColumn {
	border-left: 1px solid #CCCCCC;
	padding-left: 20px;
	font-weight: bold;
	color: #A3A2A2;
	white-space: nowrap;
}

a.quickLinksColumn {
	color: #1A66AE;
}

