html {
    color: #333333;
    font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	 /* font-family: Georgia, "Times New Roman", Times, serif */
    font-size: 80%;
    height: 100%;
    margin: 0;
    padding: 0;
    }
body {
    margin: 0;
    min-height: 100%;
    padding: 0;
    position: relative;
    }
#header {
	border:1px solid #dddddd;
	min-height:60px;
	max-height:60px;
	width:100%;
}

#header div.header_left {
	float:left;
	margin-left:2em;
	border:0px solid #bbbbbb;
	width:10em;
}

#header div.header_middle {
	text-align:center;
	color:#333333;
	font-size:10pt
	width:400px;
	border:0px solid #ff0000;
}


#header div.header_right {
	float:right;
	text-align:right;
	margin-right:2em;
	border:0px solid #bbbbbb;
	width:10em;
}

#content {
	border:0px solid #bbbbbb;
	height:90%;
}
#content h2 {
	font-weight:200;
	text-align:center;
}

