*{
	margin: 0;
	padding: 0;
}
body{
	background: none;
	font-family: Arial;
	color: #000000;
	margin: 0;
}
img {
	border: none;
}
a img {
	border: none;
}
/* default link color */
a {
	color: #000000; 
	text-decoration: underline;
}
/* special link color */
a.highlight {
	font-size: 14px;
	font-weight: bold;
	color: #000000; 
}
#container{
	position: relative;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
	background: #fff;
}
#search-form {
	display: none;
}
#skipnav {
	display: none;
}
#container #content {
	border-top: 1px solid #000000;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0;
}
#text .content_block{
	float: none;
	display: block;
	margin-left: 0;
	width: auto;
}
h2{
	color: #000000;
}
a#main_image {
	display: none;
}
#navbar {
	display: none;
}
#breadcrumb {
	display: none;
}
#text {
	padding-left: 0;
	padding-right: 0;
	margin: 12px 0 0 0;
	font-size: 13px;
	color: #606060;
	position: relative;
	left: 0;
	top: 0;
	z-index: 4;
}

.clear {
	clear: both;
}
#footer {
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: 10px;
	color: #606060;
	background-color: #FFFFFF;
	position: relative;
	left: 0;
	top: 0;
	z-index: 6;
}

#footer p {
	padding-top: 7px;
}

#footer #footer_navbar {
	display: none;
}

#text #left_content{
	width: auto;
}
#text #right_content {
	display: none;
}
#text .content_block p {
	font-size: 12px;
	color: #000000;
}
#text .content_block h2 a{
	text-decoration: underline;
	color: #000000;
}

#text .subsection {
	background: none;
}
