BODY {font-family:"Arial","Helvetica","Times";line-height:1.4}
FONT {font-family:"Arial","Helvetica","Times"}
P {font-size:11pt;font-family:"Arial","Helvetica","Times";line-height:1.4}
TD {font-size:11pt;font-family:"Arial","Helvetica","Times";line-height:1.4}
LI {font-size:11pt;font-family:"Arial","Helvetica","Times";line-height:1.4}
A:link {color:#0080FF;text-decoration:none}
A:visited {color:#0080FF;text-decoration:none}
A:hover {color:navy;text-decoration:underline}
A:active {color:black;text-decoration:none} 
h1 { font-size: 30pt; font-weight: bold; text-align: left; display:inline; font-family:"Impact"; color:#800040 } 

#wrapper {
	background-color: #fff;
	/* background: #ccc url(faux_column.gif) repeat-y top left; */
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	}

#header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 90px;
	width: 100%;
	z-index: 5;
	}

#nav {
	background-color: #fff;
	position: fixed;
	/* float: left; */
	top: 90px;
	left: 0;
	overflow: hidden;
	width: 120px;
	margin-top: 10px;
	margin-left: 10px;
	}

#content {
	background-color: #fff;
	margin-top: 10px;
	margin-left: 150px;
	}

.clear {
	clear: both;
	}

