/*
 *	set all margins and paddings to 0
 */
* {
	margin: 0px;
	padding: 0px;
}

/*
 * content of the page should be centered (IE)
 */
body {
	background-color: white;
	text-align: center;
	font-size: 62.5%;
	font-family: "Times New Roman", Times, serif;
}

#breadcrumbs {
	display: none;
}

#top_shadow {
	display: none;
}

#bottom_shadow {
	display: none;
}

/*
 * container - include all other divs
 */
#container_envelope {
	margin: 0px auto 0px auto;
	/* padding-top: 180px; */
}
#container {
	margin: 0em auto 0 auto;
}


#left_content {
	display: none;
}

#foot {
	display: none;
}

#sub_foot div {
	display: none;
}

#sub_foot address {
	display: block;
	text-align: left;
	margin-top: 0.5em;
	font-size: 1.3em;
}


#head {
	display: none;
}

a {
	text-decoration: underline;
	color: Black;
}

#content {
	text-align: left;
}


#content_inner a {
	text-decoration: underline;
	color: Black;
}

#content_inner {
	font-size: 1.3em;
}

hr {
	margin: 1em auto;
}

img {
	display: none;
}
