
body{ background-image:url(background15.jpg);
align:left; 
vertical-align:middle; 
background-attachment:fixed;
}
#wrapper {width:1000px;
text-align:left;
margin:0 auto;
position:relative;
}
.text a{



color: #b53325;
text-decoration: none;
}
.text a:hover{



color: #b53325;
text-decoration: underline;
}
.text9 a{



color: #013366;
text-decoration: none;
}
.text9 a:hover{



color:#013366;
text-decoration: underline;
}

.text19 a{



color: #1B82C9;
text-decoration: none;
}
.text19 a:hover{



color:#1B82C9;
text-decoration: underline;
}


.text2 a{



color: #1b82c9;
text-decoration: none;
}
.text2 a:hover{



color: #1b82c9;
text-decoration: underline;
}

  #navMenu {
    margin:0;
    width:auto;
 }

  #navMenu ul {
    margin:0;
    padding:0;
    line-height:32px;
 }

  #navMenu li {
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    position:relative;
    background:#1b82c9;
 }

  #navMenu ul li a {
    text-align:center; 
    height:32px;
    width:100px;
    display: block;
    color:#ccc;
    font-family: Arial, Helvetica, sans-serif, cursive;
	font-size:15px;
	
    text-decoration:none;
    color:#FFF;
  

 }

 /*********************************************/
 /* hide menu and allow it to return */
 /*********************************************/

	#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:32px;
 }

  #navMenu ul li:hover ul {
    visibility:visible;
    z-index:9999; 
 


 }

  /**********************************************/

  /*sets top level hover color*/

  #navMenu li:hover {
   background:#9DD0F2;
    color:#000;
 
 }

  /*sets link items hover color and background*/

  #navMenu ul li:hover ul li a:hover {

    text-align:left; 
    height:32px;
    width:200px;
    display: block;

    color:#fff;
    background: #808080;
 }
  #navMenu ul li:hover ul li a {

    text-align:left; 
    height:32px;
    width:200px;
    display: block;
    color:#000;

    background:#9DD0F2;
 }

  /* Changes text color on hover for main menu hover*/

  #navMenu a:hover {  
    text-align:center; 

  color:#000;
 } 
  