
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
	
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			background: transparent;
		}
		body {
			line-height: 1;
		}
				body{ background-color: #0048c6; margin-top: 0px; margin-bottom: 0px;}
		ol, ul {
			list-style: none;
		}
		blockquote, q {
			quotes: none;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: '';
			content: none;
		}
		
		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}
		
		/* remember to highlight inserts somehow! */
		ins {
			text-decoration: none;
		}
		del {
			text-decoration: line-through;
		}
		
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		.content{
			width: 896px;
			margin: 0 auto;
		}
		.nav{
			height: 39px;
			width: 896px;
			background-image: url(/images/navBackground.jpg);
		}
		.pageContent{
			width: 896px;
			background-image: url(/images/centerTile2.jpg);
			background-repeat: repeat-y;
		}
		.pageContentPadding{
			padding: 3px 55px 3px 68px;
			width: 785px;
			color: black;
		}
		.pageContentPadding * {
			color: black; ! important
		}
		.pageContentPadding * a{
/*			color: white;*/
		}
		.footer{
			width: 896px;
			height: 162px;
		}
		
		.dateTable tr td{
			padding: 2px;
		}
		
		#navigate{
			position: relative;
			top: 5px;
			width: 500px;
			
		}
		
		.navdiv{
			margin-left: auto; 
			margin-right: auto; 
			width: 150px;
			padding-top: 10px;
			display: inline;
			
		}
		.navdiv_on{
			margin-left: auto; 
			margin-right: auto; 
			width: 150px;
			padding-top: 10px;
			display: inline;
		}
		.navdiv_off{
		display: inline;
			margin-left: auto; 
			margin-right: auto; 
			width: 150px;
			padding-top: 10px;
		}