
body
	{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Calibri,Tahoma, Verdana, Arial;*/
	font-size: small;
	background-color: #ffffff;
	background-image: url(img/_bkg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	text-align: left;
	}
	
	
	
.navBox {
	margin-top: 125px;
	margin-left: 0px;
	width: 100%;
	text-align: left;	
	
}	

a.nav, a.nav:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-left: 1px solid #000;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	
}
a.nav:hover, a.nav:active {
	color: #f0f0f0;	
	background: #000;
}

.bottom {

	font-size: 10px;
	margin-top: 25px;

}

.leftRail{
	text-align: left;
	width: 160px;
	margin-left: 10px;
	font-size: 12px;
}
.leftHeading {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #7d0101;
	border-bottom: 1px solid #000;
	width: 100%;
}

.bodyHeading {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #7d0101;

}

.bodyWrapper {
	text-align: left;
	width: 510px;
	height: auto;
	background-image: url(img/logo_bkg.jpg);
	background-repeat:no-repeat;
	padding-right: 20px;
	margin-left: 30px;
	
}

a, a:visited {
	color: #7d0101;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
}
