body {
 margin: 0px;
 text-align: center;
 background-color: #f8f8ff;
 font-size: 12px;
 color: #8080a0;
}

#mainbox {
 margin: 0px;
 text-align: left;
 width: 800px;
 background-color: #FFFFFF;
}

#headerbox {
 position: relative;
 margin: 0px;
 width: 100%;
 height: 50px;
 color: #c0c0c0;
 font-size: 12px;
 font-weight: bold;
 background-image: url(newimg/headback.gif);
}
#middlebox {
 margin: 0px;
 float: left;
 width: 640px;
}
#footerbox {
 margin: 0px;
 clear: both;
 width: 100%;
 text-align: center;
 font-size: 11px;
 background-color: #E8F0F8;
}

a {
 color: #529AC6;
 text-decoration: none;
}

#logo {
 position: absolute;
 top: 5px;
 left: 20px;
}

#chari {
 position: absolute;
 top: 10px;
 left: 580px;
}

#headmsg {
 position: absolute;
 color: #ffffff;
 top: 18px;
 left: 300px;
}

p {
 margin-top: 0px;
 margin-bottom: 8px;
}

h3{
 padding: 4px 0;
 margin-top: 4px;
 margin-bottom: 0px;
 width: 154px;
 font-size: 12px;
 color: #000000;
 background-color: #B0D0EF;
 text-align: center;
}

.boxmsg1 {
 width: 148px;
 padding: 2px;
 border-style: solid;
 border-color: #AACCEE;
 border-width: 1px;
 text-align: left;
 background-color: #E8F0F8;
 color: #303030;
}

.boxmsg1 a{
 color: #4060a0;
 font-size: 13px;
}

