body {
   color: #404040;
   background-color: #ffffff;
   font-family: trebuchet ms, trebuchet, microsoft sans serif, arial, sans serif;
   font-size: small;
   margin: 0px;
}
div.logout_link {
   position: absolute;
   top:10px;
   left:10px;
   font-weight: bold;
   font-size: large;
}
div.hdr_bak {
   width: 100%;
   /*background-image: url('images/hdr_slice.png');*/
}
table.hdr td {
   background-repeat: no-repeat;
}
table.hdr  {
   width: 730px;
}
table.hdr .left {
   background-image: url('images/hdr_left.png');
   width: 148px;
   height: 125px;
}
table.hdr .top {
   background-image: url('images/hdr_top.png');
   width: 582px;
   height: 103px;
}
table.hdr .links .home {
   background-image: url('images/lnk_home.png');
} table.hdr .links .home img { 
   width: 63px;
   height: 22px;
}

table.hdr .links .aboa {
   background-image: url('images/lnk_oa.png');
} table.hdr .links .aboa img { 
   width: 118px;
   height: 22px;
}
table.hdr .links .mtng {
   background-image: url('images/lnk_meetings.png');
} table.hdr .links .mtng img { 
   width: 82px;
   height: 22px;
}
table.hdr .links .ltrt {
   background-image: url('images/lnk_lit.png');
} table.hdr .links .ltrt img { 
   width: 92px;
   height: 22px;
}
table.hdr .links .lnks {
   background-image: url('images/lnk_links.png');
} table.hdr .links .lnks img { 
   width: 55px;
   height: 22px;
}
table.hdr .links .space {
   background-image: url('images/lnk_right.png');
   width: 173px;
   height: 22px;
}
table.hdr .bottom {
   background-image: url('images/hdr_bottom.png');
   width: 731px;
   height: 35px;
   vertical-align: top;
   padding-left: 148px;
   padding-top: 2px;
}

#sublinks {
   position: relative;
}

div.main {
   width: 710px;
   padding: 15px;
   padding-left: 40px;
   text-align: justify;
}

p.norm {
   text-indent: -15px;
   padding-left: 15px;
}
p.norm:first-line, span.norm {
   font-weight: bold;
   font-size: medium;
}
p.newsflash {
   padding-left: 15px;
   text-indent: -15px;
   font-size: 110%;
   color: #9c5281;
   padding-left: 60px;
   padding-right: 60px;
}
p.newsflash:first-line {
   font-weight: bold;
   font-size: large;
   color: #404040;
}
span.subtitle {
   font-weight: bold;
   font-size: large;
   color: #404040;
}

a img {
   border: 0px;
}

a {
   text-decoration: none;
   font-weight: bold;
   outline: none;
}
a:link {color: #630e45;}
a:visited {color: #630e45;}
a:hover {color: #792f5f;}
a:active {color: #792f5f;}
.bottom a:link,.logout_link a:link {color: #656565;}
.bottom a:visited,.logout_link a:visited {color: #656565;}
.bottom a:hover,.logout_link a:hover {color: #858585;}
.bottom a:active,.logout_link a:active {color: #858585;}