body {
        margin: 0px 0px 0px 0px;
        background-color: #ffffff;
        font-size:medium;
        }

a {
        text-decoration: none;
        }
 
a:link {color:#ff0077;
        }
 
a:visited {
        color:#ff0077;
         
        }
 
a:active {
         color: #330066;
        }
 
a:hover {
        color: #330066;
        }
 
.container {
        line-height: 140%;
        padding: 0px;
        margin: 0px 0px 3px 0px;

        }

.banner {
        font-family: Verdana, Arial, sans-serif;
        color: #330066;
        background-color: #ffffff;
        text-align: left;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        border-bottom: 3px solid #330066;
        }
 
.banner img {
        padding: 0px;
        border: 0px;
        }
.banner a {
        color: #ffffff;
        text-decoration: none;
        }
                                                                                                                                                  
#banner{
        top: 10;
        left:10;
        width:80%;
        height: 145px;
}

.content {
        padding: 15px 15px 5px 15px;
        background-color: #ffffff;
        color: #666666;
        font-family: Verdana, Arial, sans-serif;
        }
#content {
        position: absolute;
        top:155px;
        left:10px;
        width:80%;
}

.content p {
        line-height: 150%;
        text-align: left;
        margin-bottom: 10px;
        }
                                                                                                                                                        
.content blockquote {
        line-height: 150%;
        }
                                                                                                                                                        
.content li {
        line-height: 150%;
        }
.content .headline {
        font-size: 90%;
        text-align: left;
        font-weight: normal;
        margin-bottom: 10px;
        }
                                                                                                                                                        
.content .date {
        font-size: 80%;
        text-align: left;
        font-weight: normal;
        margin-bottom: 5px;
        }
.content p.body {                                                                                                                                                        
        font-size: 85%;
        text-align: left;
        margin-bottom: 10px;
        line-height: normal;
        padding: 3px;
        }

.content p.postitnote {
        font-size: 75%;
        border-top: 1px solid #999999;
        text-align: left;
        margin-bottom: 25px;
        line-height: normal;
        padding: 3px;
        }
                                                                                                                                                      
.nav {
        padding: 0px;
        font-family: Verdana, Arial, sans-serif;
        color: #666666;
        border-bottom: 1.5px solid #330066;
        }
#nav{
        position:absolute;
        top:400px;
	float:bottom;
        width:150px;
        left:450px
}

.footnote {
        font-family: Verdana, Arial, sans-serif;
        font-size:68%;
        line-height: 150%;
        text-align: left;
        color: #666666;
        margin-top: 50px;
	background: white url(waterdropbgrd.gif) fixed center top no-repeat;
        }

                                                                                                                                                        
