﻿.banner
{
	background-image: url(images2/banner.gif);
}
.menu
{
	background-image: url(images2/menu.gif);
}
.menu2
{
	background-image: url(images2/menu2.gif);
}
.footertext
{
	white-space: nowrap;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000080;
}
A.MouseOverItem
{
    color: black; text-decoration: none
}
A.MouseOverItem:hover
{
    color: black; text-decoration: none; font-weight:bold;
}
.SideQuestion
{
    position: absolute;
    top: 200px;
    left: 800px;
    background-color: #fbfbff;
    width: 100px;
    border: solid 1px #eaeaff;
    text-align: left; 
    overflow: hidden;
}
.SideQuestion:hover
{
    width: 250px;
    left: 650px;
}

.SideQuestion2
{
    position: absolute;
    top: 5px;
    left: 800px;
    background-color: #fbfbff;
    width: 100px;
    border: solid 1px #eaeaff;
    text-align: left; 
    overflow: hidden;
}
.SideQuestion2:hover
{
    width: 250px;
    left: 650px;
}
