body {
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin-top: 3px; 
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
	align: center;
}

#container	{ 
	position: relative;
	top: 0px;
	left: 0px;
	width: 997px;
	/* Expands to fit content vertically. */
	height: 100%;
	/* Static. An overflow: auto; must be used for the content div. */
	/*height: 570px;*/
	margin-left:auto; 
	margin-right:auto; 
	background-color: #ffffff;
	/*border: 1px solid #8d8c6e;*/
}

#banner {
	/*background-image: url('../images/bannerbg.jpg');*/
	background-color: #ffffff;
	height: 100px;
	width: 100%;
	border-bottom: 2px solid #a0a0a0;
	border-left: 2px solid #a0a0a0;
	margin-bottom: 3px;
	}
	
#bannerimage {
	float: left;
	height: 100%;
	width: 120px;
	}
	
#bannerwhite {
	background-color: #ffffff;
	height: 10px;
	margin-left: 5px;
	}
	
#bannerdkgrey {
	background-color: #aaaaaa;
	height: 20px;
	margin-left: 5px;
	}
	
#banneryellow {
	background-color: #ffffcd;
	height: 45px;
	font-family: Copperplate Gothic Bold;
	font-size: 40px;
	color: #999999;
	margin-left: 5px;
	}

#bannerltgrey {
	background-color: #cccccc;
	height: 20px;
	margin-bottom: 3px;
	margin-left: 5px;
	}
	
h1 {
	font-family: Garamond, serif;
	color:#003366;
	/*color:#23238E;*/
	font-size:35px;
	font-style:italic;
	font-weight: normal;
	margin-bottom: 0px;
	}

#content {
	margin: 20px;
	height: 100%;
	}
	
#botnav {
	margin-right: auto;
	margin-left:auto;
	width: 600px;
	color: #555555;
	font-size: 12px; 
	height: 30px;
	text-align: center;
	}

#address {
	margin-right: auto;
	margin-left:auto;
	width: 600px;
	color: #555555;
	font-size: 12px; 
	height: 30px;
	text-align: center;
	}
	
a#addresslink:link, a#addresslink:visited, a#addresslink:active {
	color: #555555;
	font-size: 12px;
	text-decoration: none;
	}

a#addresslink:hover {
	color: #555555;
	font-size: 12px;
	text-decoration: underline;
	}
	
#ipg {
		width: 285px;
		margin-right: auto;
		margin-left:auto;
		height: 100px;
		color: #555555;
		}

	#ipgleft {
		position: relative;
		left: 0px;
		font-size: 9px; 
		font-family: Arial, Arial, Helvetica, sans-serif;
		width: 75px;
		
		}
	
	#ipgright {
		position: relative;
		left: 100px;
		bottom: 82px;
		text-align:left;
		font-size: 9px; 
		font-family: Arial, Arial, Helvetica, sans-serif;
		width: 210px;
		}