/*********
footer css
**********/

div.BottomFooter{
position:relative;
top:0;
left:0;
width:745px;
height:46px;

text-align:center;
font:Verdana;
font-size:12px;
}

a.BottomFooter:hover{
	color:#993333;
}

div.Yellow-Footer{
position:absolute;
height:15px;
width:745px;
top:0px;
left:0px;
background-image:url("/footer/footerfiles/yellow-bottom.jpg");
background-repeat:no-repeat;
}

div.Green-Footer{
position:absolute;
height:31px;
width:745px;
top:15px;
left:0px;
background-image:url("/footer/footerfiles/green-bottom.jpg");
background-repeat:no-repeat;
}
