* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	padding-top: 3px;
}

#wrapperall {
	text-align: left;
	width: 100%;
	margin: auto;
	padding:0em;
	overflow: hidden;
}

#header {
	display:none;
}

#header_left {
	display:none;
}

#header_right {
	display:none;
}

#header_right_top {
	display:none;
}

#header_right_hoverimages {
	display:none;
}

#header_right_bottom {
	display:none;
}

#breadcrumbs {
	display:none;
}


#breadcrumbs_left {
	display:none;
}
* html #breadcrumbs_left {
	display:none;
}

#breadcrumbs_right {
	display:none;
}
* html #breadcrumbs_right {
	display:none;
}

#wrapper {
	overflow: hidden;
	height: 1%;
}

#navigation {
	display:none;
}
* html #navigation  {
	display:none;
}

#search {
	display:none;
}

#menu {
	display:none;
}

#breadcrumbs_shadow {
	display:none;
}
* html #breadcrumbs_shadow {
	display:none;
}

#content {
	padding:0em;
}

#content #contentcontainer {
	min-height:380px;
}

#content a {
	color: #006600;
}

#content p {
	margin-bottom: 1em;
}

#content h1 {
	font-size: 1.4em;
	font-weight: bold;
}

#content .csc-firstHeader {
	border-bottom: 1px solid #000000;
}

#content ul {
	margin-left:1em;
	margin-bottom:1em;
}

#content li {
	padding-left:1em;
}

#content hr {
	width: 100%;
	height: 0px;
	border-top: 1px solid #000;
	border-left: none;
	border-bottom: none;
	border-right: none;
	margin-top: 1em;
	margin-bottom: 1em;
}

#footer {
	text-align: center;
	margin-top: 1em;
	font-size: 0.8em;
	color: #666666;
}

