
body {
	text-align: center;
	min-width:800px;
	max-width:960px;
	margin:auto;
	margin-bottom: 3%;
	/* Width for IE makes website fluid width between 800 and 960 px */
width:expression(document.body.clientWidth < 810? "800px" : document.body.clientWidth > 960? "960px" : "auto"); /* increased initial check value to 780 so it does not freeze Internet Explorer */
	}

div.wrapper {
	text-align: left;
	margin-left: auto;
	margin-right:auto;
	margin-top: 1px;
}
/* width of div.wrapper is always 80% of viewport width */


td {
	}
a {
	color: #595599;
	}
a:hover {
	color: #FF9933;
	}



#navigation td {
	border-bottom: 1px solid ;
	}
#navigation a {
	background: #595599 none repeat; 
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 4% 10px 12%;
	text-align: justify;
	}
#navigation a:hover {
	background: #333366; 
	color:#FF9933;
	}

#tagline 	{	font:11px Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:0.4em;
	line-height:18px;
	}

.pageName{
	color: #595599;
	line-height:26px;
	letter-spacing:0.21em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#content {
  top : 0;
  margin : 0;
  padding : 10px;
  width: 75%;
  }
  
#leftnavigation {
  position : absolute;
  left : 0;
  width : 21%;
  }
#header {
  top : 0;
  margin :;
  padding :0;
  width:100%;
  }

