div.tpwrapper
{
    
}
div.header {
	background-color: #CC0033;
        text-align: center;
}

div.bannerpic {
   
	float: left;
	width: 20%;
	margin: 0px 0px 2px 0px;
}

div.center {
	text-align: center;
}
IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

img.scaled {
	width: 100%;
}


/* the next three are part of the KEY foundation that allows moving from tables to CSS */
div.endheader  {
	clear: left;
}

div.nav  {
	background-color: #FFFF99;
	float: left;
	width: 20%;
}

div.content  {
	margin-left: 20%;
	padding: 1em;
}


.center
{
text-align: center;
}

