@charset "utf-8";
/* CSS Document  */

body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12;
  line-height:1.5;
  color:#000000;
  margin: 0 auto;
  }
  
#topbar{
  text-align: center;
  color:#FF99FF;
  height: 150px;
  background: url(../images/gradientheader.gif) repeat-x;
  }
  
#main{
	background-color:#CCFFFF;
    color:#000000;
	line-height: 1.5;
	text-align:left;
	vertical-align:top;
  }
  
#footer{
  background-color:#CCCCCC;
  color:#000000;
  text-align:center;
  height: 100px;
  background: url(../images/gradientfooter.gif) repeat-x;
  }
  
ul.nav {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
	}
	
ul.nav a {
	    display: block;
	    width: 150px;
		padding-top: 6px;
	    padding-bottom: 5px;
		
		color: black ;
        background-color: #9999cc ;
        border: 2px outset #b37d00 ;

        text-decoration:none;
	    color: #333;
		font-weight:bold;
	    text-align: center;
	}
ul.nav a:hover {
  color: black ;
  background-color: #993399 ;
}


.floatright { 
    float: right; 
    margin: 4px; 
}
    
.double {
    line-height: 150%;
	}

.oneandahalf {
    line-height: 125%;
	}

p {font-size:1em}	
p:first-letter {
    font-weight: bold;
    
    }

.noul:link {text-decoration=none; color="FFFFFF"}
.noul:visited {text-decoration=none; color="FF00FF"}
.noul:hover {text-decoration=none; color="FFFF00"}
.noul:active{text-decoration=none; color="00FFFF"}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

 
  
