/* universal style */
body 	{ font-family: "trebuchet ms", verdana, helvetica, sans-serif; 
	font-size: 16px;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	margin: 30px 0px 0px 0px;
	padding: 0;
	text-align: center;
}
img { border: 0; }

li { margin: 2px 0; }

#main { margin: auto;
	text-align: center;
	width: 752px;
	height: 535px;
	background-image: url('images/main.backgrd.gif');
	border: 0px solid green;
	background-repeat: no-repeat;
}
#logo {
	text-align: left;
	margin: auto;
	padding: 35px 0px 0px 40px;
	border: 0px solid black;
	}
#main-images { position: absolute;
	top: 330px;
	text-align: right;
	width: 710px;
	margin: auto;
	padding: 0px 30px 0px 0px;
	border: 0px solid blue;
}
#main-images > a{ text-decoration: none; 
}
#main-text { position: absolute;
	text-align: left;
	top: 60px;
	width: 520px;
	margin: auto;
	height: 210px;
	padding: 0px 0px 0px 210px;
	border: 0px solid red;
	z-index: 2;
}
/**/
#references{ position: absolute;
	top: 210px;
	margin: auto;
	/*width: 500px;*/
	text-align: left;
	padding: 0px 0px 0px 210px;
	border: 0px solid #ccc;
	z-index: 2;
}
/**/
.scroll300 {overflow: auto;
	height: 325px;
	width:185px;
	padding: 0 0 0 330px;
	border:0px solid orange;
}

/*******************pop-out images**********************/
.pop-img { width: 155px;
    margin:2px 5px;
    text-align:center;
} 
/*
a.popup, a.popup:visited {
    position:relative; 
    z-index:1;
}
*/
a.popup span { display: none; 
    position: absolute;
    visibility:hidden;
    width:300px;
    height:0;
    top: 0px;
    left:210px;
    cursor:default;
    color: #666;
}
a.popup:hover span { display: block;
   visibility:visible;  
   z-index: 500;
    cursor:default;
}
/*******************pop-out images end *****************/

#main-text > a{ color: #5D82A8;  
	text-decoration: none;
}
#nav-index { position: absolute;
	top: 280px;
	margin: auto;
	width: 120px;
	text-align: left;
	padding: 0px 0px 0px 40px;
	border: 0px solid black;
	z-index: 3;
	overflow: hidden;
}
#nav { position: absolute;
	top: 280px;
	margin: auto;
	width: 120px;
	height: 250px;
	text-align: left;
	padding: 0px 0px 0px 40px;
	border: 0px solid black;
	z-index: 3;
	overflow: hidden;
}
#page-name { position: absolute;
	top: 500px;
	margin: auto;
	padding: 0px 0px 0px 40px;
	border: 0px solid yellow;
	z-index: 3;
}

#footer { margin: auto;
	position: absolute;
	top: 565px;
	width: 752px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	border: 0px solid orange;
	z-index: 3;
}

h1 {  	font-size: 16px;
	font-weight: bold;
	color: #5D82A8;  
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
h3 {  	font-size: 24px;
	font-weight: bold;
	color: #5D82A8;  
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
div#nav > ul { line-height: 2.2em;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div#nav > li { margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
a.main-nav { color: #999; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*background-color: #5D82A8;*/
	padding: 1px 100px 1px 5px;
	white-space: nowrap;
	}

a:hover.main-nav { color: #5D82A8;
	text-decoration: none;
	background-color: #E6E6E6;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	}
a:active.main-nav { color: #999;
	text-decoration: none;
	background-color: #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	}

select { color:#fff;
	background: #5D82A8;
	border: 1px solid #999999;
}