body,td,th { 
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}

p.deftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
	margin:0px;
}

li.deftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
	margin:0px;
	margin-bottom:6px;
}

p.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:165%;
	margin:0px;
	color:#000099;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

p.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:135%;
	margin:0px;
	color:#000099;
	font-weight:bold;
	font-style:italic;
}

td.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
	margin:0px;
}

span.bold {
	font-weight:bold;
}

span.bluetext {
	color:#000099;
}

span.italics {
	font-style:italic;
}

span.underline {
	text-decoration:underline;
}

span.emphasis {
	font-weight:bold;
	font-style:italic;
}

span.noemphasis {
	font-weight:normal;
	font-style:normal;
}

div#pagearea {
		position:relative;
			
		margin-left:10px;
		margin-right:10px;
		
		top:20px;
		 
		border:1px solid black;
		
		background-color:#9CFEFE;
}

div#pageprop {
		position:relative;
		float:right;
		
		height:500px;
		width:1px;
	}

div#pagebottom {
		clear:both;
		height:1px;
		overflow:hidden;
	}

div#header {
		position:relative;
	
		height:150px;
		width:100%;

	}

div#leftpanel {
		position:absolute; 
		
		top:151px; 
		width:150px; 
		height:400px;
		left:0;
		
	}
	
div#contentarea {
		margin-left:151px;
		height:1%;
								
		border-top:1px solid black;
		border-left:1px solid black;
	
		background-color:white;
	}
	
div#content {
		margin:20px;
	}
	
	