@import "Submenu.css";

BODY
{
	margin:0px;
  background-color:#ECECEC;
}

BODY,
A,
TD
{
	font-family:Tahoma;
  font-size:12px;
}

A
{
	color:#2975B2;
  text-decoration:none;
}

A:HOVER
{
	color:#e71c00;
  text-decoration:underline;
}


TABLE.Layout
{
	width:80%;
	height:100%;
  background-color:#ffffff;
}


TABLE.Layout TD.Content,
TABLE.Layout TD.FooterShadow
{
  background-image:url("imgs/Shadow.gif");
  background-repeat:repeat-x;
}


TABLE.Layout TD.Content
{
	padding-top:10px;
  padding-bottom:0px;
  height:100%;
  vertical-align:top;
}

/************************/
TABLE.Layout TABLE.Content
{
	width:100%;
  height:100%;
}

TABLE.Layout TABLE.Content TD
{
  vertical-align:top;
}

TABLE.Layout TABLE.Content TD.Menu
{
 background-color:#f7f7f7;
 padding-bottom:10px;
}

TABLE.Layout TABLE.Content TD.Body
{
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
	width:80%;
}
/************************/


TABLE.Layout TD.Footer
{
	height:30px;
  text-align:center;
  background-color:#2975B2;
  color:#ffffff;
  font-size:11px;
  padding:5px;
}


TABLE.Layout TD.FooterShadow
{
	height:20px;
}


TABLE.Layout TD.LeftMargin,
TABLE.Layout TD.RightMargin
{
  background-repeat:repeat-y;
}

TABLE.Layout TD.LeftMargin
{
  background-image:url("imgs/Shadow1.gif");
	background-position:-2 0;  
}

TABLE.Layout TD.RightMargin
{
  background-image:url("imgs/Shadow2.gif");
}


TABLE.Layout TD.LeftMargin IMG,
TABLE.Layout TD.RightMargin IMG
{
	width:6px;
}


/**********************/

TABLE.Header
{
	width:100%;
  background-color:#0059a5;
}


TABLE.Header TD
{
	padding:0px;
  width:1%;
}

TABLE.Header TD.c8a
{
	width:30%;
	background-image:url("imgs/8.gif");
	background-repeat:repeat-x;
}


TABLE.Header TD.c1
{
	width:30%;
	background-image:url("imgs/1.gif");
	background-repeat:repeat-x;
}

TABLE.Header TD.c4
{
	width:30%;
	background-image:url("imgs/4.gif");
	background-repeat:repeat-x;
}

TABLE.Header TD.c6
{
	background-image:url("imgs/6bg.gif");
	background-repeat:repeat-x;
}

TABLE.Header TD.c5
{
	background-image:url("imgs/5.gif");
  background-repeat:no-repeat;
	background-color:#0059a5;
  height:28px;
  color:#ffffff;
  font-size:13px;
  font-weight:bold;
  padding-left:65px;
  text-align:center;
}


/************************/
DIV.PageTitle
{
	text-align:center;
  width:100%;
}

DIV.PageTitle H1
{
  font-family:Arial;
  font-size:16px;
  font-weight:bold;
}

DIV.Body
{
  text-align:left;
}

/*****************/
DIV.LangMenu
{
	width:100%;
  text-align:right;
}

DIV.LangMenu IMG
{
	border:none;
  margin-right:5px;
}

DIV.LangMenu SPAN
{
  font-weight:bold;
}

DIV.LangMenu SPAN.Selected A
{
	color:#cccccc;
}

/******************/

DIV.Banners1 A IMG,
DIV.Banners2 A IMG
{
	border:none;
}

DIV.Banners1
{
	padding:10px;
}

DIV.Banners2
{
	padding:10px;
	text-align:center;
}

