/* screenDefault.css branding */

body,
body.mp,
body.simple {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #fff;
	}
	
body,
body.mp,
body.simple {
	margin-left: auto;
	margin-right: auto;
	text-align: -moz-center;
	background: #fff;
	}
div.wrapper {
	background: #fff;
}
#wrapper {
background-color: #fff;
}
.primarymenubar {
	margin-top: 10px;
	width: 935px;
	background-color: #fff;
	}

.primarymenubar.mp {
	margin-top: 10px;
	width: 935px;
	background-color: #fff;
	}
	
.secondarymenubar ul {
	width: 935px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 30px;
	margin-bottom: 0px;
	margin-left: 150px;
	}


#maincontent{
	width: 935px;
	margin-left: 0px;
	background-color: #fff;
	text-align: center;
	margin-top: -3px;
	}

#maincontent{
	width: 935px;
	margin-left: 0px;
	background-color: #fff;
	text-align: -moz-center;
	margin-top: -3px;
	}
	

#headerimage {
	width: 935px;
	height:0px;
	text-align: center;
	background: none;
	background-color: #fff;
	}

#logout {
	float: left;
	margin: 0 0 0 585px; /* 760 - ( width of [#logout a] + [width of #liveperson]) */
	display: inline; /* win ie double margin bug */
	}

#logout a {
	width: 82px;
	height: 43px;
	display: block;
		position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	margin-top: 60px;
	margin-left: 190px;
	background: url(../image/logout.gif) no-repeat 0 0;
	}

#logout a.signin {
	display: none;
	}

#logout a:hover {
	background-position: 0 -43px;
	}

#logout a span {
	display: none;
	}

#liveperson {
	
	display: none;
	}

#copyrightcenter {
	margin: 0 0 0 0;
	width: 935px;
	}
