/* CSS Document  notes:  background-image: url(images/tile01.gif)  */

body  {
        margin: 0;
        padding: 0;
        font-family: sans-serif;
} 

.content  {
        margin-bottom: 3em;
}

.bottomNav  {
        position: fixed; 
        bottom: 0; 
        height: 100px; 
        width: 100%; 
        color: #fff; 
        background-color: #b2c491;  
}
.bottomNav2  {
        position: fixed; 
        bottom: 0; 
        height: 150px; 
        width: 100%; 
        color: #000; 
        background-color: red;  
}

.span  { 
        color: #f00;
        background-color: transparent;
}
#foot {
	position:fixed;
	margin:0;
	bottom:0;
	left:0;
	width:100%;
	height:80px;
	font-size:1em;
	overflow:hidden;
	background-color: #3399CC;
}
.foot {
	position:fixed;
	margin:0;
	bottom:0;
	left:0;
	width:100%;
	height:80px;
	font-size:1em;
	overflow:hidden;
	background-color: #b2c491;
}.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.contactHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3399CC;
}
.contactBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.contactBody2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

