		div.item {
			width: 802px;
			margin-bottom: 28px;
			text-align: left;
		}
		
		div.item .title_row {
			width: 802px;
			padding-top: 4px;
			padding-bottom: 4px;
		}
		
		div.item .title {
			float: left;
			margin: 0px;
			margin-bottom: 6px;
		}
		
		div.item .title h2 {
			margin: 0px;
			margin-bottom: 0px;
			font-size: 100%;
			color: white;
			font-weight: normal;
		}

		div.item .title h1 {
			margin: 0px;
			margin-bottom: 2px;
			font-size: 130%;
			color: white;
			font-weight: bold;
		}
		
		
		div.item .menu {
			margin: 0px;
			float: right;
			vertical-align: middle;
		}
		
		div.item .menu div {
			float: left;
			text-align: center;
			width: 55px;
			background: #487c8d;
			margin-left: 4px;
			border-style: solid;
			border-width: 1px;
			border-color: #0d121a;
			line-height: 250%;
		}
		
		div.item .menu div:hover { background: #7bddec; color: #233047; }
		div.item .menu div:hover a { color: #233047;  }
		
		div.item .menu div.highlight { background: #518c9f; }
		
		div.item .menu div a  {
			color: white;
		}
		
		div.item .menu div a:hover { color: #233047; }
		
		div.item .image a { border-width: 0px; }
		
		
		
		#header {  background: url(header.png) no-repeat center; }
		