
/*  ------------ Main elements ------------------------------------- */

body { 
	color: #000;
	background: #2365AC;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif; 
	/*   font-family:verdana,arial,geneva,helvetica,sans-serif; */
	
	}

#topbanner {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 1000px;
	padding: 10px 0 0 205px;
	background: #2365AC;
	color: #E1F1F1;
	text-align: left;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: 2px;
	}
	
#topbanner2 {
	position: absolute;
	left: 0;
	top: 60px;
	height: 40px;
	width: 1000px;
	padding: 0 0 0 205px;
	background: #2365AC; 
	color: #ffe;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.2em;
	letter-spacing: 1px;
	}

#logo {
	position: absolute;
	left: 5px;
	top: 15px;
	margin: 0;
	border: 0;
	padding: 0;
	}

#nav {
	background: #BFCDE4;
	position: fixed;
	# position: absolute;
	top: 100px;
	left: 0px;
	width: 137px;
	height:  auto; 
	left: 0px;
	# border-right: 1px  solid #2365AC;
	padding: 12px 12px 0 20px;  
	color: #2365AC;	
	font-size: 0.75em;
	}

#frame {
	position: absolute;
	top: 100px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 170px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 40px;
	border-style: solid;
	border-color: #BFCDE4;
	width: 1040px;
	height auto;
	margin: 0px 0px 0px 0px;
	# color: blue;
	background: #ffe;
	/* background-image: url(images/millennium1.jpg) */
	}

#content {
	position: relative;
	top: 0px;
	padding-left: 0px;
	padding-right: 200px;
	padding-top: 0px;
	border-left: 2px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #0000ff;
	width: 700px;
	height auto;
	margin: 0px 0px 0px 0px;
	background: #ffe;
	/* background-image: url(images/millennium1.jpg) */
	}

#intro {
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 32px;
	padding-left: 48px;
	padding-right: 32px;
	padding-bottom: 32px;
	width: 600px;
	height auto;
	margin: 0px;
	color: #000;
	background: #ffe;
	/* background-image: url(images/millennium1.jpg) */
	}


#papers {
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 48px;
	padding-right: 32px;
	width: 640px;
	height auto;
	margin: 0px;
	color: #000;
	background: #ffe;
	}


#large {
	margin: 10px 0px 0px 30px;
	background: #ffe;
}

#ball {
	position: relative;
	top: 5px;
	left: -15px;
	height: 0px;
	width: 0px;
	background: #00f;
}

#filler {
	width: 30px;
	height: 30px;
	background: #ffe;
}


/*  ------------ Links ------------------------------------------------- */

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #2365AC;
	background: transparent;
	}
	
a:hover, a:active {
	font-weight: bold;
	# text-decoration: underline;
	color: #F60;
	background: transparent;
	}


#topbanner a:link, #topbanner a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #F60 ; /* #E1F1F1 pale blue #f60 red */
	background: transparent;
	}
		
#topbanner a:hover, #topbanner a:active {
	font-weight: bold;
	text-decoration: none;
	color: #E1F1F1;
	background: transparent;
	}

/*  ------------ Headers ------------ */
	
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.125em;
}

h3 {
	font-size: 1.125em;
}

h4 {
	font-size: 0.75em;
} 

#nav h3 {
	color: #900;
	font-size: 1em;
	font-weight: bold;
}

#papers h3 {
	color: #900;
}



# --- paragraph and text --------------------------------------------------------

p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 0.85em;
	line-height: 140%;
	}

#content p {
	margin-top: 0;
	margin-bottom: 1em;
	# text-align: justify;
	font-size: 0.85em;
	line-height: 140%;
	}

#content p.display {
	margin-top: 0;
	margin-bottom: 1em;
	font-family: Times;
	font-size: 0.75em;
	line-height: 120%;
	}
