﻿body
{
	background: #67a7c0;
	font:normal 13px Arial Baltic;
	/*font-size: 14px;*/
	line-height: 20px;
	text-indent: 2px;
	color:#222222;
	
	
}


/* Top Control - Start */

.Logo
{
	background-image: url(Images/topLogo.gif);
	width: 420px;
	background-repeat: no-repeat;
	height: 53px;
}
.LogoBgColor
{
background:#287997;
}
/*.Banner
{
	background-image: url(Images/banner.gif);
	width: 900px;
	background-repeat: no-repeat;
	height: 270px;
}*/

.BannerNew
{
	background-image: url(Images/banner.gif);
	width: 900px;
	background-repeat: no-repeat;
	height: 270px;
}

/* Top Control - End */

/* Content - Start */
.BgTopImg
{
	background-image: url(Images/TopBG.gif);
	background-repeat: repeat-x;
	height: 122px;
	background-position: center top;
}


/*#TblTop
{
	background-image: url(Images/TopBG.gif);
	background-repeat: repeat-x;
	height: 122px;
	width: 900px;
	background-position-y: top;
}*/
.BgBotImg
{
	background-image: url(Images/bottomBG.gif);
	background-repeat: repeat-x;
	height: 88px;
	width: 900px;
	background-position: center bottom;
	background-color:#FFFFFF;
} 

.TblBorderColor
{
	border-right: #bbdde7 1px solid;
	border-top: #bbdde7 1px solid;
	border-left: #bbdde7 1px solid;
	border-bottom: #bbdde7 1px solid;
	background:#ffffff;
}

.TblSpace
{
 HEIGHT: 6px;
 width:613px;
}
.TblTitle
{
 background:#d6e5ec;
 height:25px;
 font-weight:bold;
 color:#287997;
	font-family:Lucida Sans;
	font-size:18px;
}
/*Content - End*/


/* Left Menu - Start */

.LeftMenuBg
{
	background-position: center top;
	background-image: url(Images/LeftTopBG.gif);
	width: 200px;
	height:26px;
	background-repeat: repeat-x;
	background-color:#d6e5eb;
	color:#287997;
	font-family:Lucida Sans;
}

.LeftMenuTitleBg
{
	background: #edf4f6;
	height: 30px;
	font-weight: bold;
	
} 

.LeftMenuTblBg
{

background-color:White;
font-weight:bolder;

}

.LeftMenuContentFont
{
font-size:14px;

}

a.Leftmenu:link
{
color:#287997;
text-decoration:none;
}
a.Leftmenu:visited
{
	color:#287997;
	text-decoration:none;
}
a.Leftmenu:hover
{
	color:#287997;
	text-decoration:underline;
}

/*Left Menu - End */


/* Footer Start */

.Footer
{
	background-image: url(Images/footer.gif);
	width: 900px;
	background-repeat:no-repeat;
	height: 62px;
}

.FooterFontColor
{
color:White;
font-weight:bold;
}

a.FooterLink:link
{
color:#edf4f6;
text-decoration:none;
font-weight:bold;
}
a.FooterLink:visited
{
	color:#edf4f6;
	text-decoration:none;
	font-weight:bold;
}
a.FooterLink:hover
{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}



/* Footer End */



A:link
{
	color:#626363;
	text-decoration:none;
}


A:visited
{
	color:#626363;
	text-decoration:none;
}

A:hover
{
	color:#287997;
	text-decoration:underline;
}

