

body {
	background-image: url(img/_bkg.jpg);
	background-repeat: repeat-x;
	font-family: tahoma;
}

p {
	color: #555555;
	font-size: 10pt;
}

h1, .pageHeading {
	color: #333333;
	font-size: 18px;
	font-wieght: bold;
	margin-left: 40px;
}

td.bodyRight {
	 background-image: url(img/_right.jpg);
	 background-repeat: no-repeat;
}
td.bodyLeft {
	 background-image: url(img/_left.jpg);
	 background-repeat: no-repeat;
}
.bottom {
	text-align: right;
	padding-right: 20px;
	margin-top: 110px;
	font-size: 10px;
	color: #fff;
	
}


.navWrapper {
	margin-top: 20px;
	margin-left: 110px;
	margin-bottom: 40px;
	width: 170px;
}
a.nav, a.nav:visited {
	font-size: 21px;
	font-family: tahoma;
	color: #8fb3d5;
	text-decoration:none;
	line-height: 40px;
	display:block
}
a.nav:hover, a.nav:active {
	text-decoration:underline;
}

a.bottomLink, a.bottomLink:visited {
	color: #f0f0f0;
}
a.bottomLink:hover, a.bottomLink:active {
	text-decoration:underline;
}


a, a:visited { 
	color: #00689f;
	text-decoration: underline;
}
a:hover, a:active {
	color: #90b2d7 ;
}




img { 
	border: 1px solid #000;
}


.bodyWrapper {
	background-image: url(img/_body_text_bkg.jpg);
	background-repeat: no-repeat;
	margin-left: 50px;
	width: 550px;
}

.leftQuoteBox p{
	color: #a49f95;
	font-size: 12px;
	padding-left: 25px;
}
