body {
	background-color: #808080; 
/*	background-color: #ffffff; */
	background-repeat: repeat-x;
	margin-top: 10px;
}

#page {
	background-color: #e0e0e0;
	width: 800px;
	}

.mappage {	margin: 0px auto 5px auto; border: 10px solid #404040;	}  /* Border for Map page */
	
.sitepage {	margin: 19px auto 20px auto; border: 1px solid #000000; padding-bottom: 5px;  }  /* Border for Sites pages */
	
#headerblock {   /* The block with the Altacal Logo and title of the page. */
	background-image: url(Gradient.png); 
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
}

/* Altacal Logo at top of page */
#headerpicture  {
	width:252px;
	height:120px;
	float:left;
	border: 0px;/* Gets rid of the colored link border around the picture */
	margin-left: 40px;
	margin-right: 00px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	}
	
a.headerpicturelink {

}

#headertextblock  {    /* div that holds the main title */
	/*background-image:url('Test1.jpg');*/
	padding-top:15px;
	width:508px;
	height:110px;
	float:left;
	}
	
.maintitletext{
	color: #FFFFFF;
}

#sitesTable {   /* This is the table that lists the birding sites that sits above the map. */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-top:10px solid #404040;     /* Border above the table and */
	border-bottom: 0px;
}

.TableTitle {           /* Title at the top of the table */
	padding-bottom: 5px;   /* Puts a little space between the table and the text centered at the top of the table */
}

#recentermap {
	color: #FFFFFF;
	background-color: #404040;
	}

/*tr {
	padding-left: 20px;
	padding-right: 20px; */

.link {
	color: #E0E0E0;
	}
	
#map_canvas {
	width: auto;
	}
	
td, th {
	color: #000000;
	font-size: smaller;
}


/* Style Green */

/*a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #99FF66;
	text-decoration: none;
}
*/

h1, h2, h3, h4 {
	color: #005500;
/*	margin-bottom: 0px; */
}

h5, h6 {
	color: #5C955B;
}
td, th {
	color: #000000;
}

#WorkArea {     /* This is the area below the top main picture in the site document. It contains the text and pictures.  */
	margin-left: 30px;
	margin-right: 30px;
}

.left_top_container {  /* Top three sides of a box left and above raitings box */
    width: auto; 
	height:15px; 
	float:left; 
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding:0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	}

.right_top_container {  /* Used to build "Back To Map Page" and the "Print Page" DIV */
	width: auto;
	height:15px;
	float:right;
	padding:0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	}

.star {
	margin-bottom:4px;
	padding-left:2px;
	}

.Raitings {
	background-color: #EaEaEa;
	height: 18px;
	border: 1px solid black;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight:bold;
	color: #005500;
  }

#img_right {
	height:auto;
	width:auto;
	float:right;
	text-align:center;
	font-weight:normal;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
  }
  
#img_left {
	margin:2px;
	border:1px;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 10px;
  }
  
.noPrint {

}

