
body {font: small Arial, Verdana, Helvetica, sans-serif;
	margin: 0; padding: 0;
	background-color: #f0f0f0;
}

a:link { 
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:hover, a:active {
	text-decoration: underline;
	color: red;
}

#header {position: absolute; 
	top:0; 
	left: 0;
	width: 100%;
	height: 120;
	background-color: #ffffff;
/*	border: thick dashed green;	*/
}

#header p {
	font-family: 'Times New Roman';
	font-weight: bold;
	font-decoration: none;
	font-size: x-large;
	padding-left: 4em;
	padding-top: 1em;
}

#navbar {position: relative; 
	top: 120px; 
	left: 0;
 	padding: 2px 0 2px; 
	white-space: nowrap;
  	background: #F0DFB4;
	width: 100%;
/*	border-right: 1px solid gray;   */
/*	border: thin solid red;		*/
}
#navbar b {display: none;}
#navbar a {text-decoration: none; color: #000;
/*  border-bottom: 1px solid gray; */
  padding: 2px 0.5em 1px;}
#navbar a:hover {color: white; background: #336;
  border-bottom-width: 1px;}

#content {position: absolute;
	top: 152px;
	left: 0; 
	padding: 2em 80px 0px 80px;
	line-height: 150%;
	background-color: #f0f0f0;
	color: black;
/*	border: medium black dotted;	*/
}



#copyright {
	position: relative;
	bottom: 0;
	left: 2em;
	color: navy;
	font-size: x-small;
/*	border: medium white double;	*/
}

ul {
	list-style-type: none;
	list-style-position: inside;
/*	border: thin yellow dashed;	*/
}

#content ul {list-style-type: disc;}

img {
/*	border: thin dashed blue;	*/
	float: left;			
	clear: left;
}

p {
/*	border: thin dashed red;	*/
}


