		/* everything else in esgecbasic.css */
	
		#content {
			min-height: 35em;
		}
		
		#content ul {
			margin: 0;
		}
	
		h1 {
			font-size: 2em;
			font-weight: bold;
			color: white;
			padding: 0;
			margin: 0;
		}
			
		h2 {
			margin: 1em;
			width: 550px;
			font-size: 1.2em;
			text-indent: 1em;
			color: #53868b;
			border-bottom: 1px solid #53868b;
		}
		
		h3 {
			margin: 5px 0 0;
			padding: 0;
			text-indent: 20px;
			vertical-align: middle;
			line-height: 1.5em;
			font-size: 1em;
			color: white;
			background-color: #53868b;
		}
		
		.profiles h3 a {
			text-decoration: none;
			clear: left;
			margin: 20px 0 0;
			padding: 0;
			text-indent: 20px;
			vertical-align: middle;
			line-height: 1.5em;
			font-size: 1em;
			color: white;
			background-color: #53868b;
		}
		
		.profiles h3 a:hover {
			text-decoration: none;
			margin: 0;
			padding: 0;
			text-indent: 20px;
			vertical-align: middle;
			line-height: 1.5em;
			font-size: 1em;
			color: black;
			background-color: #53868b;
		}
		
		h4 {
			margin: 0 auto 0.5em;
			color: #53868b;
			width: 650px;
			border-bottom: 1px solid #53868b;
		}
		
		h5 {
			font-size: 1.25em;
			color: #036;
		}
		
		.profiles {
			margin: 20px 0;
		}
		
		.tales {
			margin: 0 0 5px;
			padding: 0 0 5px;
			background-color: #53868b;
			min-height: 10px;
			display: none;
		}
	
		.tales p {
			margin: 0 10px 5px;
			padding: 0;
		}
	
		.talesleftalign {
			width: 350px;
		}
		
		.talesrightalign {
			width: 550px;
			float: right;
			margin: 0 20px 5px 350px;
		}
		
		.current {
			float: right;
			margin-top: 1em;
			margin-right: 3.5em;
			font-size: 0.8em;
			color: white;
			font-weight: bold;
			text-decoration: underline;
		}
	
		#content img {
			position: absolute;
			top: 660px;
			right: 18px;
			margin: 0 0.5em 1em 1em;
			padding: 15px;
			border: 1px solid white;
			background-color: #eee;
		}

		#container {
			width: 1050px;
		}
		
		ol
		{
			list-style: lower-roman;
		}
		
		dt
		{
			margin-left: 0;
			font-weight: bold;
		}
	
		dd {
			text-indent: 0;
			margin: 0 0 1em 0;		
		}
