body {
 		background-color: #FBFBF2;
		text-align:center;
		border: thin;
		}

	#frame {
		width:700px;
		margin-right: auto;
		margin-left: 5%;
		margin-top: -5px;
		padding: 0px;
		text-align: justify;
		background-color: White;
		border-bottom: thin solid Navy;
		border-left: thin solid Navy;
		border-right: thin solid Navy;	
		}
		
	#contentleft {
		width:225px;
		/*height: auto;*/
		padding:0px;
		float:left;
		vertical-align: top;
		z-index: auto;
		}

	#linklistSide {
	list-style-type:none;
	line-height: 150%;
	}

	#linklistSide li {
	list-style-type:none;
	}

	#linklistSide a:link {
	font-size: 12px;
	color: Blue;
	text-decoration: underline;
	line-height: 125%;	
	}

	#linklistside a:hover {
	font-size: 12px;
	color: #8FBC8F;
	text-decoration: none;
	}

	#linklistside a:visited {
	font-size: 12px;
	color: #325D55;
	}

	#contentcenter {
		width:465px;
		padding:0px;
		padding-right: 10px;
		float:left;
		background: White;
		}
	
	#contentheader {
		margin-top: 0px;
		}

	#contentfooter {
		width: 600px;
		margin-left: 9%;
		text-align: center;
	}
	
	h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size: 28px;
		font-family: sans-serif;
		font-weight: bold;
		padding-top:10px;
		}
		
	h3 {
		font-size: 16px;
		font-family: sans-serif;
		font-weight: bold;
		padding-top:10px;	
	}
		
	#bodytext {
		font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
		font-size: 14px;
		font-weight: bold;
	}

	#smalltext {
		font-size: 11px;
		font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	}
	
	#contentheader h1 {
		font-family: Garamond, "Times New Roman", Times, serif;
		font-size:28px;
		padding:10px;
		margin:0px;
		}
	
	#contentcenter p,li { 
		font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
		font-size: 14px;
		line-height: 120%;
		}
		
	#contentleft p { font-size:14px line-height: 150%;}
	
	#contentfooter p {
		font-family: sans-serif;
		color: Black;
		text-align: center;
		font: 10px;
	}
	
	a:link {
		color: white;
		font: "Times New Roman", Times, serif;
	}
	
	a.blue:link {
		color: black;
		font-size: 14px;
	}
	
	a.tiny:link {
		color: Black;
		font-size: 10px;
	}	
	
	a.small:link {
		color: Black;
		font-size: 12px;
	}
	
	a.large:link {
		color: Black;
		font-size: 18px;
	}
	
	a:visited {
		color: #D8BFD8;
	}
	
	a.blue:visited {
		color: Black;
	}
	
	a.tiny:visited {
		color: Black;
		font-size: 10px;
	}	
	
	a.small:visited {
		color: Black;
		font-size: 12px;
	}
	
	a.large:visited {
		color: Black;
		font-size: 18px;
	}
	
	a:hover {
		text-decoration: underline;
		color: Yellow;
	}
	
	a.blue:hover {
		color: Fuchsia;
	}
	
	a.tiny:hover {
		color: Fuchsia;
		font-size: 10px;	
	}
	
	a.small:hover {
		color: Fuchsia;
		font-size: 12px;
	}
	
	a.large:hover {
		color: Fuchsia;
		font-size: 18px;
	}
	
	span.tall {
	font-size: 22px;
	line-height: 105%;
	}

	span.medium {
	font-size: 16px;
	line-height: 105%;		
	}
	
	span.small {
	font-size: 14px;
	line-height: 105%;	
	}
	
	span.smaller {
	font-size: 12px;
	line-height: 105%;	
	}
	
	td {
		font-size: 12px;
	}