body {
     background-color: #fefe9a;
     background-image: url(images/wholepagebg.jpg);
     background-repeat:repeat-y;
     /* background-attachment: fixed; */
     background-position: top center;
     margin-left: auto;                /* will center horz. if user has bigger screen */
     margin-right: auto;               /*                                             */
     color: #000000;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11pt;
     text-align: center;
     height: 780px;
     width: 800px;
     }

.WholePage{
     position: relative;
     display: block;
     background-color: #ffffff;
     padding: 0px;
     margin: 0px;
     border:0px;
     text-align: justify;
     width: 800px;
     top: 0px;
     Left: 0px;
     z-index: 1;
     }
.PageHdr{
     position: absolute;
     display: block;
     height: 100px;
     width: 800px;
     border: 0px;
     top: 0px;
     left: -2px;
     z-index: 1;
     }
.MainContent{
     position:absolute;
     display: block;
     background-color:#ffffff;
     padding:0;
     margin-left: auto;                /* will center horz. if user has bigger screen */
     margin-right: auto;               /*                                             */
     text-align: justify;
     top:100px;
     height:500px;
     width:799px;
     }     
.LeftCol{
     position:absolute;
     display:block;
     background-color:#ffffff;
     background-image:url('images/t2lc_bg.jpg');
     background-repeat:repeat-y;
     font-family: Times New Roman, serif;
     font-size:11pt;
     text-align: center;
     color:white;
     margin:0px;
     padding:0px;
     padding-left:0px;
     padding-right:0px;
     top:2px;
     left:0px;
     height:700px;
     width:200px;
     z-index:1;
     }
.RightCol{
     position:absolute;
     display:block;
     background-color:#ffffff;
     margin:0px;
     padding:0px;
     top:2px;
     left:200px;
     height:700px;
     width:595px;
     z-index:1;
     }
.LC_HeadTxt{
     position:absolute;
     display:block;
     background-color:transparent;
     font-family: Times New Roman, serif;
     font-size:10pt;
     text-align: center;
     color:white;
     margin:0px;
     padding:0px;
     padding-left:0px;
     padding-right:0px;
     top:5px;
     left:0px;
     width:152px;
     z-index:1;
     }
.LC_HeadTxt h1{
     font-family: Times New Roman, serif;
     font-size:30pt;
     margin:0px;
     padding:0px;
     line-height: 23pt;
}     
.T2MenuArea a{
     display: block;
     position:relative;
     font-size:12pt;
     font-weight: 600;
     text-align: left;
     line-height: 18px;
     background-color: #06437a;                                    /* overall menu background color     */
     background-image:url('images/but_bg_norm.jpg');
     background-repeat:repeat-x;
     Padding-left:0px;
     text-decoration: none;
     top:100px;
     right:-5px;
     color:#1228e5;
     height:23px;
     width:180px;
     z-index:9;
}
.T2MenuArea a:hover{
     font-size:12pt;
     line-height: 18px;
     background-color: #e3920d;
     background-image:url('images/but_bg_hover.jpg');
     background-repeat:repeat-x;
     color: black;
}
.LC_FtrTxt{
     position:absolute;
     display:block;
     background-color:#00ffff;
     background-image:url('images/t2lc_bg.jpg');
     background-repeat:repeat-y;
     font-family: Times New Roman, serif;
     font-size:8pt;
     text-align: center;
     color:white;
     margin:0px;
     padding:0px;
     padding-left:0px;
     padding-right:0px;
     top:640px;
     left:0px;
     height:60px;
     width:152px;
     z-index:9;
     }
.LC_FtrTxt h1{
     font-family: Times New Roman, serif;
     font-size:10pt;
     margin:0px;
     padding:0px;
     line-height: 10pt;
}     
.RightCol hr{
     clear:both;
}   
.RightColContent{
     display:block;
     font-size:11pt;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: 600;
     margin:0px;
     color:#1228e5;     
     margin-left: 15px;
     padding:0px;
     height:480px;
     width:565px;
     line-height: 12pt;
   
}
.RightCol h1{
     font-size:24pt;
     font-style:italic;
     font-family: Times New Roman, serif;
     color:#000000;
     margin:0px;
     padding:0px;
     padding-left:15px;
     padding-right:15px;
     line-height: 18pt;
}
.RC_FtrTxt{
     position:absolute;
     display:block;
     background-color:#5867e6;
     font-family: Times New Roman, serif;
     font-size:8pt;
     text-align: center;
     color:white;
     margin:0px;
     padding:0px;
     top:675px;
     left:0px;
     height:25px;
     width:595px;    
     z-index:1;
     }
.RC_FtrTxt h1{
     font-family: Times New Roman, serif;
     font-size:10pt;
     color:white;
     margin:0px;
     padding:0px;
}     







