		#container {
			width: 740px;
			\width: 760px;
			w\idth: 760px;
			border: 1px solid gray;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			
		}

		#banner {
			padding: 0;
			margin-top: -10px;
			background-image: url(banner2.jpg);
			background-repeat: no-repeat;
			background-position: right;
			height: 160px;
		}
		#bannerseries{
			text-align:right;
			padding-right: 20px;
			font-size:14px;
			font-weight:bold;
			color:#003366;
			font-style: italic;
			font:Georgia, "Times New Roman", Times, serif;
		}

		#content {
			z-index: 1;
			padding: 0 20px 0 20px;
			margin-left: 160px;
			margin-right: 20px;
			margin-top: -20px;
			background-color: #fff;
			text-align:justify;
			line-height: 1.7em;
		}

		#sidebar-a {
			float: left;
			width: 160px;
			height: 520px;
			margin: 0;
			margin-top: -10px;
			padding: 0;
			background-image: url(sidebarbgd2.jpg);
			background-repeat: no-repeat;
			
		}

		#footer {
			clear: both;
			padding: 0;
			margin-top: ;
			background-color: #d5dce5;
			text-align:center;
			font-size: 10px;
		}
		
		#navlist{
			margin-left: 1em;
			margin-top: 5em;
			list-style:none;
			padding-left:5px;
			padding-right:10px;
		}
		#navlist li{
			margin-bottom: 15px;
			/*background-image:url(bullet.gif);*/
			background-repeat:no-repeat;
			background-position:left center;
			/*padding-left:25px;*/
			border-bottom: 1px solid #fff;
		}
		#navlist a{
			color: #003366;
			font-weight: bold;
			text-decoration:none;
		}
		#navlist a:hover{
			color:#798cb0;
			font-weight: bold;
			text-decoration:none;
		}
		h1{
			font-size: 15px;
			color: #798cb0;
			border-bottom: 1px solid #798cb0;
			padding-top: 20px;
		}
		h2{
			font-size: 14px;
			color: #798cb0;
			font-weight: bold;
		}
		
		#content ul{
			list-style:url(bullet.gif);
		}
		
		#content a{
			color: #798cb0;
		}
		
		#content a:hover{
			color: #036;
		}


