body {
	font: 10px Verdana, Arial, sans-serif;
	color: #333333;
	line-height:15px;
}
#header { 
}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0; using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2 {
	margin: 0;
}
#homepage {
	font: 10px Tahoma, sans-serif;
	color:#000000;
	line-height:16px;
}
#btmContent {
	color:#ffffff;
}
#footertext {
	font: 9px Verdana, Arial, sans-serif;
	color:#425c7c;
}

.white {
	color:#ffffff;
}

h4 {
	font: 10px Verdana, Tahoma, sans-serif;
	color:#FFFFFF;
	margin:0;
	font-weight:bold;
}

h3 {
	font: 12px Verdana, Tahoma, sans-serif;
	color:#FFFFFF;
	margin:0;
	font-weight:bold;
}

#legal {
	color:#FFFFFF;
}
