body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	height: 100%;
}

img { 
	border: 0px; 
	display: inline;
}

a:link, a:visited  { 
	color: #e8247c; 
}

a:hover, a:active { 
	color: #E874A8; 
}


#altContent {
	width: 760px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 10px;
	text-align: left;
}

#altContent h1 {
	font-size: 21px;
	text-transform: uppercase;
}

#altContent h2 {
	font-size: 16px;
}

#altContent 
	div#logo {
		text-align: center;
		float: center;
	}

div#nav{
	height: 32px;
	width:  97%;
	float: left;
	width: 639px;
} 

#menu{
	list-style: none;
	margin-top: 10px;
}


#menu li{
	float: center;
}

#menu a {
	margin-right: 10px;
}

#menu a:link, {
	color: #e8247c;
}


#menu a:visited  { 
	color: #e8247c;
}


#mainCell{
	clear: both;
	margin-top: 128px;
}

#contact {
	float: right;
	width: 190px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;

}


 #content {
	margin-left: 44px;
	text-align: left;
}


div.section{

	width: 460px;
	margin-bottom: 32px;
	font-size: 12px;
	line-height: 18px;
}

span.header {
	font-weight:bold;
}

#uxMsg {
	margin-top: 30px;
	text-align: center;
	color: purple;
	font-size: 14px;
	font-weight: bold;
}