	body {
		margin-top: 0px;
		}
	
	#frame {
		width:600px;
		margin-right:auto;
		margin-left: 20%;	
		margin-top:-5px;
		padding:0px;
		text-align: justify;
		background-image: url(../images/background.gif);
		background-repeat: repeat-y;
		}
		
	#contentleft {
		width:130px;
		padding:0px;
		float:left;
		vertical-align: top;
		z-index: auto;
		}
	
	#contentcenter {
		text-indent: 10px;
		width:460px;
		padding:0px;
		float:left;
		border-left: thin;
		border-left-color: Black;
		border-left-style: solid;
		}
	
	#contentheader {
		margin-top: 0px;
		}
		
	#contentfooter {
		margin-left: 32%;
		width: 460px;
		text-align: center;
	}
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		text-align: center;
		}
		
	#bodytext {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: bold;
	}
	
	#contentheader h1 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:22px;
		padding:10px;
		margin:0px;
		}
	
	#contentcenter p { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px; 
		line-height: 175%;
		}
		
	#contentcenter td { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px; 
		line-height: 175%;
		}

	#contentcenter li { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px; 
		line-height: 155%;
		}

	#contentleft p { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;  
		line-height: 140%;
		}
	
	#contentfooter p { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px; 
		line-height: 140%;
		}
	
	a:link {
		font-family: serif;
		font: caption;
		color: Teal;
	}
	
	a.bottom:link {
		font-family: serif;
		font-size: 11px;
		color: Blue;
	}
	
	a:visited {
		font-family: serif;
		font: caption;
		color: #329497;
	}
	
	a.bottom:visited {
		font-family: serif;
		font-size: 11px;
		color: #329497;
	}

	a:hover {
		font-family: serif;		
		font: caption;
		color: #B06F00;
	}
	
	a.bottom:hover {
		font-family: serif;		
		font-size: 11px;
		color: #B06F00;
	}
	
	#credits {
		font: status-bar;
		font-family: sans-serif;
		color: Black;
	}
	
.errorMessage {
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #DC143C;
	width: auto;
	display: block;
	line-height: 125%;
}

span.tall {
	font-size: 24px;
	line-height: 150%;
}

span.medium {
	font-size: 18px;
	line-height: 150%;
}

span.small {
	font-size: 11px;
}