body {
		background-color: #ffffff;
		margin: 0;
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 12px;
		color: #000000;
		text-align: center;
		height: 100%;
	}
	
	img { border: 0px; display: inline;}
	
	a { background-color: #fff; color:#000000; text-decoration: underline; }
	a:visited { background-color: #fff; color:#000000; text-decoration: underline;}
	a:hover { background-color: #fff; color:#e40e62; text-decoration: underline; }
	a:active { background-color: #fff; color:#000000; text-decoration: underline; }
	
	#top a { background-color: #ffffff; color:#888686; font-size: 12px; text-decoration: underline; }
	#top a:visited { background-color: #ffffff; color:#888686; font-size: 12px; text-decoration: underline;}
	#top a:hover { background-color: #ffffff; color:#e40e62; font-size: 12px; text-decoration: underline; }
	#top a:active { background-color: #ffffff; color:#888686; font-size: 12px; text-decoration: underline; }
	
	#altContent {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		margin-top:  20px;
		text-align: left; 
		
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-size: 12px;
	}
	
	#altContent div {
		margin-left: 0px;
		width: 540px;
		line-height: 18px;
		margin-bottom: 10px;
		text-align: left;
		float: left;
	}
	
	
	
	#altContent span.header {
		font-weight:bold;
	}
	
	#altContent div#main{
		width: 960px;
		min-height: 540px;
		padding: 30px;
		background-color: #FFFFFF;
		
	}
	
	
	#altContent #uxMsg {
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		text-align: center;
		margin: 40px;
		font-size: 12px;
		font-variant: normal;
		font-weight:bold;
		color: #888686;
	}
	
	#altContent h1, #altContent h2, #altContent h3
	{
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		font-weight: bold;
		font-size: 14px;
		line-height: 35px;

	}
	
	#altContent div#contact {
		margin-left: 0px;
	
		line-height: 18px;
		margin-bottom: 20px;
		text-align: left;
		float: right;
		width: 200px;
	}
	
	#altContent #menu {
		margin: 0px;
		padding: 0px;
		text-align: left;
		list-style: none;
	}
	
	#altContent #menu li{
		float: left;
		font-size: 12px; 
		font-weight: bold;
		margin-right: 30px;
	}
	
	#altContent #menu ul{
		margin-left: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#altContent #menu li ul li{ 
		float: none; margin: 0px;
		font-size: 14px;
	}
	
