/*  General Styles ------------------------------*/
html, body {
height: 100%; /* for firefox */
}
body{
margin:0;
padding:0;/*allows for side column space*/
font-family: Verdana, sans-serif;
}

/* TEXT -----------------------------------*/
.normal {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.normal_bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.legal {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

/*  Footer ------------------------------*/
#footer {
margin:0;/*to stretch to full width of layout*/
padding:0;
clear: both;
height:auto;
}
* html #footer{
height:1em;/*eliminates gap*/
}

