﻿* {
	font-family:Arial, Helvetica, 'Trebuchet MS';
}
body {
	text-align:center;
}
#page-margin {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	min-width:780px;
	text-align:left;
	border:thin silver solid;
	border-right:medium gray solid;
	border-bottom:medium gray solid; 
}
#page {
	padding:0em 1em 1em 1em;
	max-width:90em;
}
#header {
	border-bottom:thin gray solid;
}
#content {

}
#footer {
	border-top: thin gray solid;
}
.green {
	color:#00747A;
}
