/* override colors for personalized home page here */

#topHeaderDiv
{
    background-color: #988E8D;
}

#topHeaderDiv td
{
    background-color: #988E8D;
}

#topHeaderDiv a
{
    color: #FFB749;
}

body {
	background-color: #988E8D;
}

table 
{
	background-image: url(../images/stationery/stationery_background.png);
    background-repeat: repeat-x;	
}
td
{
    background-color: transparent;
    color: #FFB749;
}

.frontTableImageLink:hover img
{	
	border: solid 2px #FDB547;
}

.frontTableImageLink:hover
{	/* needed for IE hover to work */
	width: auto;
}
