.navbar a:link {
	text-decoration: none;
	color:#FFFFFF
}
.navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navbar a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
.navbar a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: .1em;
}

.pipes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.maintextbolder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height: 2em;
	font-style: normal;
	font-variant: normal;
	letter-spacing: .1em;
}
.backgroundimageMiddle {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
	background-color: #F7ECE3;
}
/* -------------------footer styling in font-------------------------- */

.footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
.footer a:link {
	text-decoration: none;
	color:#999999
}
.footer a:visited {
	text-decoration: none;
	color:#333333
}
.footer a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
.footer a:active {
	text-decoration: none;
	color: #CCCCCC;
}
