body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
}
/*------Header Code------*/
.headerl {
background-image: url(images/logo.jpg);
background-repeat: no-repeat;
background-color: #002269;
width: 310;
height: 170px;
}
.headerc {
background: #002269;
}
.headerr {
background-image: url(images/logovlj.jpg);
background-repeat: no-repeat;
background-position: right;
background-color: #002269;
width: 431px;
}
.subhead {
background-image: url(images/fade.jpg);
background-repeat: repeat-x;
height: 20px;
}
/*------Page Layout------*/
.leftcell {
background: #AFBCE6;
width: 175px;
}
.rightcellin {
border-left: 1px dashed #999999;
}
.mainbody {
background: #FFFFFF;
/*width: 585px;*/
padding: 20px;
}
.pagetitle {
font-size: 18px;
font-weight: bold;
color: #000066;
}
.copyright {
font-size: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
border-top: 2px solid #999999;
}