		body {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			padding:0px; margin:0px;
			text-align:center;	
		}
		#bodyContainer {
			width:760px;
			padding:0px; margin:0px auto;
			text-align:left;
		}
		#headerRow {
			background:#000;
			width:760px; height:36px; 
		}
		#centerRow {
			height:270px; width:760px;
			background:#000;
		}
		#hfvTitle {
			text-align:left;
			float:left;
			height:36px; width:50%;
		}
		#currentTitle {
			text-align:right;
			float:left;
			height:36px; width:50%;
		} 
		#navrow {
			height:32px;
			background:#fff;
		}
		#navRow ul{
			display:inline;
		}
		#navRow ul li{
			float:left;
			display: block;
			list-style-type: none;
			font-weight:bold;
		}	
		#navRow ul li a{
		}
		#navRow ul li a:hover{
		}
		#navRow ul li a:active{
		}
		#disclaimerContainer {
			padding:0px; margin:0px;
			text-align:center;			
		}
		#disclaimer {
			font-size:60%;
			text-align:center;
			padding:0px; margin:0px auto;
		}
		#subNav ul {
			/* margin negative bug in firefox. Needs -1 to push it to the top otherwise it is about 25 pixels too low */
			margin-top:-1px;
			float:right;
		}
		#subNav ul li{
			float:left;
			padding:5px;
			list-style-type: none;
			font-size:70%;
		}	
		#subNav ul li a{
			text-decoration:none;
			color:#006699;
		}
		#subNav ul li a:hover{
			text-decoration:underline;
		}
		#subNav ul li a:active{
		}
		#colLeft {
			width:32%; float:left; font-size:70%; padding-right:10px; margin-top:-10px;
		}
		#colCenter {
			width:32%; float:left; font-size:70%; padding-right:10px; margin-top:-10px;
		}
		#colRight {
			width:32%; float:left; font-size:70%; padding-left:10px; margin-top:-10px;
		}
		#colRightLarge {
			width:65%; float:left; font-size:70%; padding-right:10px;
		}
		#colLeft p, #colCenter p {
			text-indent:2em;
		}
		#titleRow {
			width:100%;
		}
		#clear {
			clear:both;
		}
		#subActive {
			border-bottom:1px solid black;
		}
		#titleRow h3 {
			line-height:25px; font-size:15px; vertical-align:baseline;
			clear:both;
		}
		#contact {
			font-size:70%;
		}
		#copyrightNotice {
			font-size:60%; text-align:center;
		}