html {
 height: 100%;
}

body {
	background : #ffffff;
	font-family: "Lucida Grande";
	color: #000000;
 height: 100%;
}

a {
	color : #990000;
	text-decoration : underline;
	font-family: "Lucida Grande";
}

a:hover {
	text-decoration : none;
	color : #990000;
}

h1 {
 font: normal 15px "arial";
 text-align: left;
 color: #990000;
}

h4 {
 font: normal 15px "arial";
 color: #6666666;
}

h2 {
 font: normal 13px "arial";
 text-align: left;
 color: #666666;
}

h3 {
 font: normal 11px "arial";
 text-align: left;
 color: #990000;
}

#leftbar {
 background: #ffffff;
 float: left;
	width: 155px;
 border-right: 2px solid;
 vertical-align: top;
 color: #c0c0c0; 
 padding-bottom: 32767px;
	margin-bottom: -32767px;
padding-right: 4px;
font: normal 11px "arial";
}

* > #leftbar {
 position: relative;
 z-index: 1000;
}

#content {
 background: #ffffff;
 color: #000000;
 width: 500px;
 padding-left: 1px;
 margin-top: -6px;
 font: normal 10px "arial";
 padding-bottom: 32767px;
	margin-bottom: -32767px;
}

* html #content
	{
	float: left;
	}

#main {
 background: #ffffff;
 position: relative;
 width: 850px;
 overflow: hidden;
 color: #000000;
}

#header {
	font-family: "Lucida Grande";
	vertical-align: top;
	background: #ffffff;
	text-align: center;
	color: #000000;
	height: 125px;
	margin: 0;
 padding-right: 20px;
 padding-top: 5px;
	width: 492px;
}

#bottombar {
	background: #ffffff;
	padding: 0 0 2px;
	border-top: 2px solid;
 color: #c0c0c0;
	border-top-color: #c0c0c0;
	text-align: center;
	font: normal 10px "arial";
	font-variant: caps;
	width: 500px;
	margin: 0;
	vertical-align: bottom;
 margin-top: 3px;
 padding-top: 1px;
}

* > #bottombar {
 position: relative;
 z-index: 1000;
}
