@import "reSet.css";
  
body{

	font-size: 22px;
	font-family: 'AvalonBook', Arial Narrow, Arial, Helvetica, sans serif;
	font-weight: normal;
	background-color: #e9eeef;
	text-rendering: optimizeLegibility;
	color: #6b7983;
	text-align: left;
	line-height: 140%;


}

#bac{
	position: relative;
	background-color: #fff;
	left: 0px;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	height: auto;
	z-index: 1;
	

}




/*----header------*/

header{
	position: relative;
	height: auto;
	width: 940px;
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #61a2aa;
	font-size: 2em;
	line-height: 160%;

	
	
}



/* ---SECTION--- */



#info{
	position: relative;
	margin-top:0px;
	width: 940px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	
	
}






/*---TEXT---*/

/*---headings---*/
h1{
	margin-top: 40px;
	font-size: 1.95em;
	font-weight: normal;
	
	color: #61a2aa;
	line-height: 150%;
	letter-spacing: 0.045em;
 }
 
 h2{
	 margin-top: -20px;
	font-size: 1.4em;
	line-height: 140%;

	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
}




/*LISTS—————————————-*/
ul{
	text-align: right;
	padding-right: 50px;
	line-height: 30%;
	padding-bottom: 20px;
}

li{
display: inline;
list-style-type: none;
padding-right: 30px;
}











/*footer—————————————-*/



footer {
position: relative;
	margin-top:0px;
	width: 940px;
	height: auto;
	padding-bottom: 40px;
	padding-top: 40px;
margin-left: auto;
margin-right: auto;
	z-index: 1;
	font-size: 2em;
	clear: both;
color: #61a2aa;

}

/*---NAVIGATION--*/



/*--links--*/
#mainNav{
	position:relative;
	width: 940px;
	margin-top: -44px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	line-height: 130%;	
	z-index: 500;
	
	}
a:link {
	font-size: .5em;
	color:  #3699a5;
	line-height: 100%;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #a4a43b;
	border-bottom-width: 0px;

}

a:visited {
	font-size: .5em;
	color:  #3699a5;
	line-height: 100%;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color:  #a4a43b;
	border-bottom-width:0px;

}

a:hover {
	font-size: .5em;
		color: #a4a43b;
	line-height: 100%;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #3699a5;
	border-bottom-width: 0px;

}

