


		#container {
			width: 780px;
			\width: 790px;
			w\idth: 780px;
			border: solid 1px rgb(0,204,204);
			margin-top: -5px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
			background-color: rgb(255, 255, 255);
			}
			
			#banner {
			padding: 5px;
			margin-bottom: 8px;
			background-color: rgb(0,204,204);
			border: solid 1px gray;
			}
			
			#banner p {
			color: white;
			font-family: "Times New Roman", serif;
			margin: 3px;
			text-align: center;
			vertical-align: middle;
			font-size: 13px;
			}

		#content {
			padding: 8px;
			margin-left: 175px;
			margin-right: 175px;
			background-color: white;
			border-left: 1px solid gray;
			border-right: 1px solid gray;
			}
			
		#content p {
			margin: 2px;
			margin-bottom: 3px;
			color: rgb(112,112,112);
			font-weight: normal;
			font-family: "Times New Roman", serif;
			font-size: 13px;
			text-align: left;
			}
			

		#sidebar-a {
			float: left;
			width: 145px;
			\width: 155px;
			w\idth: 145px;
			margin: 0;
			margin-right: 0px;
			padding: 0px;
			background-color: white;
			}
			

		#sidebar-b {
			float: right;
			width: 145px;
			\width: 155px;
			w\idth: 145px;
			margin: 0;
			margin-left: 0px;
			padding: 0px;
			background-color: white;
			}
			
		#sidebar-b	p {
		color: rgb(112,112,112);
			font-family: "Times New Roman", serif;
			text-align: center;
			font-size: 12px;
			}
		

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			background-color: rgb(0,204,204);
			border: 1px solid black;
			}
			
		#footer p {
			color: black;
			font-family: Arial, Helvetica, sans-serif;
			text-align: center;
			font-size: 10px;
			}
		#footer a {
			color: rgb(126,116,83);
			text-decoration: none;
			}
			
		h6 {
			margin: 0px;
			font-style: italic;
			font-family:  "Times New Roman", serif;
			font-size: 10px;
			text-align: right;
			color: rgb(149,85,68);
			}
			
		h5 {
			font-style: normal;
			margin-top: -1px;
			margin-bottom: -1px;
			margin-right: 10px;
			font-size: 14px;
			color: rgb(152,152,152);
			font-family: "Times New Roman", serif;
			text-align: right;
			text-decoration: none;
			}
			
	
			
		h3 {
			margin-top: -1px;
			margin-bottom: 3px;
			color: rgb(0,204,204);
			font-weight: normal;
			font-family: "Times New Roman", serif;
			font-size: 8px;
			text-align: center;
			}
			
		.page {
			margin-top: 0px;
			margin-bottom: 2px;
			font-size: 13px;
			color: rgb(112,112,112);
			font-family: "Times New Roman", serif;
			text-align: right;
			background: rgb(0,204,204);
			}
			
		.leftbox {
			width: 140px;
			\width: 150px;
			w\idth: 140px;
			margin-bottom: 5px;
			margin-right: 0px;
			padding: 5px;
			background-color: white;
			border: 1px solid rgb(0,204,204);
			}
			
		.left {
			margin-top: 0;
			margin-bottom: 2px;
			color: rgb(112,112,112);
			font-family: "Times New Roman", serif;
			font-size: 13px;
			text-align: left;
			}
			
		.rightbox {
			width: 140px;
			\width: 150px;
			w\idth: 140px;
			margin-bottom: 5px;
			margin-right: 0px;
			padding: 5px;
			background-color: white;
			border: 1px solid rgb(0,204,204);
			}
			
		.right {
			color: rgb(112,112,112);
			font-family: "Times New Roman", serif;
			text-align: center;
			font-size: 12px;
			}
			
		ul {
			list-style: none;
			padding-left: 0px;
			}
	
			
		.float-left {
			float: left;
			}
			
			
		.float-right {
			float: right;
			}
			
		.hide {
			display: none;
			}
			
			#content img {
			margin-right: 5px;
			}
		
		a:link {
		color: rgb(52,101,51);
		text-decoration: none;
		}
		a:visited {
		color: rgb(52,101,51);
		text-decoration: none;
		}
		a:hover {
		color: rgb(52,101,51);
		text-decoration: underline;
		}
		
		h1 {
		font-family: Times-New-Roman, serif;
		text-align: center;
		color: white;
		font-size: 20px;
		font-weight: bold;
		}
		
		h2 {
		font-family: Times New Roman, serif;
		text-align: right;
		font-style: italic;
		color: rgb(149,85,68);
		font-size: 13px;
		font-weight: normal;
		}
		
		h4 {
		font-family: Times New Roman, serif;
		text-align: right;
		font-style: italic;
		margin-bottom: 130px;
		color: rgb(149,85,68);
		font-size: 13px;
		font-weight: normal;
		}
		
	</style>