
		body {
			font: 0.8em Verdana, Arial, Helvetica, sans-serif;
  			margin: 0; 
			padding: 0;}
		
		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
		}

		#banner {
			padding: 5px;
			margin-bottom: 0px;
			background: #394883 url(header.jpg) no-repeat;
			height: 190px;
		}

		#content {
			padding: 5px 10px 0px 10px;
			margin-left: 210px;
			height: 600px;
			background-color: white;
			border-right: 1px dotted #144C27;
		}

		#sidebar-a {
			float: left;
			width: 200px;
			\width: 210px;
			w\idth: 200px;
			height: 600px;
			margin: 0;
			margin-right: 0px;
			background-image: url(background.jpg);
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 0px;
			background-color: white;
		}
		
		h1{
		font-size: 28pt;
		color: #fff;
		margin: 10pt 0 0 20pt;
		}
		.seriestitle{
		font-size: 14pt;
		font-weight: normal;
		color: #fff;
		margin: 80pt 0 0 150pt;
		}
		
		h2{
		font-size: 15pt;
		font-weight: normal;
		padding: 5px 0 5px 0;
		color: #394883;
		border-top: 1px solid #144C27;
		border-bottom: 1px solid #144C27;
	
		}
		
		h3{
		font-size: 13pt;
		color: #107AA4;
		background:  url(titleflower.jpg) bottom left no-repeat;
		padding: 18px 0 18px 118px;
		}
		
		h4{
		font-size: 11pt;
		font-weight: bold;
		color: #144C27;
		margin-bottom: -13px;
		}
		
		p{
		line-height: 1.3em;
		}
		
		ul{
		list-style-type: none;
		line-height: 2em;
		font-size: 0.9em;
		margin: 1em;
		padding: 0;
		}
		
		a{
		text-decoration: none;
		font-weight: bold;
		}
		
		a:link, a:visited{
		color: white;
		}
		
		a:hover{
		color: #107AA4;
		}
		
		.author{
		font-weight: bold;
		font-size: 0.75em;
		margin-top: -15px;
		color: #144C27;
		}
		


