@import url("MainContent.css");
@import url("BreadCrumb.css");
@import url("TopicSelector.css");

BODY
{
	background-color: #FFFFFF;
	padding: 1px 0 0 15px;
}
.TopMenu
{
	width:755px;	
	background-color:#2C608F;
	background-image: url(../img/Menu/background.gif);
	background-position:left;
	background-repeat:no-repeat;
	
}


A
{
	color: black;
}

.header
{
	height: 75px;
	width: 100%;
	background-color:#B2CFDF;
	padding:0;
}
.headerHeaderLeft 
{
	height: 0px;
}
.headerHeaderRight 
{
	height: 0px;
}
.headerHeaderCenter 
{
	height: 0px;
}

.leftNav
{
	background-color:#B1CEDE;
	text-align:center;
}



.footer
{
	width: 100%;
	height: 100px;
}
.footer A
{
	text-decoration: none;
	color: #666666;
}
.footerBodyLeft
{
	background-image: url(../Img/footerLeft.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 20px;
	height: 100px;
}
.footerBodyRight
{
	background-image: url(../Img/footerRight.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 16px;
	height: 100px;
}
.footerBodyCenter
{
	background-position: bottom;
	background-image: url(../Img/footerBg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #666666;
	padding-top: 46px;
	padding-left: 16px;
}
.panel
{
	width: 180px;
}
.panelHeaderLeft 
{
	background-image: url(../Img/panelHeaderLeft.gif);
	width: 19px;
}
.panelHeaderCenter 
{
	background-image: url(../Img/panelHeaderBg.gif);
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Verdana;
	color: white;
	text-align: center;
	font-size: 12px;
	height: 47px;
}
.panelHeaderRight 
{
	background-image: url(../Img/panelHeaderRight.gif);
	width: 18px;
}
.panelBodyLeft 
{
	background-image: url(../Img/panelBodyLeft.gif);
	background-repeat: repeat-y;
	background-color: #F1FAFC;
}
.panelBodyRight 
{
	background-image: url(../Img/panelBodyRight.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #F1FAFC;
}
.panelBodyCenter 
{
	background-color: #F1FAFC;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
}
.panelFooterLeft 
{
	background-image: url(../Img/panelFooterLeft.gif);
	width: 19px;
}
.panelFooterCenter 
{
	background-image: url(../Img/panelFooterBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F1FAFC;
	height: 14px;
}
.panelFooterRight 
{
	background-image: url(../Img/panelFooterRight.gif);
	width: 18px;
}

.bodyBodyLeft 
{
	background-image: url(../Img/bodyBodyLeft.gif);
	background-repeat: repeat-y;
	background-color: #FCFCFA;
}
.bodyBodyRight 
{
	background-image: url(../Img/bodyBodyRight.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FCFCFA;
}
.bodyBodyCenter 
{
	/*background-color: #FCFCFA;*/
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	vertical-align: top;
	padding:10px;
}
.bodyFooterLeft 
{
	background-image: url(../Img/bodyFooterLeft.gif);
	width: 16px;
}
.bodyFooterCenter 
{
	background-image: url(../Img/bodyFooterBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FCFCFA;
	height: 19px;
}
.bodyFooterRight 
{
	background-image: url(../Img/bodyFooterRight.gif);
	width: 18px;
}