body	{	background-color: white;
			padding: 0;
		}
	  
h1,h2	{	color: rgb(0,115,99);
        	background-color: rgb(246,245,240);
			font-family: arial;
			text-align: center;
		}

hr	{	font-weight: bold;
     	color: rgb(0,115,99);
    }

img	{	background-color: white;
		border: none;
		display: block;
		text-align: center;
	}

#logo	{	width: 33%;
			float: left;
			background-color: white;
		}

#entry	{	width: 66%;
			float: left;
			background-color:  rgb(246,245,240);
		}

#logoentry	{	width: 100%;
				clear: left;
				text-align: center;
			}
	
#headertext	{	width: 100%;
				clear: left;
				text-align: center;
            }
	
#skipNav	{	font-size: large;
				background-color: white;
				text-align: left;
			}

#HHMLogo	{	padding-top: 18%;
				width: 33%;
				float: left;
				text-align: center;
				display: block;
			}

#CPlaceLogo	{	padding-top: 10%;
				width: 33%;
				float: left;
				text-align: center;
				display: block;
			}
			
#AgencyHLgoo	{	padding-bottom: 3%;
					width: 33%;
					float: left;
					text-align: center;
					display: block;
				}

#navbar	{	display: none;
			width: 33%;
			float: left;
		}
		
#minbar_1	{	display:  block;
				clear: left;
				width: 100%;
			}
		
#minbar_2	{	display: block;
				clear: left;
				width: 100%;
			}

#minbar_3	{	display: block;
				clear: left;
				width: 100%;
			}


#maincontent	{	width: 100%;
					float: left;
					background-color:  rgb(246,245,240);
				}
			
.text	{	background-color:  rgb(246,245,240);
		}
		
.center	{	text-align:  center;
		}

.centerBold	{	text-align:	center;
				font-weight: bold;
			}
		
.pic	{	background-color:  white;
		}

.min	{	display: block;
		 	text-align: center;
			background-color:  white;
			width: 33%;
			float: left;
		}

.nav{	font-weight: bold;        
		background-color: rgb(217,239,236);
	}
.yah	{	font-weight: normal;
      		background-color: rgb(163,217,208);
		}
		
.nospam	{	display:none; visibility:hidden;		
		
		}
		

a:link	{	color: rgb(0,88,80);   
			font-weight: bold; 
			text-decoration: underline; 
			background-color: rgb(217,239,236);
          }
a:visited	{	color: rgb(176,0,0);
	   	   		font-weight: bold; 
				text-decoration: underline; 
				background-color: rgb(217,239,236);
			}
a:hover	{	color: rgb(0,128,128);   
			font-weight: bold; 
			text-decoration: underline;      
			background-color: rgb(246,245,240); 
          }
a:active	{	color: rgb(176,0,0);   
           		font-weight: bold; 
				text-decoration: underline; 
				background-color: transparent; 
          	}



