
/* basic elements */
html {
	margin: 0 auto;
	padding: 0;
	}
body {
	background: #DADADA url(Background3.jpg) top center no-repeat;
	margin: 0 auto;
	font-family: Century Gothic;
}
#container {  
	margin: 0 auto; 
	position: relative;
	background-color: rgb(221,229,231);	
	width: 792px;
	background: transparent center top repeat-y;
	}
#intro {
	background: rgb(221,229,231) url(banner1.jpg) no-repeat top center; 
	position: absolute;
	z-index: 4;
	padding: 400px;
}	


#pageHeader {
	background-color: rgb(221,229,231);
	background: transparent;
	position: absolute;
	width: 792px;
	margin: 0 auto;
	z-index: 60;
}

#pageHeader h1{
	font-family: Century Gothic;
	font-weight: bold;
	font-size: large;
	color: rgb(0,0,102);
	padding-left: 170px;
	padding-top: 300px;
}

#pageHeader h2{
	font-family: Century Gothic;
	font-weight: bold;
	font-size: small;
	text-align: justify;
	color: rgb(0,0,102);
	padding-left: 170px;
	padding-top: 370px;
	padding-right: 20px;
}

#pageHeader h3{
	font-family: Century Gothic;
	font-weight: bold;
	font-size: small;
	color: rgb(0,0,102);
	padding-left: 170px;
	top: -5px
}
	


#linkList {
	position: absolute;
	top: 250px;
	z-index: 70;
}
		

		
		#linkList a, #linkList a:link {
			color: rgb(192,221,216);
			text-decoration: none;
		}
		
		#linkList a:hover, #linkList a:focus  {
			text-decoration: none;
			color: rgb(0,0,0);
		}
		
		#linkList a:active, #linklist a:visited {
			text-decoration: none;
			color: rgb(100,100,100);
		}
		
		#linkList ul li {
			font-size: 100%;
			border: 0px solid rgb(0,0,102);
			list-style: none;
			padding: 10px 5px; 
			margin: 10px 0px; 
			display: block; 
			width: 95px; 
			font-family: Century Gothic; 
			font-weight: bold; 
			color: rgb(192,221,216); 
			background-color: rgb(41,65,99); 
		}
#lselect {
	background: transparent url(bg_lselect.gif) left bottom no-repeat;
	padding-bottom: 25px;
}
		
		.select {
			background: transparent url(h1_lselect.gif) left top no-repeat;
			display: block;
			margin: 0 auto;
			height: 29px;
			width: 185px;
		}
		
		#lselect ul li a {
			display: block;
			font: bold 110%/19px Arial, Helvetica, sans-serif;
		}
		
		#lselect ul li a.c {
			color: #fff;
			display: inline;
			font: normal 90%/19px Arial, Helvetica, sans-serif;
		}
#emph {
	font-size: large;
	Padding-left: 500px;
	}
		
#footer {
	background-color: rgb(221,229,231);
	background: transparent;
	position: absolute;
	width: 792px;
	top: 770px;
	margin: 0 auto;
	z-index: 70;
}
		
		#footer a, #footer a:link, #footer a:visited {
			font: bold 70%/25px Century Gothic;
			color: rgb(0,0,102);
			Padding-left: 650px;
		}
		


