/* CSS Document */
	body {
			font: 0.8em Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.8em;
			color: #000000;
		}
	#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			border-right: 1px dotted #4d4a83;
		}

		#banner {			
			padding: 5px 5px 3px 5px;
			margin-bottom: 0px;		
			background: #4d4a83 url(header.jpg) no-repeat;
			height: 190px;
		}

		#content {
			padding: 5px 10px 0px 10px;
			margin-left: 210px;
			background-color: white;
			
		}
		#sidebar-a {
			float: left;
			width: 200px;
			\width: 210px;
			w\idth: 200px;
			height: 650px;			
			margin: 0;
			margin-right: ;
			padding: 0px;
			background-color: #4d4a83;
		}

		#footer {
			clear: both;
			padding: 0px;
			font-size: 0.8em;
			text-align: center;
			margin-top: ;
			border-top: 1px dotted #4d4a83;
			border-left: 1px dotted #4d4a83;
			border-bottom: 1px dotted #4d4a83;			
		}
		
		h1 {
		font-size: 16pt;
		color: white;
		margin: 10pt 325pt 0 10pt;			
		}		
		h2 {
			color: #4d4a83;
			font-size: 20px;
			font-weight: normal;
			padding: 5px 0 5px 0;
			border-top: 1px solid black;
			border-bottom: 1px solid black;
			border-top-width: 1px;
			border-bottom-width: 1px;
			border-color: #9a93bc;
		}
		p.seriestitle {
			color: #ff8b48;			
			font-size: 18px;
			font-weight: normal;
			padding: 5px 0 5px 0;
			border-style: none;
			margin: 65pt 0 0 10pt;
		}
		h3{
		font-size: 12pt;
		font-weight: normal;
		color: #4d4a83;

		border-color: #9a93bc;
		padding: 5px 0 0px 0px;
		}
		ul.leftNavi {
			list-style-type: none;
			font-size: 0.9em;
			margin: 1em;
			line-height: 2;
		}
		ol{			
			line-height: 2;
		}
		p{
		line-height: 1.8em;
		}
		a {
			text-decoration: none;
			font-weight: bold;
		}
		a:link, a:visited{
		color: #fff;
		}		
		a:hover{
		color: #ff8b48;
		}
		a.next{
		font-size: 0.85em;
		font-weight: bold;
		}
		a.next:link, a.next:visited{
		color: #4d4a83;		
		}
		a.next:hover{
		color: #9a93bc;
		}
		a.webLink{
		font-size: 1em;
		font-weight: bold;
		}
		a.webLink:link, a.webLink:visited{
		color: #4d4a83;
		}
		a.webLink:hover{
		color: #9a93bc;
		}
