
#main{
    width:800px;
    border-style:solid;
    border-width:1px;
    border-color:Black;
    background-color:#595959;
    margin:auto;       
}

#navigationBar{
   background-image:url(images/body/navigationBarBG.gif);
   height:20px;
   padding-left:10px; 
}

#imagePanelHeader{
       height:9px;
       background-image:url(images/body/imagePanelHeaderBG.gif);
}
#imagePanel{
    background-image:url(images/body/imagePanelBG.gif);
    height:200px;
}

#imagePanelFooter{
   background-image:url(images/body/imagePanelFooterBG.gif);
   height:9px;
}

.imagePanelFooter{
   background-image:url(images/body/imagePanelFooterBG.gif);
   height:9px;
}

#footer{
    background-image:url(images/footerBG.gif);
    height:69px;
      
}


.headerBackground{
    background-image:url(images/header/headerBG.gif);
}


.contentPanel{
    background-color:#cccccc; 
    
}
.contentPanelTop{
    background-image: url(images/contentPanel/contentPanelTop.gif); 
    width:100%; 
}

.contentPanelBottom{
    background-image:url(images/contentPanel/contentPanelBottom.gif); 
}


.contentPanelLeft{
    background-image:url(images/contentPanel/contentPanelLeft.gif); 
}

.contentPanelRight{
    background-image:url(images/contentPanel/contentPanelRight.gif); 
}

.footerText{
    font-size:12px; 
    font-family:Arial, Verdana, Times New Roman;
    color:#959595;
          
}

       
    
.FooterText1
{
	color:#CCCCCC;
	text-decoration: none;
	font-family:Tahoma, Verdana;
	font-weight:normal;
	font-size: 11px;
	padding-left: 20px;
	text-align: left;
	padding-top: 25px;
	position: absolute;
}

.FooterText2
{
	color:#CCCCCC;
	text-decoration: none;
	font-family:Tahoma, Verdana;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	padding-top: 25px;
	padding-right: 20px;
	position: static;
}

a.FooterLink:link, a.FooterLink:active, a.FooterLink:visited
{
	color:#CCCCCC;
	text-decoration: none;
	font-family:Tahoma, Verdana;
	font-weight: normal;
	font-size: 11px;
}	   

a.FooterLink:hover
{ 
	color:#CCCCCC;
	text-decoration: underline;
	font-family:Tahoma, Verdana;
	font-weight: normal;
	font-size: 11px;
}

.panelTop {
	height:60px;
	width:100%; 
	background-image:url(/images/body/imagePanelBGSmall.gif);
}