
		body {
			font: 0.8em Verdana, Arial, Helvetica, sans-serif;
  			margin: 0; 
			padding: 0;}
		
		#container {
			width: 700px;
			\width: 720px;
			w\idth: 700px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			border-right: 1px dotted #1E2164;
		}

		#banner {
			padding: 5px;
			margin-bottom: 0px;
			background: #285A75 url(header.jpg) no-repeat;
			height: 190px;
		}

		#content {
			padding: 5px 10px -15px 0px;
			margin-left: 210px;
			/*height: 600px;*/
			background-color: white;
			
			margin-bottom: 0px;
		}

		#sidebar-a {
			float: left;
			width: 200px;
			\width: 210px;
			w\idth: 200px;
			height: 650px;
			margin: 0;
			margin-right: 0px;
			background-color: #285A75;
			padding-bottom: 10px;
		}

		#footer {
			clear: both;			
			padding: 0px;
			font-size: 0.8em;
			text-align: center;
			border-top: 1px dotted #1E2164;
			border-bottom: 1px dotted #1E2164;
			border-left: 1px dotted #1E2164;
			margin-top: -15px;
			margin-bottom: 5px;
		}
		h1{
		font-size: 10pt;
		color: #285A75;
		margin: 133pt 0 0 200px;
		}
		.seriestitle{
		font-size: 14pt;
		font-weight: normal;
		color: #993333;
		margin: 80pt 0 0 165pt;
		}
		
		h2{
		font-size: 15pt;
		font-weight: normal;
		padding: 5px 0 5px 0;
		color: #285A75;
		border-top: 1px solid #1E2164;
		border-bottom: 1px solid #1E2164;
	
		}
		
		h3{
		font-size: 13pt;
		color: #1E2164;
		padding: 23px 0 18px 70px;
		border-bottom: 1px solid #1E2164;
		}
		
		h4{
		font-size: 11pt;
		font-weight: bold;
		color: #177495;
		margin-bottom: -13px;
		}
		
		p{
		line-height: 1.6em;
		}
		
		ul{
		list-style-type: none;
		line-height: 2em;
		font-size: 0.9em;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		margin: 1em;
		padding: 0;
		}
		
		a{
		text-decoration: none;
		font-weight: bold;
		}
		
		a:link, a:visited{
		color: white;
		}
		
		a:hover{
		color: #7B9CAE;
		}
		
		.author{
		font-weight: bold;
		font-size: 0.75em;
		margin-top: -15px;
		color: #144C27;
		}
		table{
		font-size: 0.85em;
		border: 1px solid black;
		}
		td{
		border-bottom: 1px solid black;
		}

		a.next:link, a.next:visited{
		color: #285A75;
		font-size: 0.85em;
		font-weight: bold;
		margin-right: 15px;
		}
		
		a.next:hover{
		color: #7B9CAE;
		font-size: 0.85em;
		font-weight: bold;
		margin-right: 15px;
		}
		a.webLink:link, a.webLink:visited{
		color: #285A75;
		}
		a.webLink:hover{
		color: #7B9CAE;
		}
