BODY  {background-color: #FFFFFF;
	  width: 1000px; 
}

#container {
			min-width: 1000px;
			max-width: 1000px;
			width:expression(document.body.clientWidth < 1000? "1000px" : document.body.clientWidth > 1000? "1000px" : "auto");
}

hr{ color: #808080; height: 1; 
}

h1 { 
color: #000080; 
font-family:Times New Roman; 
font-size:20pt; font-weight: bold; letter-spacing:5px; word-spacing:0; line-height:100%; margin-top:0; margin-bottom:0; text-transform:uppercase 
}

h2 { 
color: #666666; 
font-family: Tahoma; 
font-size: 18pt; word-spacing:0; line-height:150%; margin-top:0; margin-bottom:0 }

h3  { font-family: Tahoma; font-size: 12pt; color: #666666 
}

a:link {
	color: #84414A;
		}
		
a:visited { 
	color: #84414A;
	}
	
a:hover {
	color: #666666;
	}
	
a:active { 
	color: #84414A;
	}
