body {
	background-color: #3F3F3F;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
a {
	color: #333;
}
#centerContainerASCO {
	text-align: center;
	margin: 20px auto;
	width: 882px;
	height: 632px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#centerContainer {
	text-align: center;
	margin: 20px auto;
	width: 882px;
	height: 632px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#logo {
	position: absolute;
	top: 43px;
	left: 54px;
}
#asco {
	position: absolute;
	top: 136px;
	left: 244px;
	padding: 0;
	border: 0;
	margin: 0;
}
#pageIconASCO {
	position: absolute;
	top: 190px;
	left: 263px;
}
#pageIcon {
	position: absolute;
	top: 159px;
	left: 263px;
}
h1 {
	font-size: 1.2em;
	color: #036;
	position: absolute;
	bottom: 440px;
	left: 310px;
	margin: 0;
}
h1.home {
	bottom: 410px;
}
#contentASCO {
	position: absolute;
	top: 230px;
	left: 310px;
	width: 495px;
	height: 360px;
	overflow: auto;
	text-align: left;
	padding-right: 1em;
}
#content {
	position: absolute;
	top: 205px;
	left: 310px;
	width: 495px;
	height: 380px;
	overflow: auto;
	text-align: left;
	padding-right: 1em;
}
#content .firstColumn {
	width: 232px;
}
#content .secondColumn {
	position: absolute;
	left: 272px;
	top: 0;
	width: 200px;
}
#content .secondColumnLower {
	top: 0;
	position: absolute;
	left: 272px;
	width: 200px;
}
#content .lowColumns {
	position: absolute;
	left: 0;
	top: 170;
	width: 200px;
}
#contentASCO .firstColumn {
	width: 232px;
}
#contentASCO .secondColumn {
	position: absolute;
	left: 272px;
	top: 0;
	width: 200px;
}
#contentASCO .secondColumnLower {
	top: 0;
	position: absolute;
	left: 272px;
	width: 200px;
}
#contentASCO .lowColumns {
	position: absolute;
	left: 0;
	top: 170;
	width: 200px;
}
#contentASCO em {
	font-style: normal;
	color: #09c;
	font-weight:bold;
}
#content em {
	font-style: normal;
	color: #09c;
	font-weight:bold;
}
#content a {
	color: #09c;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul, #content ol {
	margin: 0 0 1em 0;
	padding: 0;
}
#content ul li {
	margin-left: 15px;
}
#content ol li {
	margin-left: 30px;
}
#content ol li li li {
	margin-left: 15px;
}
#content ul li {
	list-style: disc;
}
#contactDetails {
	text-align: right;
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 207px;
	height: 100px;
	font-size: 0.8em;
}
#contactDetails address {
	font-style: normal;
	margin-bottom: 1em;
}
#contactDetails a {
	text-decoration: none;
}
#contactDetails a:hover {
	text-decoration: underline;
}
#tabs {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 632px;
	background-repeat: no-repeat;
}
#tabs a {
	display: block;
	width: 43px;
	height: 62px;
	font-size: 0;
	text-decoration: none;
	color: #fff;
	background-repeat: no-repeat;
	position: absolute;
	left: 11px;
	background-position: 0px -62px;
}
#tabs a:hover {
	background-position: 0 0;
}
#whatTab {
	background-image: url(images/tabsWhat.gif);
	top: 39px;
}
#whyTab {
	background-image: url(images/tabsWhy.gif);
	top: 120px;
}
#howTab {
	background-image: url(images/tabsHow.gif);
	top: 199px;
}
#whenTab {
	background-image: url(images/tabsWhen.gif);
	top: 278px;
}
#serviceTab {
	background-image: url(images/tabsService.gif);
	top: 357px;
}
#researchTab {
	background-image: url(images/tabsResearch.gif);
	top: 436px;
}
#costTab {
	background-image: url(images/tabsCosts.gif);
	top: 515px;
}

#menu {
	text-align: right;
	width: 175px;
	position: absolute;
	top: 170px;
	left: 34px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	background-color: #fff;
}
#menu li {
	border-bottom: dotted 1px #036;
	list-style-type: none;
}
#menu a {
	display: block;
	margin: 4px 0;
	padding: 3px 2px;
	text-decoration: none;
}
#menu a:hover, #menu a.active, #menu a.extraLink:hover {
	background-color: #D1E9F9;
	color: #09c;
}
#menu a.extraLink {
	background-color: #F0F0F0;
	color: #09c;
}
.contactForm {
	margin: 0;
	width: 232px;
}
.contactForm input, .contactForm textarea {
	border: 2px solid #ccc;
	margin-bottom: 0.5em;
}
.contactForm  .submitButton {
	background-color: #fff;
	border: none;
	font-weight: bold;
	margin-top: 1em;
}
.contactForm input.radioButton {
	border: 0;
	margin-bottom: 0;
}
ul#validation {
	width: 200px;
	color: #f00;
	margin: 0 0 1em 0;
}
ul#validation li {
	left-margin: 15px;
}
.removeMargins {
	margin: 0;
}
.removeBottomMargin {
	margin-bottom: 0;
}