/* Set general font attributes for most tags */
body { 
	text-align: center;
}
body, h1, h2, h3, h4 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin:0em;
	padding:0em;
}
/*div {
	margin:0em;
	padding:0em;
	border:2px solid #ff9400;
}*/
h1, h2, h3, h4, hr { 
	color:#0000ff;
}
h1 { 
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}
div#page {
	width: 1000px;
	padding:2px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#menuholder {
	width: 980px;
	height: 100px;
}
div#menuholder a {
	border-style: solid;
	border: outset; 
	font-weight:bold;
  	text-decoration : none;
	display:block;
	text-align: center;
	color: #0000ff;
	float: left;
	top:0px;
	margin:5px;
	padding: 5px;
	width: 150px;
}
div#logo {
	float: left;
	width: 250px;
}
img#logo {
	float: left;
}
div#logo h1 {
	font-size:2em;
}
div#content {
	height:500px;
	overflow: auto;
	padding:5px;
}
hr#footer {
	width: 90%;
	color: #0000ff;
	background-color: #0000ff;
	height: 1px;
	text-align: center;
}
p#footer {
	text-align: center;
	font-size: 0.75em;
}
th {
	vertical-align: top;
	text-align: left;
}
