@import "MainMenuTable.css";


BODY
{
	margin:0px;
  background-color:#123d82;
}


TABLE.SuperLayout TD.SuperLayoutTop,
TABLE.SuperLayout TD.SuperLayout,
TABLE.SuperLayout TD.SuperLayoutBottom
{
	background-color:#133d82;
}


TABLE.SuperLayout TD.SuperLayout
{
	height:600px;
}



BODY,
A,
TD
{
	font-family:Tahoma;
  font-size:11px;
}

A
{
	color:#2975B2;
  text-decoration:none;
}

A:HOVER
{
	color:#e71c00;
  text-decoration:underline;
}


TABLE.Layout
{
	width:954px;
	height:600px;
  background:url(imgs/Main.jpg) no-repeat;
}

TABLE.Layout TD
{
  text-align: center;
}

TABLE.Layout TD.MainMenu
{
  height:397px;
  vertical-align: bottom;
}


TABLE.Layout TD.Content
{
  height:100%;
  vertical-align:top;
  padding-top:29px;
}


TABLE.Layout TD.Footer
{
	height:30px;
  color:#ffffff;
  font-size:11px;
}


TABLE.Layout TD.Footer DIV
{
  width:592px;
  border-top:1px #ffffff solid;
  padding-top:8px;
  padding-bottom:8px;
  text-align: center;
}
