/* CSS Document */
html  {
	  overflow: auto;
	  scrollbar-3dlight-color: #ffffff;
	  scrollbar-arrow-color: #ffffff;
      scrollbar-darkshadow-color: #ffffff;
	  scrollbar-face-color: #000000;
	  scrollbar-highlight-color: #cccccc;
	  scrollbar-shadow-color: #cccccc;
	  scrollbar-track-color: #cccccc;
		}
		
body {
	background-color: #FFFFCC; 
	color:#003399;
    }

#global {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
	 margin-bottom:5px;
	 margin-top:0px;
	 width: 800px;
	 height: 2300px;
	 background-color:rgba(255, 255, 255, 0.9); 
	 padding:25px;
	 text-align:left;
	 border: solid #000000 1px;
		 	      }	
				  
.pic1  {
	position: absolute;
	left: 20px;
	top: 70px;
	z-index: 0;
	}

.pic2  {
    position: absolute;
	left: 310px;
	top: 520px;
	z-index: 1;
	}
	
.pic3  {
    position: absolute;
	left: 40px;
	top: 1100px;
	}

.pic4  {
    position: absolute;
	left: 510px;
	top: 1100px;
	}

.pic5  {
    position: absolute;
	left: 285px;
	top: 1425px;
	}

.wc_symbol  {
     margin: 0px;
	 }

.boxhdr   {
    font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	background-color: #FF0000;
	color: #FFFFFF;
	width: 450px;
	height: 25px;
	margin: 0px;
	padding: 5px;
	position: absolute;
	left: 280px;
	top: 1750px;
	}
	
.factsbox {
    position: absolute;
	left: 280px;
	top: 1780px;
	width: 434px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	border-style: solid;
	border-width: 3px;
	border-color: #FF0000;
	padding: 10px;
	margin-top: 0px;
	}

.map  {
   position: absolute;
   left: 686px;
   top: 1750px;
   z-index: 2;
   border: solid #FF0000 2px;
   }
   	
.nl   {
   position: absolute;
   left: 686px;
   top: 1815px;
   z-index: 3;
   border: solid #FF0000 2px;
   background-color: #FF0000;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 12px;
   }
   
.ne   {
   position: absolute;
   left: 750px;
   top: 1998px;
   z-index: 3;
   background-color: #FF0000;
   padding: 15px;
   }

.red {
   color:#FF0000;
   font-size: 9px;
   }
	
.cap2  {
    position: absolute;
	left: 310px;
	top: 675px;
	width: 425px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 110%;
	}

.cap4  {
    position: absolute;
	left: 510px;
	top: 1250px;
	width: 225px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	}
	
.hdng  {
    font-weight: bold;
	text-transform: uppercase;
	}

.hdng2  {
    font-weight: bold;
	text-transform: uppercase;
	text-align: center !important;
	}
	
.col-1 {
    position: absolute;
	left: 40px;
	top: 580px;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	}

.col-2 {
    position: absolute;
	left: 280px;
	top: 780px;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	}

.col-3 {
    position: absolute;
	left: 520px;
	top: 780px;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	}

.col-4 {
    position: absolute;
	left: 40px;
	top: 1425px;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	}

.footleft  {
    position: absolute;
	left: 40px;
	top: 2200px;
	width: 220px;
	color:#003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

.footright  {
    position: absolute;
	left: 620px;
	top: 2200px;
	width: 220px;
	color:#003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

.hdr  {
   background-color: #000000;
   width: 740px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: 800;
   color: #CCCCCC;
   text-align: center;
   padding: 5px;
   z-index: 2;
   position: absolute;
   left: 20px;
   top: 50px;
   }
