* {
	color: #000 !important;
}

body {
	background-color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a img {
	border: none;
}

p {
	padding-bottom: 2px;
}

/* hide */
#headerShadow, #footerShadow,
.modalDialog, .modalDialogContent, #linksT, #linksB,
#icons, #privacy, #actualLinks,
.tool,
#dialogShare, #logIn, #relatedSites {
	display: none;
}

/* content */

#header {
	height: 61px;
	margin: 15px 0;
}

#logo {
	position: static;
}

#container {
	width: 650px;
	margin: 0 auto;
}

#pageHeader {
	margin: 0;
	padding-top: 0;
}

#pageTitle, .modalHeader {
	float: none;
	font-size: 20px;
	height: auto !important;
	margin: 20px 0;
	padding-bottom: 3px;
}

#logo {
	left: 0;
}

#headerLinks {
	display: none;
}

#expandList ul {
	list-style-type: none;
	padding: 0;
}

#links, #linksOther, #copyright {
	float: none;
}

#links {
	margin-top: 10px;
}

#footer {
	border-top: 1px solid #000;
}

#copyright {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

/* modals */
.modalPrint, .modalLinks {
	display: none;
}

.modalScrollable {
	overflow: visible;
}

