<!--
	body {
		font-family: Arial;
	}
	#logo {
		text-align: right;
		width:749px;
		border-top: 1px solid #7a7a7a;
		border-left: 1px solid #7a7a7a;
		border-right: 1px solid #7a7a7a;
		padding-top:5px;
		padding-bottom:6px;
		
		background: #FFFFFF;
	}

	#navigation {
		text-align: center;
		width:749px;
		background: url('fade_6.gif');
		border: 0px solid green;
		border-left: 1px solid #7a7a7a;
		border-right: 1px solid #7a7a7a;


		height: 30px;
	}
	#navigation span.item {
		display: block;
		float: left;
		width: 160px;
		height: 25px;
		padding-top: 5px;
		vertical-align: middle;
		font-weight: bold;
		margin-left: 4px;
	}
	#navigation span.item a {
		text-decoration: none;
		color: #FFFFFF;
		
	}
	#navigation span.active a {
		text-decoration: none;
		color: #124377;
		
	}
	#navigation span.active {
		background: url('fade_6b.gif');
		color: #124377;
		height: 24px;
		border-bottom: 1px solid #7a7a7a;
		border-right: 1px solid #7a7a7a;
	}

	#content {
		display:inline;
		float:left;
		width:600px;
		border-left: 1px solid #7a7a7a;
		border-bottom: 1px solid #7a7a7a;
		background: #DEDEDE;
		background: #FFFFFF;;

		height: 450px;
	}
	#content h1 {
		
		font-size: 14pt;
		margin-top:5px;
		margin-bottom:0px;
		margin-left:9px;
	}
	#content h2 {
		font-size: 12pt;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:9px;
	}
	#content p {
		margin-left:9px;
		margin-top:6px;
	}
	#sidebar {
		display: inline;
		float: right;
		width:148px;
		border-right: 1px solid #7a7a7a;
		border-bottom: 1px solid #7a7a7a;
		border-left: 1px solid #7a7a7a;

		background: #DEDEDE;
		height: 450px;
	}
	#sidebar h1 {
		text-align: left;
		padding-left:3px;
		margin-bottom:3px;
		margin-top:8px;
		font-size: 10pt;
	
}
	#sidebar p {
		margin-top:3px;
		padding-left: 3px;
		font-size: 10pt;
	}
-->
