
* {
	font-family: Verdana,Stone Sans,Myriad,Trebuchet MS,Helvetica,Arial,Sans-Serif;
/*	margin: 0;	*/
	padding: 0;
}

html {
	height: 100%; /*required for all browsers*/
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%; /*required for all browsers*/

	max-height: 100%; 
	max-width: 100%;
	width: 100%;
}
/* for internet explorer */
* html body {
	padding: 50px 0 2em 0; 
}

#header {
	text-align: center;
}

#modified {
	font-size: 7pt;
	text-align: right;
}

/*	margin: 5 auto; */
#copyright {
	font-size: 8pt;
	font-style: oblique;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 0.5em;
	bottom: 0;
}
/*	left: 0; */
/*	padding-bottom: 0.5em; */

#copyright p {
	text-align: right;
	padding-right: 2em;
}	

#copyright address {
	text-align: left;
}

div#content {
	position: relative;
	overflow: auto;
	min-height: 100%;
	height:auto !important;
	height: 100%;

	top: 0px;
	color: #024;
	font-family: Verdana,Stone Sans,Myriad,Trebuchet MS,Helvetica,Arial,Sans-Serif;
	font-size: 13px;
/*	padding-left: 2em;
	padding-right: 2em; */
	margin: 0em;
}

* html #content {
	height: 100%;
	width: 100%;
	max-width: 100%;
}

div#content p {
	margin: 1em;
/* 	margin: 0 1em 1em; */
}

div#content h3 {
	margin-bottom: 0.25em;
}

div#container {
	margin: 1em;
}
