BODY {
	 background: #FFF;
         margin: 0px ;
         font-family: Verdana, sans-serif;
         color: #003399; 
         }

div.links {
	 text-align: center;
         color: #3399ff;
         font-family: Verdana, Helvetica, Arial, sans-serif;
         font-size: 0.85em;
         font-weight: bold;
         font-style: italic;
         text-decoration: none;
         background-color: white;
         border-top: 3px #003399 solid;
         border-bottom: 3px #003399 solid;
/*         margin-right:  2em ;   */
/*         margin-left: 4em ;     */
         z-index: +5;
         line-height: 2em; 
         }

h1 {
	 text-align: center;
         color: #003399;
         font-family: "Comic Sans MS", fantasy, Helvetica, sans-serif;
         font-size: 3.2em;
         margin-top : 0em;
         margin-bottom: 0.5em;
         clear : both ;
         font-weight: bold;
         font-style: normal;
         text-decoration: none; 
         }

h2 {
	 text-align: center;
         color: #006600;
         font-family: "Comic Sans MS", fantasy, Helvetica, sans-serif;
         font-size: 2.6em;
         margin-top : 0.3em;
         margin-bottom: 0.5em;
         clear : both ;
         font-variant: normal;
         text-transform: none;
         font-weight: bold;
         font-style: normal;
         font-stretch: none;
         text-decoration: none; 
         }

H3 {
	 text-align: center;
         color: #003399;
         font-style: italic;
         font-family: Helvetica, sans-serif;
         margin-top : 1.0em;
         margin-bottom: 0.5em;
         clear : both ; 
         }

h4 {
	 text-align: left;
         color: #3399ff;
         margin-top : 0.3em;
         margin-bottom: 0.5em;
         clear : both ;
         font-family: Verdana, Helvetica, Arial, sans-serif;
         font-size: 0.9em;
         font-weight: bold;
         font-style: normal;
         text-decoration: none; 
         }

P {
	text-indent: 2em 
         }

P.noin {
	text-indent: 0em 
         }

P.date {
	 text-align: center;
         text-indent: 0em;
         font-family: Helvetica, sans-serif;
         background-color: teal;
         padding: 1em ;
         color: yellow 
         }

P.sold {
	 color: #993300;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 1.6em;
         font-style: italic;
         font-weight: 800;
         line-height: 1.5em;
         text-align: center ;
         text-indent: 0em;
         text-transform: capitalize 
         }

#top {
	 padding: 4px;
         background-color: #FFFFFF;
         margin-right:  2em ;
         margin-left: 4em ;
         margin-top:  2em ;
         margin-bottom:  2em ;
         }

#footer {
	 position: relative;
         clear: both ;
         border-top: 0px #003399 none ;
         border-bottom: 1px solid #003399 ;
         background-color: #FFFFFF;
         color:	#003399 ;
         text-align: left ;
         margin-right:  2em ;
         margin-left: 4em ;
         margin-top:  1em ;
         margin-bottom:  2em ; 
         }

#rightfoot { 
position:relative;  /*ie needs this to show float */ 
width:150px; 
height:10em;    
float:right; 
background:#ffffff; 
         color: #003399; 
margin-top: -10em ;
margin-right: 2px;  /*must be 1px less than width otherwise won't push footer        down */ 
}
#leftfoot { 
position:relative;  /*ie needs this to show float */ 
width:200px; 
height:10em;  
float:left; 
background:#ffffff; 
         color: #003399; 
margin-left: 0px; /*must be 1px less than width otherwise won't push footer        down */ 
}
#midfoot{ 
position:relative;
height:10em;    
margin-left:200px; 
margin-right:150px; 
background:#ffffff; 
         color: #003399; 
}

#center {
	 margin: 0 33% 0 33% ;
         padding: 0 ;
         background-color: #FFFFFF;
         color: #003399 ; 
         }

#left {
	 position : absolute ;
         top: 0px ;
         left: 0px ;
         padding: 0 ;
         width: 29% ;
         background-color: #FFFFFF;
         color: #003399 ;
         margin-left: 3% ; 
         }

#right {
	 position : absolute ;
         top: 0px;
         right: 0px ;
         margin-left: 65% ;
         margin-right: 3% ;
         width: 29% ;
         padding: 0 ;
         background-color: #FFFFFF;
         color: #003399 ; 
         }

img.tn {
	 display: block ;
         margin: auto ;
         padding-top: 20px ;
         padding-left: 20px ;
         padding-right: 20px ;
         padding-bottom: 20px ;
 /*       border: 5px #cc9966 solid;         */ 
         }

img.logo {
	 display: block ;
         margin: 0em;
         padding-left: 20px ; 
         padding-right: 20px ; 
         padding-bottom: 30px ;
         padding-top: 20px;
         }
         
img.print {
	 display: block ;
         margin: auto;
         padding: 0px ; 
         border: 1px ;
         border-color: #333333 ;
         }

#logort {
	 position : absolute ;
         top: 150px ;
         right: -10px;
         margin-left: 65% ;
         margin-right: 3% ;
         width: 29% ;
         padding: 0 ;
         /*          background-color: maroon;         */	
	 color: #003399 ;
         }

.item {
  /* background-color: maroon;         */
         position: relative ;
         width: 95% ;
         min-width: 600px;
         margin: 10px 10px 0 10px ;
         padding: 10px 10px 0px 10px ;
         text-align: center ;
         z-index: 1 ; 
         }

.special {
	 background-color:#006600;
         color:white;
         padding: 1em ;
         margin-right: 3em; 
         }

.center {
	text-align: center; 
         }

.right {
	text-align: right; 
         }

.smaller {
	font-size: smaller ;
         }

.larger {
	font-size: large ;
         }

.medium {
	font-size: medium ;
         }

.small {
	font-size: small ;
         }

.dblue {
	color:#003399 ;
         }

strong {
	 font-size: 1em;
         font-weight:bold;
         color: #993300 
         }

HR {
	 margin-top : 1em;
         margin-bottom : 1em; 
         }

BLOCKQUOTE {
	 font-family: Verdana, sans-serif;
         margin-right: 5.5em;
         margin-left: 5.5em;
         color: #003399 
         }

.addr1 {
	 text-align: center;
         font-style: normal ;
         font-family: Helvetica, sans-serif;
         color: navy ;
         background-color: #ffffff ;
         padding: 6px 
         }

.addr2 {
	 font-style: normal ;
         font-family: Helvetica, sans-serif;
         color: navy ;
         background-color: silver;
         padding: 6px 
         }

cite {
	 color:#003399;
         font-family: Helvetica, sans-serif; 
         }

EM {
	 color: #006600 ;
         font-family: Helvetica, sans-serif; 
         }

EM.new {
	 color: #006600 ;
         font-family: Helvetica, sans-serif; 
         }

OL {
	 margin-right: 10%;
         margin-left: 5% 
         }

OL {
	 margin-right: 10%;
         margin-left: 5% 
         }

DL {
	 margin-right: 7%;
         margin-left: 3% 
         }

UL {
	 margin-right: 10%;
         margin-left: 15% 
         }

A:link {
	 color:#003399;
         text-decoration: underline 
         }

A:visited {
	 color:#3399ff;
         text-decoration: underline 
         }

A:hover {
	 background-color: #3399ff;
         text-decoration: none;
         color: #ffffff; 
         }

A:active {
	 color:#00FF00 
         }

A.headlink {
	 color: #003399;
         text-decoration: none 
         }

br {
	 text-indent: 0em 
         }

.noin {
	 text-indent: 0em 
         }