body {	
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;			
    margin: 0 0 0 0;
}
a:link { color: #3333FF; text-decoration: none }
a:visited {  color: #CC6600; text-decoration: none}
a:hover { color: #6666CC; text-decoration: underline }
a:active { color: #CC6600; text-decoration: none }
	
a.nav:link { color: #FFFFFF; text-decoration: none }
a.nav:visited {  color: #FFCC33; text-decoration: none }
a.nav:hover { color: #9999FF }
a.nav:active { color: #FFCC33; text-decoration: none }

.gold {  color: #FFCC33;  }
		
.nav {
	background-color: #333366;
	border-style: solid;
	border-color: #333366 #333366 #333366 #333366;
	border-bottom-width: 2 px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 8px;
	line-height: 18px;
	font-weight: bold;

      }
.navactive {
	background-color: #9999FF;
	border-style: solid;
	border-color: #9999FF #9999FF #333366 #9999FF;
	border-bottom-width: 2 px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 8px;
	line-height: 18px;
	font-weight: bold;

}
	
.content {  margin: 0 170px 15px 40px; 
         text-align: justify;
}

.pageheader {font-weight: bold;
             font-size: 350%;
             color: #333366; 
             font-family: Georgia,"Times New Roman",Times, serif;
             margin: 0px 0 10px 20px;
             line-height:135%;
             clear:left;
 }
 
.articletitle {color: #5C564A;
               font-size: 135%;
	           font-weight: bold;
	           margin: 0 40px 10px 40px; 
}

.intro {  font-size: 90%;
           font-style: italic;
}

.imgright {float:right; margin:0px 0px 10px 10px;
}

.right{float:right;
}	

.footer {position: absolute;
		top: auto;
        right: auto;
        bottom: 10;
		left:10;
}
