
body {
	background-color: #A0C0C0;
	text-align: center;

}
div#container {
	width: 980px;
	height: 762;
	overflow: hidden;
	background-color: #05A9AB;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0 auto;
	padding: 0px;
	border: 3px #000000 solid;
	text-align: left;
	
}
div#main {
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px #000000 solid;
	position: absolute;

}
div#topbar {
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px #000000 solid;
	position: absolute; left: 0px; top:152px;

}
div#backing {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px #000000 solid;
	position: absolute; left: 0px; top:170px;
	z-index: 100;

}
.nav1{
	margin: 0px;
	padding: 1;
	font: bold 13px Arial;
	Font-color: #176BA6;
	width: 100%;
	position: absolute; left: 240px; top: 168px;
	z-index: 200;
	
}

.nav1 li{
	display: inline;
	margin-left: -4px;
}
.nav1 li a{
	color: #000000;
	padding: 0px 15px;
	text-decoration: none;
	border-right: 1px solid white;
	
}
.nav1 li a:hover, .nav1 li .current{
	color: white;
	background: blue;
}
#nav2{		
	margin: 0;
	padding: 0;
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	font-color: #FEDEAC;
	text-align: center;
	width: 160px;
	z-index: 200;
	position: absolute; left: 8px; top: 220px;

}
#nav2	li{	/* Main menu <li> */
	list-style-type: none;	/* No bullets */
	margin: 0px;	/* No margin - needed for Opera */
	padding-bottom: 45px

}
#nav2 ul{	
	margin: 0px;	/* No <ul> air */
	padding: 0px;	/* No <ul> air */
		
}
#nav2 ul li ul{	/* Styling for those who doesn't have javascript enabled */
	position: absolute;
	top: 0;
	visibility: hidden;
	font-size:14px;
	font-family: Times New Roman;
	font-weight: bold;
  	font-style: normal;
	Background: transparent;
		
}
#nav2	li a{	/* Main menu links */
	text-decoration: none;	/* No underline */
	color: #FEDEAC;	/* Black text color */
	text-align: center;	/* Align text in the middle */
	border:1px solid #FEDEAC;	/* Black border */
	background-color: #000000;	/* Light blue background color */
	margin: 0px;	/* A little bit of air */
	padding: 5px;	/* Air between border and text inside */
	display: block;
			
}
#nav2 li a:hover, #nav2 .activeMainMenuItem{
	color: #FFFFFF;
	background-color: blue;
		
}
.subnav2{
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	border: 0px solid #000;
	font-family: Times New Roman;
	
	
}
.subnav2 ul{
	margin: 0px;
	padding: 0px;
	
}
.subnav2 ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/

}
.subnav2 ul li a{	/* Sub menu items */
	white-space: nowrap;	/* No line break */
	text-decoration: none;	/* No underline */
	color: #FEDEAC;	/* Black text color */
	width: 250px;	
	padding: 3px;	/* 1px of "air" inside */
	display: block;	/* Display as block - you shouldn't change this */
	text-align: center;
	background: black;
	border: 1px solid #FEDEAC;
	
}
.subnav2 ul li a:hover{	/* Sub menu items - mouse over effects */
	color: #FFFFFF;	/* White text */
	background-color: blue;	/* Blue background */

}
#nav3{		
	margin: 0;
	padding: 0;
	font-family: Times New Roman;
	font-size: 1.2em;
	font-weight: bold;
	font-style: oblique;
	font-color: #FEDEAC;
	text-align: left;
	width: 100%;
	z-index: 200;
	

}
#nav3	li{	
	list-style-type: none;
		
}
#nav3 ul li ul{	
	position: absolute;
	top: 0;
	visibility: hidden;
	font-size:14px;
	font-family: Times New Roman;
	font-weight: bold;
  	font-style: normal;
	Background: transparent;
		
}
#nav3	li a{
	text-decoration: none;
	color: 171BA6;
	text-align: left;
	border:1px solid #178BA6;
	background-color: #05A9AB;	
	margin-bottom: -1px;	
	padding: 3px;	
	display: block;
	
}
#nav3 li a:hover{
	color: #FFFFFF;
	background-color: blue;
		
}
#nav4{		
	margin: 0;
	padding: 0;
	font-size: 1.1em; line-height: 1.5em;
	font-family:Arial;
	font-weight: normal;
	font-style: normal;
	text-align: left;
    	position: relative; left: 200px; top: 80px;
	z-index: 200;
	width: 100%;
}
#nav4	li{	
	list-style-type: none;
		
}
#nav4 ul li ul{	
	position: absolute;
	top: 0;
	visibility: hidden;
	font-size:14px;
	font-family: Times New Roman;
	font-weight: bold;
  	font-style: normal;
	Background: transparent;
		
}
#nav4	li a{
	text-decoration: none;
	color: #171BA6;
	text-align: left;
	border:0px solid #FEDEAC;
	background-color: #05A9AB;	
	margin: 0px;	
	padding:0px;	
	display: block;
	width: 100px;
}
#nav4 li a:hover{
	color: #FFFFFF;
	background-color: blue;
		
}
.text {
    width: 100%;
    padding: 0px;
	font-size: 3em; line-height: .6em;
	font-family:Times New Roman;
	font-weight: bold;
	font-style: italic;
	text-align: center;
    position: relative; left: 100px; top:40px;
	
}
.text1 {
    width: 100%;
    padding: 0px;
	font-size: 2em; line-height: .6em;
	font-family:Times New Roman;
	font-weight: bold;
	font-style: italic;
	text-align: center;
    	
}
.text2 {
    width: 100%;
    padding: 0px;
	font-size: 1.1em; line-height: 1.5em;
	font-family:Arial;
	font-weight: normal;
	font-style: normal;
	text-align: left;
   	
}
#pos1 {
	position: relative; left: -160px; top: 60px;
	z-index: 200;

}
#pos2 {
	 position: relative; left: 240px; top: 80px;
	z-index: 200;

}
#pos3 {
	position: relative; left: -118px; top: 40px;
	z-index: 200;

}
#pos4 {
	position: relative; left: 240px; top: 60px;
	z-index: 200;

}
#pos5 {
	position: relative; left: -118px; top: 60px;
	z-index: 200;

}
#pos6 {
	position: relative; left: 240px; top: 80px;
	z-index: 200;

}
#pos7{
	position: absolute; left: 240px; top:570px;
	z-index: 200;

}
#pos8 {
	position: relative; left: -155px; top: 60px;
	z-index: 200;

}
#pos9 {
	position: relative; left: 240px; top: 80px;
	z-index: 200;

}
#pos10 {
	position: relative; left: -170px; top: 60px;
	z-index: 200;

}
#pos11 {
	position: relative; left: 240px; top: 80px;
	z-index: 200;

}
#pos12 {
	position: absolute; left: 393px; top: 455px;
	z-index: 200;

}
#pos13	 {
	position: absolute; left: 537px; top: 455px;
	z-index: 200;

}
#pos14{
	position: absolute; left: 323px; top: 430px;
	z-index: 200;

}
#pos15 {
	position: absolute; left: 405px; top: 555px;
	z-index: 200;

}
#pos16{
	position: absolute; left: 374px; top: 440px;
	z-index: 200;

}

/* Holly Hack for IE \*/
	* html .subMenu1 ul li { float: left; height: 1%; }
	* html .subMenu1 ul li a { height: 100%; }
	/* End */

/* Holly Hack for IE \*/
	* html .text { top: 60; }
	* html .text { line-height: 1.2em; }
	/* End */

/* Holly Hack for IE \*/
	* html .text1 { top: 60; }
	* html .text1 { line-height: 1.2em; }
	/* End */