  

/* basic elements */
body {

	text-align: center;
	 background: #23F923; 
	background: navy;
}

h2{
	font-family: Times New Roman, Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	font-style:italic;
	color:  #CC6600;
   	text-align:center;
}

h3{
	font-family: Times New Roman, Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
	color:  #CC6600;
   	text-align:center;
}



#wrapper {
  width: 770px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  background: #D5ECF5;
  border: 1px solid #808080;
  }

#PageHeader { 
  width: 770px;
  height: 200px; 
  background: white;
   } 
   
#linkList {   
    margin: 15px 3px 5px 10px; 
	float: left;
	width: 140px;        
    text-align:left;
    background: white;
  
  
    }
	
#linkList ul {
	margin: 5px;
	padding: 5px;
	}
	
#linkList li {
	height: 2.5ex;
	list-style-type: none;
	display: block; 
	padding: 2px 2px 3px 0px;
	margin-bottom: 3px;
   /*	font-family:Arial, Helvetica, sans-serif; */
	font-family:"comic sans ms";
	font-size:    10pt;
	font-weight:bold;
	font-variant:small-caps;
	border-bottom: 1px dotted #8E3302;S

	}
#linkList li a:link { 
	color: navy;            
	text-decoration:none;		
	}

#linkList li a:visited {
	color: navy;            
	text-decoration:none;		
	}

#linkList li a:hover {
	color:white;
	text-decoration: none;
	background: navy;
	}

 
      
#LeftPanel {
  width: 150px;
  float: left;
   background: pink;
  }
  
#ContentArea {
  width: 420px;
  float: left;
 /* background: green; */
  margin: 15px;
  }
  
#ContentArea p {
    
    text-align:left;
    font-family:   Arial, Helvetica, sans-serif;
	color: #333333;
  /*  height: 4em; */
	font: 10pt/12pt arial;	
}

#ContentArea li {
    
    text-align:left;
    font-family:   Arial, Helvetica, sans-serif;
	color: #333333;
  /*  height: 4em; */
	font: 11pt arial;
	list-style-type: none;	
}

#LargeContentArea {
  width: 500px;
  float: left;
 /* background: green; */
  margin: 15px;
  }
  
#LargeContentArea p {
    
    text-align:left;
    font-family:   Arial, Helvetica, sans-serif;
	color: #333333;
  /*  height: 4em; */
	font: 10pt/12pt arial;	
}    
#RightPanel {
    width: 155px;
    float: left;
    background: #D5ECF5;
  }
  

      	
  /*#footer {
  clear: both;
   background: cyan;
  } */
#footer {
	clear:  both;
    width: 400px;
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    text-align:center;
	color: navy;
	height: 6em;   
	font: 10pt/15pt arial;
    font-weight: bold;
    border-top: 1px navy solid;   
   	}
   	
.ad-square {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;	
   	width: 150px;
	background-color:  white;
    border-top: 1px #84854F solid;
    border-bottom: 1px #84854F solid; 
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
   	font-size:    9pt;
   	font-weight:bold;
   	color: black;
   	}

.ad-square a:link { 
	color:#d32323;
	font-weight:bold;
	text-decoration:underline;		
	}
.ad-square a:visited {
	color:#d32323;
	font-weight:bold;
	text-decoration:underline;
	}
.ad-square a:hover {
	color:#ab1b1b;
	background:yellow;
	}
	
.no-border {
	border: 0;
	vertical-align: middle;
}

.bold-text {
	font-weight:bold;
	}
	
.bold-green-text {
	color:green;
	font-weight:bold;
	}
.float-right {
	position: absolute;
	border: 0px;
	}
.sale-row {
	position: relative;
	clear:  both;
    width: 475px;
	margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: navy;
   /*	height: 6em;   */
	font: 10pt/13pt arial;
    font-weight: bold;
    border-top: 1px navy solid;  
 	}
	
.sale-image {
	float: left;
	margin-right: 10px;	
	border: 10px;
	}
	

.name {
	font-style: italic;
	}
	
.price {
	color: green;
	}
	
.notes {
	font-weight:normal;
	color: red;
	
	}

