
		body {
			font-family: Arial, Verdana, Helvetica, sans-serif;
	        color: #000000;
			font-size: 0.8em;
  			margin: 0; 
			padding: 0;}
		
		#container {
			/*
			width: 760px;
			\width: 780px;
			w\idth: 780px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			*/
			
			width: 100%;
			\width: 100%;
			w\idth: 100%;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			
			
			
		}

		#banner {
			padding: 5px;
			margin-bottom: 0px;
			background: #B3D6B5 url(header.jpg) no-repeat;
			height: 190px;
		}
		
		#content {
			padding: 10px 10px 0px 10px;
						border: 1px solid #8acd7b;
			
		}
		
		#content p{
			margin: 20px 25px 0px 25px;
			
		}
		#contentbox{
			border: 1px solid #c5e7bd;
			margin: 23px 23px 23px 23px;
			padding-top: 70px;
		}
		
		#sidebar-a {
		display:none;
		}
		
		#sidebarcontentbox{
		display:none;
		}
		
		#footer {
		
		}
		
		h1{
		font-size: 15pt;
		color: #1d2144;
		margin: 10pt 0 0 5pt;
		
		}
		.seriestitle{
		font-size: 13pt;
		font-weight: normal;
		color: #1d2144;
		margin: 87pt 0 0 5pt;
		}
		
		h2{
		font-size: 1em;
		color: #535b60;
		font-weight: bold;
		margin: 0px 15px;
		letter-spacing: 2px;
		}
		
		h3{
		font-size: 11pt;
		font-weight:normal;
		color: #535b60;
		padding: 0px 15px;
		text-decoration: underline;
		}
		
		h4{
		font-size: 10pt;
		font-weight: bold;
		color: #535b60;
		margin-bottom: -13px;
		padding: 0px 15px;
		}
		p{
		line-height: 1.8em;
		}		
		ul{
		list-style-type: none;
		line-height: 2em;
		font-size: 0.9em;
		margin: 1em;
		padding: 0;
		}
		
		.maintextbullet{
			list-style-image: url(images/bullet.jpg);
			padding-left: 75px;
		}
		
		a{
		font-size: 0.9em;
		text-decoration: none;
		font-weight: bold;
		}
		
		a:link,  a:visited{
			color: #6AAB3A;
		}
		a:hover{
			color: #A8D485;
		}
		}
		a.next{
		font-size: 0.85em;
		font-weight: bold;
		}
		a.next:link, a.next:visited{
		color: #507C2C;
		margin-right: 15px;
		}
		a.next:hover{
		color: #d7ebc6;
		margin-right: 15px;
		}
		a.webLink{
		font-size: 1em;
		font-weight: bold;
		}
		a.webLink:link, a.webLink:visited{
		color: #1c6695;
		}
		a.webLink:hover{
		color: #48c3af;
		}
		.author{
		font-weight: bold;
		font-size: 0.75em;
		margin-top: -15px;
		color: #144C27;
		}
		
		img{
			border: 1px solid #8acd7b;
			padding: 2px;
		}
		img.noborder{
			border: none;
		}
