	body{
       background-image:url('images/heading3.gif');
       background-repeat:no-repeat;
       font-size:0.9em;
       line-height:130%;
    }
   
    .malldiv-1 a{
       color: #D60808;
       text-decoration:none;
    }

    .malldiv-1 a:hover {
       border-bottom:1px dotted #317082;
       color: #307082;
    }

    #imgSet{ /*IE method of centering a relative div*/
       width	: 580px; 
       height	: 425px;
    }
	
    .centerdiv{ /*IE method of centering a relative div*/
       text-align: center;
    }
	
    .centerdiv>div{ /*Proper way to center a relative div*/
       margin: 0 auto;
       clear:left;
       width:940px; 
       height:400px;
    }

    #error-container{ 
       margin:0 auto;
       margin-top:40px;
       width:360px;
    }
	
    .clean-error{
       border:solid 1px #3c3c3c; 
       background:none;
       color:#fff;
       font-weight:bold;
       padding:4px;
       text-align:center;
    }	
	
    .defaultTitle {
       border:solid 1px #3c3c3c; 
       font-size:13px;
       padding:20px;
       overflow:auto;	
       background-color:#454136;	
       filter:alpha(opacity=70);
       opacity:0.70;
    }	
		
    .BGcolor {
       border:0px #fff solid; 	
       overflow:auto;
       font-size:13px;
       width:310px;
       *width:290px; 	
       height:280px; 
       *height:270px; 
       margin-left:0px;
       line-height:17px;
    }
	
    .defaultBanner {
       border:0px solid #000; 
       float:left; 
       height:290px; 
       width:575px;
       *width:575px;  	
       margin:25px 0 0 0;
       *margin:25px 0 0 0;
       float:left;
    }

    .top-space {
       padding:30px 0 0 0;
    }
	
    .title-desc {
       border:0px solid #000;
       margin:0 20px 0 0;
       *margin:0 20px 0 0;
       height:333px;
       float:left;
       background-color:#454136;
       filter:alpha(opacity=70);
       opacity:0.70;
    }