* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	background: #CACACA;
	margin: 0px; padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
}

#pageHead {
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */	width:740px;
	width: 750px;
	background: #800000;
}

#pageBody {
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */	width:740px;
	width: 750px;
	background: #800000;
	min-height:500px;
}

#teaserImage {
	position:absolute;
	top:115px;
	margin-left: 10px;
}

#contentWrapper {
	left:500px;
	margin-left:220px;
	margin-bottom:0px;
	width:520px;
	background:#ffffff;
	min-height:500px;
}
#mainContent {
	margin-left:5px;
	margin-right:5px;
}
#disclaimer {
	margin-top:-15px;
	text-align:right;
}

#topCell {
	margin: 0px 10px 0px 10px;
	height: 115px;
}

#header_main {
	float: left;
}
#header_paperino_b {
	float: left;
}
#header_bottom {
	float: left;
}
#header_logo_bottom {
	float: left;
}

#searchForm {
	text-align: right;
}
#inputSearch {
	margin-bottom: 1px;
	border: 1px solid #000000;
	height: 20px;
}
#submitSearch {
	margin-top: 4px;
	height: 20px;
	background: #D6D6D6;
	border: 1px solid #000000;
}

.disclaimer {
	color: #ffffff;
	margin-right: 10px;
	line-height:20px;
	font-size: 8pt;
}

.clearer {
	margin: 10px 0px 10px 0px;
	border: 1px solid #A52A2A;
}


.csc-sitemap ul {
	list-style: none;
}
.csc-sitemap li {
	margin-left: 5px;
}

/* IE Hacks */

* html #header_main {
	margin-left: -3px;
}
 
* html #header_top {
	margin-left: -3px;
}

* html #header_paperino_b {
	margin-top: -3px;
	margin-left: -6px;
}

* html #header_right {
	margin-top: -3px;
	margin-left: -3px;
}

* html #header_bottom {
	margin-left: -6px;
	margin-right: -3px;
	width: 123px;
} 

* html #header_logo_bottom {
	margin-left: -3px;
} 

* html ul#menu1, ul#menu1 a {
	width:165px;
}

* html #contentWrapper {
	height: 500px;
}
