@charset "utf-8";
/* CSS Document */

body { 
	font: 9.5pt/11.5pt arial, sans-serif;
    background-color:#622628;
	color:#000000;
    margin:0px; 
	height:100%;
	}
p {
	font: 9.5pt/11.5pt arial, sans-serif;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	}
h3 { 
	font: bold 9.3pt tahoma, arial, sans-serif; 
	letter-spacing: 1px; 
	margin: 0px;
	color:#32446a;
	background-color:transparent;
	}
a {
	font: 8.5pt/11.5pt arial, sans-serif;
	font-weight: normal;
	}
a:link, a:visited { 
	text-decoration: none; 
	color: #ffffff;
	background-color:transparent;
	}
a:active, a:hover { 
	text-decoration: underline; 
	color: #000000;
	background-color:#826864;
	}
	
/* specific divs */

#container { 
	background: url(header.jpg) no-repeat;
	background-color:#622628;
	color:#000000;
	position:absolute;
	left:47%;
	width: 800px;
	height: 600px;
	margin-left:-375px;
	margin-top:10px;
	}
/* Absolute Center technique adapted from an article by Joe Gillespie: 
http://www.wpdfd.com/editorial/wpd0103.htm#footnote */

/* commented backslash hack v2 for IE5-Mac - adapted from a posting on Sam-I-Am:
http://www.sam-i-am.com/work/css/index.html \*/
#container { 
	background: url(header.jpg) no-repeat;
	background-color:#622628;
	color:#000000;
	position:absolute;
	top:40%;
	left:47%;
	width: 800px;
	height: 600px;
	margin-left:-375px;
	margin-top:-225px;
	}
/* end hack */
	
#pageHeader {
	position:absolute;
	left: 194px;
	top: 165px;
	width: 500px;
	height: 357px;
	background: url(containerBG.gif) no-repeat;
	}
#pageHeader h1 span {
	display:none;
	}
#pageHeader h2 { 
	display: none;
	}
#topGraphic {
    position:absolute;
	left: 1px;
	top: 13px;
	width: 538px;
	height: 126px;
    background-image:url(logo.gif);
	}
	

#leftGraphic {
    background-image:url(BG2.jpg);
	position:absolute;
	left: 1px;
	top: 127px;
	height: 449px;
	width: 228px;
	overflow: auto;
	}
#bodyText {
	margin: 0px;
	position: absolute;
	left: 203px;
	top: 230px;
	width: 410px;
	height: 310px;
	overflow: auto;
	background-color:#8f9ab1;
    border: solid #CCCCCC 1px;
	}
#bodyText h3 {
	padding:10px 10px 5px 10px;
	}	
#bodyText p {
	padding:0px 10px 0px 10px;
	}		
#linkList {
	position: absolute;
	background: transparent;
	border: solid #CCCCCC 1px;
	width: 144px;
	height: 310px;
	left: 615px;
	top: 230px;
	overflow: auto;
	color:#ffffff;
	font: 7.1pt arial, sans-serif;	
	}
#linkList h3.main { 
	margin: 0px 0px -5px 0px; 
	background: url(nav1.gif) no-repeat;
	font-size:7px; 
	width:144px; 
	height: 29px;
	}
#linkList h3.main span {
	display:none
	}
#linkList h3.art { 
	background: transparent url(nav2.gif) no-repeat ; 
	width:144px; 
	height: 29px;
	margin: -5px 0px -6px 0px;  
	}
#linkList h3.art span {
	display:none
	}
#linkList h3.other {
	background: transparent url(nav3.gif) no-repeat;
	font-size:7px;
	width:144px;
	height: 29px;
	margin: -5px 0px -6px 0px;  
	}
#linkList h3.other span {
	display:none;
	}
#linkList ul {
    font-size:7px;
	margin: 0px;
	padding: 9px;
	}
#linkList li {
    font-size:7px;
	line-height: 9.4pt; 
	list-style-type: none;
	display: block;
	position:center;
	margin-bottom: 4px;
	}
#footer {
	line-height: 9.4pt; 
	font: 8.5pt/11.5pt arial, sans-serif;
	font-style:normal; 
	position: absolute;
	width: 400px;
	height: 20px;
	left: 325px;
	top: 580px;
	color:#000000;
	}
	
	