BODY
{
    FONT-SIZE: medium;
    COLOR: black;
    FONT-FAMILY:Verdana;
    background-color:#ffffff;
}
TABLE
{
    FONT-SIZE: small;
    TEXT-ALIGN: center
}
TH
{
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center;
	font-size: 13pt;
	color:#ffffff;
	font-weight:bold;
}

TD.TopLeft
{
	background-color:white;
	height:200px;
	width:220px;
	background-repeat:no-repeat;
	background-image:url(images/TopLeft.jpg);
	background-position:top right;
}

TD.TopCenter
{
	background-color:white;
	height:200px;
	background-repeat:repeat-x;
	background-image:url(images/TopCenter.jpg);
	background-position:top center;
}

TD.TopRight
{
	background-color:white;
	height:200px;
	width:60px;
	background-repeat:no-repeat;
	background-image:url(images/TopRight.jpg);
	background-position:top left;
}

TD.SideMenuItem
{
	background-color:white;
	height:70px;
	width:220px;
	background-repeat:no-repeat;
	background-position:right;
}

TD.BlankSideMenuItem
{
	background-color:white;
	height:70px;
	width:220px;
	background-repeat:no-repeat;
	background-image:url(images/BlankSideMenuButton.jpg);
	background-position:right;
}

TD.SideMenuBkg
{
	background-color:white;
	width:220px;
	background-repeat:repeat-y;
	background-image:url(images/SideMenuBkg.jpg);
	background-position:right;
}

TD.MainRight
{
	background-color:white;
	width:60px;
	background-repeat:repeat-y;
	background-image:url(images/MainRight.jpg);
	background-position:left;
}

TD.BottomLeft
{
	background-color:white;
	height:40px;
	width:220px;
	background-repeat:no-repeat;
	background-image:url(images/BottomLeft.jpg);
	background-position:top right;
}

TD.BottomCenter
{
	background-color:white;
	height:40px;
	background-repeat:repeat-x;
	background-image:url(images/BottomCenter.jpg);
	background-position:top right;
}

TD.BottomRight
{
	background-color:white;
	height:40px;
	width:60px;
	background-repeat:no-repeat;
	background-image:url(images/BottomRight.jpg);
	background-position:top left;
}

TD.HopeBkg
{
	background-color:white;
	height:500px;
	width:500px;
	background-repeat:no-repeat;
	background-image:url(images/bob-hope.jpg);
	background-position:top center;
}

P.Disclaimer
{
	font-family:Arial-Narrow;
	font-size:7pt;
	text-align:center;
}


/* parent div */ 
#corners{ 
border: #000000 solid 1px; 
background-color: #0000ff; 
width: 100% 
} 

/* left column */ 
#cornersleft{ 
border: #000000 solid 1px; 
background-color: #00ccff; 
width: 180px; 
height: 100%; 
position: relative; 
left: 0px 
} 

/* centre column */ 
#cornerscenter{ 
border: #000000 solid 1px; 
background-color: #ffffff; 
margin: 0px 180px 0px 180px; 
height: 100%; 
position: relative 
} 

/* right column */ 
#cornersright{ 
border: #000000 solid 1px; 
background-color: #00ccff; 
width: 180px; 
height: 100%; 
position: relative; 
right: 0px 
} 

	