body	{
	margin: 0px;
	background-color: #75223A;
	overflow:auto;
		}



td, tr, div {
	font-family: arial,sans-serif;  
	color: white ; 
	font-size: 12px;

}

a:link, a:active, a:visited {
	color: #841239 ; 
   	text-decoration: none;

  }

a:hover {
	color: #000000 ; 
 	text-decoration: none;   }




.one {
	width:768px;
	border: 2px solid black;
	background-color:white;
}

.nav {
	width:262px;
	height:159px;
	background-color:#841239;
	border:1px solid black;
	color:white;
	padding-bottom:10px;

}



a.navlink:link, a.navlink:active, a.navlink:visited {
	color: #ffffff ; 
	font-size: 11px;
   	text-decoration: none;

  }

a.navlink:hover {
	color: #ffffff ; 
	font-size: 11px;
	text-decoration: none;
   }

.content {
	background-image:url(images/contentbg.gif);
	background-repeat:repeat-y;
	width:725px;
}

.bottom {
	font-size:11px;
	color:black;
}