body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
}
.footerText {
	color: #014B66;
	font-size: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.BackgroundTileTop {
	background-image: url(images/bkgrdTile_Top.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.BackgroundTileBottom {
	background-image: url(images/bkgrdTile_Bottom.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.contentAreaTopLine {
	background-image: url(images/contentAreaTopLine.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #014b66;
}
.blueLinks {
	color: #014B66;
	font-size: 10px;
	text-decoration: none;
}
.contentTextHeaders {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


.whiteHorizontalLines {
	background-color: #FFFFFF;
	height: 5px;
}

#header {
	text-align: left;
	height: 40px;
	padding-left: 161px;
	padding-top: 60px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left;
}

#nav li
{
	margin-right: 18px;
	display: inline-block;
	color: #014B66;
	font-size: 12px;
	text-decoration: none;
	zoom: 1;
	*display: inline;
}
