body {
	text-align: center;
	min-width: 720px;
	background-color: #BCBCBC;
	/*
	background-color: #CCDDE0;
	*/
}
#invisible {
	visibility: hidden;
}
#wrapper {
	z-index: 2;
	text-align: center;
/*	
	border: 1px solid #999; 
	background-image: url(/images/background_em.jpg);
*/
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: white;
	
	position:absolute;
	left: 50%; 
	top: 50%;
	width:680px; 
	height:520px; 
	margin-top: -260px; /* half of the height */
	margin-left: -340px; /* half of the width */
}
#gohome {
	position: absolute;
	z-index: 200;
	left: 20px;
	top: 20px;
	height: 130px;
}
#menu {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 142px;
	height:22px;
	width: auto;
/*	 
	padding-left: 18px;
	*/
	padding-top: 3px;
	padding-right: 3px;
	
 	padding-left:18px !important;	/* read by all but IE */
	padding-left:16px;			/* read by IE 5.x */
	padding-left/**/:/**/16px;		/* read by IE 6 */
	
}
#nav {
	padding: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #18455A;
	text-align: left;
}
#menu a {
	color: #18455A;
	text-decoration: none;
}
#menu #firstp {
	margin-left: 2px;
	padding-left:17px;
}
#menu .rightp {
	border-right: 1px solid #e1e6eb;	
}
#menu a:hover {
	text-decoration: none;
	font-weight: bold; 
}

#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
	line-height:1.8em;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: auto;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
}
.dot {
	margin: 0 0 0 6px;
}
#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.8em; /* was 1.8em */
	left: 0;
	font-size: 11px;
	width: 120px; 
	line-height:1.6em;
	margin-left: -11px;
	margin-right: 3px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	font-size: 11px;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
	font-size: 11px;
}
#menu li:hover, #menu li.over { 
	background-color: #18455A;
}
#menu li:hover a, #menu li.over a { 
	color: #fff;
}

#menu .subspace {
	margin-top: 20px;
}
#menu .submenu {
	color: #18455A;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right:-25px;
}
#menu .submenu a {
	font-weight: normal;
	color: #18455A;
}
#menu .submenu a:hover {
	font-weight: normal;
}
#menu .submenu li {
	clear: left;
	width: 110px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
}
#menu .submenu>li {
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu .submenu li:hover, #menu .submenu li.over { 
	background-color: #e1e6eb;
	color: #18455A;
}
#menu .submenu li a { 
	color: #18455A;
}

/* HOME STYLES */
#sHomeX {
	position:absolute;
	width: 300px;		/* dependant on exact bkgd */
	left: 38px;
	top: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #18455A;		/* dependant on exact bkgd */
	text-align: left;
}
#sHome {
	z-index: 1;
	position:absolute;
	left: 50%; 
	top: 50%;
	width:300px; 
	height:200px; 
	margin-top: -100px; /* half of the height */
	margin-left: -150px; /* half of the width */
}

/* SCROLLER STYLES */
#sContent {
	position:absolute;
	width: 405px;
	left: 20px;
	top: 260px;
	height: 140px;
	background-color: white;
}
#divUpControl{
	position: absolute;
	width: 20px;
	left: 378px;
	top: 10px;
	z-index: 1;
	text-align: right
} 
#divDownControl{
	position: absolute;
	width: 20px;
	left: 378px;
	top: 120px;
	z-index:1;
	text-align: right
} 
#divContainer{
	text-align: left;
	position: absolute;
	width: 350px;
	height: 115px;
	overflow: hidden;
	top: 10px;
	left: 18px;
	clip:rect(0,380,170,0);
	visibility:hidden;


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
} 
#divContent{
	position:absolute;
	top:0;
	left:0
} 


#footer {
	position:absolute;
	left: 0px; 
	top: 523px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	color: #333;
}
#footer a {
	text-decoration: none;
}
#ARLink {
	position:absolute;
	left: 220px; 
	top: 101px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 130%;
	color: #FFF;
}
#ARLink a {
	color: #FFF;
	text-decoration: none;
}