#container {
	background-color: #FEFEF5;
	width: 663px;
	position: absolute;
	left: 50%;
	margin-left: -331px;
	height: 500px;
	top:50%;
	margin-top: -250px;
	z-index:1;

}

#topline {
	position: absolute;
	left: 11px;
	top: 14px;
	background-color: #E9DABB;
	height: 102px;
	width: 641px;
	z-index:2;
}


#logo {
	position: absolute;
	left: 30px;
	top: 22px;
	z-index:3;
}

#address {
	position: absolute;
	left: 466px;
	top: 43px;
	z-index:3;
}

#navContainer {
	position: absolute;
	left: 11px;
	top: 116px;
	background-image: url(../stat/nav_bg.gif);
	height: 25px;
	width: 641px;
	z-index:41;
}

#navShad {
	position: absolute;
	left: 12px;
	top: 110px;
	background-image: url(../stat/shad_nav.gif);
	height: 6px;
	width: 641px;
	z-index:5;
}

#main {
	position: absolute;
	left: 11px;
	top: 141px;
	background-color: #F4F0DD;
	height: 333px;
	width: 641px;
	z-index:7;
}

#shadL {
	position: absolute;
	left: 0px;
	top: 14px;
	z-index:12;
}

#shadR {
	position: absolute;
	left: 652px;
	top: 14px;
	z-index:13;
}

#shadB {
	position: absolute;
	left: 0px;
	top: 474px;
	z-index:14;
}

#shadT {
	position: absolute;
	left: 0px;
	top: 4px;
	z-index:15;
}

#ivyT {
	position: absolute;
	left: 0474px;
	top: 0px;
	z-index:21;
}

#ivyB {
	position: absolute;
	left: 0px;
	top: 381px;
	z-index:22;
}

#header {
	position: absolute;
	left: 19px;
	top: 30px;
	z-index:31;
}

#pic {
	position: absolute;
	left: 345px;
	top: 30px;
	z-index:32;
}

#textArea {
	width: 300px;
	height: 273px;
	overflow: auto;
	position: absolute;
	z-index: 33;
	left: 19px;
	top: 32px;
	scrollbar-face-color: #F4F0DD;
	scrollbar-shadow-color: #E2D3B6;
	scrollbar-highlight-color: #E2D3B6;
	scrollbar-3dlight-color: #F4F0DD;
	scrollbar-darkshadow-color: #F4F0DD;
	scrollbar-arrow-color: #E2D3B6;
	scrollbar-track-color: #F4F0DD;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-right: 20px;
	line-height: 18px;
	font-size: 11px;
}

.nav {
position:relative;
line-height: 25px;
float: left;
width: 641px;
height: 25px;
font-size: 10pt;
padding-left:10px;
}


.nav ul  {
list-style: none;
padding: 0;
margin: 0px 0px;
width:auto;
}
	
	
.nav li {
float: left;
margin: 0px 0px 0px 0px;
}

.nav li a, .nav li a:visited {
height: 25px;
line-height: 25px;
float: left;
width: auto;
display: block;
color: #7C491A;
text-decoration: none;
text-align: center;
padding: 0px 13px;
font-weight:normal;
}

.nav li a:hover {
height: 25px;
line-height: 25px;
float: left;
width: auto;
display: block;
color: #7C491A;
background-color: #e0ce69;
text-decoration: none;
text-align: center;
font-weight:normal;
}

/* rollover menu style */

.rolloverMenu {	
display: block;
position: absolute;
left:0px;
top:0px;
width: 150px;
height:auto;
margin:0px 0px 0px 0px;				
padding:0px 0px 0px 0px;
visibility: hidden;
z-index: 4;
}

ul.rolloverMenu {
display: block;
position: relative;
left:0px;
height:25px;
line-height:25px;
width:150px;
margin:0px 0px 0px 0px;
padding:0px;
background-color:#e0ce69;
list-style: none;
padding: 0px;
visibility: hidden;
}

.rolloverMenu li {
display: block;
margin:0px;
padding:0px;
width:150px;
height:25px;
background-color:#e0ce69;
}

.rolloverMenu li a, .rolloverMenu li a:visited {
height: 25px;
line-height: 25px;
float: left;
width: 150px;
display: block;
color: #7C491A;
text-decoration: none;
text-align: left;
font-weight:normal;
}

.rolloverMenu li a:hover{
height: 25px;
line-height: 25px;
float: left;
width: 150px;
display: block;
color: #7C491A;
background-color: #eadda5;
text-decoration: none;
text-align: left;
font-weight:normal;
}

/* end rollover menu style */

#ajlink {
	float:		right;
	padding:	308px 20px 0px 0px;
	color:		#A98869;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	10pt;
}
#ajlink a:link,#ajlink a:active,#ajlink a:visited,#ajlink a:hover {
	color:		#000000;
}