html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #bfc2ad;
}



body * {
    line-height:1.22em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Tahoma, Verdana, "Trebuchet MS";
    color: #555;
    clear: both;
}

h1 {
}

h2 {
    color: #1C232F;
	margin-top: -20px;
}

h3 {
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 20px;
}


a {
    color: #0000CC;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
	 background-image: url(assets/button_over2.png); 
}


table {
    font-size: inherit;
    
}

th, tr, td {
	font-size:0.96em;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	color: #3E2624;
	clear: both;
	line-height: 0.7em;
}

#youAreHere {
	margin: 0;
	list-style-type: none;
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
}

#youAreHere LI { 
margin: 10px 10px;
display: inline;
}
#youAreHere UL {
list-style-type: none;
display: inline;

}
