/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: medium;
	color: black;
	background-color: white;
}
.column_main {
	float: left;
	width: 100%;
	border-top-width: 0.6em;
	border-top-style: solid;
	border-top-color: black;
	margin-top: 0.5em;
}
.header {
	margin: 1em 0px 0px;
	float: left;
	width: 100%;
	vertical-align: bottom;
}
#content {
	margin: 0 auto;
	width: 50em;
}
#address_container, #endnote_container {
	float: left;
	font-size: x-small;
}
#address_container p, #endnote_container p {
	margin: 0px;
}
#logo_container {
	float: right;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
a:link {
	color: #666666;
	text-decoration: none;


}
a:visited {
	color: #333333;
	text-decoration: none;

}
a:hover {
	color: #666666;
	text-decoration: underline;

}
a.menu:link {
	color: red;
	text-decoration: none;
}
a.menu:hover {
	color: black;
	text-decoration: none;
}
a.menu:visited {
	color: red;
	text-decoration: none;
}
.footer {
	margin: 1em 0px 0px;
	float: left;
	width: 100%;
	vertical-align: bottom;
	border-top-width: 0.6em;
	border-top-style: solid;
	border-top-color: black;
}
#menu_container {
	float: right;
}
