/* CSS Document */
	h1 {
			font-size: 20pt;
			font-weight: bold;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
	}
		
	img {
			border:thin;
			border-color:#000000;
	
	}
	
	table td {
		padding:5px;
	}
	
	#banner {
		background-color: #D5DBE1;
		font-size: 24pt;
		font-weight: bold;
		margin-bottom: 10px;
		padding: 5px;
	}
	
	#banner a {
		color: #000000;
		text-decoration: none;
	}
	
	#container {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		width: 95%;
		background-color: #C0C0C0;
		}
	
	#content {
		background-color: #EBEBEB;
		font-size: 9pt;
		line-height: 16pt;
		margin-right: 235px;
		padding: 1px 15px 1px 15px;
	}
	
	#content a {
		color: black;
	}
	
	#content a:hover {
		text-decoration: none;
	}
	#footer {
		background-color: #D5DBE1;
		clear: both;
		font-size: 8pt;
		font-weight: bold;
		margin-top: 10px;
		padding: 15px;
		text-align: center;
	}
	
	#sidebar {
		\width: 210px;
		background-color: #C0C0C0;
		float: right;
		font-size: 8pt;
		font-weight: bold;
		line-height: 20px;
		margin: 0;
		margin-left: 10px;
		padding: 15px;
		w\idth: 200px;
		width: 200px;
	}
	
	#sidebar a {
		color: #000000;
	}
	
	#sidebar a:hover {
		text-decoration: none;
	}

	.row { background-color:#CCCCCC; }

