body {
	margin:20px 0px; padding:0px;
/*	text-align:center; */
	background-color: #600000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: normal; 
	color: #DDDDDD;
	}
	
.outerbox {
	position: absolute;
	left: 18px;
	top: 18px; 
	margin:0px auto;
	width:935px;
	height: 600px;
	text-align:left;
	padding:5px;
	border:10px solid black;
	background:url(../images/brown152.jpg);
	background-repeat: repeat;
	}
	
.logobox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 95px;
	}

.addressbox {
	position: absolute;
	top: 20px;
	left: 760px;
	width: 200px;
	font-size: 12px;
	}

.menubox {
	position: absolute;
	top: 95px;
	background-color: #000000;
	left: 0px;
	width: 945px;
	height: 36px;
	}

.greetingbox {
	position: absolute;
	top: 153px;
	width: 288px;
	left: 72px;
	font-size: 16px;
	height: 300px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.picturebox {
	position: absolute;
	top: 140px;
	left: 401px;
	width: 502px;
	padding-top: 10px;
}

.affiliationsbox {
	position: absolute;
	top:  557px;
	left: 0px;
	height: 50px;
	}

.copyrightbox {
	position: absolute;
	top: 653px;
	left: 18px;
	width: 300px;
	font-size: 9px;
	}	

.menustyle {
	 font-size: 12px; 
	 font-weight: normal; 
	 color: #DDDDDD;  
	 }
a.menustyle:link { 
	text-decoration: none; 
	color: #DDDDDD; 
	}
a.menustyle:visited { 
	text-decoration: none; 
	color: #DDDDDD; 
	}
a.menustyle:hover { 
	text-decoration: none; 
	color: #ffcc33; 
	}
a.menustyle:active { 
	text-decoration: none; 
	color: #600000; 
	}
.activestyle {	
	 font-size: 12px; 
	 font-weight: normal; 
	 color: #ffcc33;  
	 }
a.activestyle:link { 
	text-decoration: none; 
	color: #ffcc33; 
	}
a.activestyle:visited { 
	text-decoration: none; 
	color: #ffcc33; 
	}
	
