body {
    margin: 0px;
    background-color: #cccccc;    
}

img.noBorder 
{
    border: 0px;
}



#bodyBox {
    background-image: url('top_bg.png');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #ffffff; 
    width: 920px;  
    height: 600px;   
    margin: 8px auto 0px auto;
    border: 1px solid #DDDDDD;
}

#bodyBox #imgBox {
    background-image: url('background.gif');
    background-repeat: no-repeat;
    background-position: bottom;    
    width: 920px;
    height: 600px;
}

#bodyBox #imgBox #theContents {
    font-family: Arial;
    font-size: 10pt;
    color: #333;
    width: 500px;        
    line-height: 130%;
    margin-left: 15px;
    margin-top: 20px;
    float: left;	
}

#topBar {
    height: 56px;
}

#topBarLogo 
{
    background-image: url('adp.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-top:10px;
    height: 50px;
    width: 120px;
    float:left;
    margin-left: 5px;
}

#ESATLogo
{
	background-image: url('ESAT_PNG.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-top:10px;
    height: 50px;
    width: 120px;
    float:left;
    margin-left: 5px;
}

#topBarLogoTagLine {
    background-image: url('adpTagLine.png');
    background-repeat: no-repeat;
    background-position: left;
    height: 12px;
    width: 281px;
    margin-left: 5px;
}

#footerBar {
    background-color: #ffffff;          /* C30630; */
/*    background-image: url('footerBar_bg.png');  */
    height: 62pt; 
    font-size: 10pt; 
    font-family: Verdana; 
    color:#000000;
    position:relative;
    top:0px;
    text-align: right;
	left: 0px;
}

#menuItems {
    margin-top: 20px;
    background-image: url('menubar.png');
    background-repeat: repeat-x;
    background-position: bottom;
    color: #ffffff;
    vertical-align: bottom;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 120px;
    padding-top: 20px;
    padding-left:20px;
    line-height: 28px;
    height: 30px;
}

.menuItem, .menuItem a:link {
    text-align: center;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none;
    cursor: hand;
}

.menuItem a:hover, .menuItem a:active {
    background-color: #000000;
    color: #ffffff;
}

#loginBox {
    background-image: url('login_bg.png');
    background-repeat: no-repeat;
    margin-top: -54px;
    margin-right: 30px;
    float: right;
    width: 223px;
    height: 250px;
    padding-top: 40px;
    font-family: Verdana;
    font-size: 10pt;
}

#loginBox .line {
    font-family: Verdana;
    font-size: 10pt;
    margin-top: 5px;
    margin-bottom: 3px;
    padding-left: 30px;
}

#codeTextBox {
    background-image: url('icon_code.png');
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 5px;
}

#usrTextBox {
    background-image: url('icon_user.png');
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 5px;
}

#pwdTextBox {
    background-image: url('icon_password.png');
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 5px;
}

#compTextBox {
    background-image: url('icon_code.png');
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 5px;
}

/*------- HTML TILES CSS STARTS HERE ---------------*/



