@charset "utf-8";
/* CSS Document */

 
table {
  width:100%;
  /*border:2px solid #d5eff7;*/
  border-collapse:collapse; 
}
table.autowidth {
 table-layout: auto;
}
 
td {
 border: 2px solid #ccd6e2;
 padding: 2px;
 vertical-align:top;
}
 
.col1 {
 width: auto;
}

.col2 {
 width: 184px;
}

.col3 {
 width: 700px;
}

.col4 {
 width: auto;
}

.row1 {
height:39px;
}

.row2 {
height:30px;
}

.row3 {
height:520px;
}

.row4 {
height: 35px;
}

.row5 {
height: 130px;
}

.norightborder {
 border-right-style:none;
}

.noleftborder {
 border-left-style:none;
}

.notopborder {
 border-top-style:none;
}

.nobottomborder {
 border-bottom-style:none;
}

.opaquelightblue {
 background-color:#e4e3ef; 
 opacity:0.5;
 filter:alpha(opacity=50);
}

.opaquedarkblue {
 background-color:#204684; 
 opacity:0.4;
 filter:alpha(opacity=40);
}

.whitecell {
 background-color:#ffffff;
 /*opacity:0.4;
 filter:alpha(opacity=40);*/
}

.blackcell {
 background-color:#204684;
}
 

.leftmidcolbg {
 /*background-image:url(../Images/BlueNavigationPanelBk.jpg);*/
 background-repeat:no-repeat;
 background-color:white;
 }
  
/*#logo {
 float:right;
 margin: 5px;
}*/

.mailroomimage {
 background-image:url(../Images/MailRoom.jpg);
 background-repeat:no-repeat;
 background-color:black;
}

/*.SquareBulletList {
 list-style-image:url(../Images/Bullet.gif);
 color:#FFFFFF;
}

.SquareBulletList li {
 font-size:20pt;
 padding-bottom:5px;
}*/
.SquareBulletList {
 list-style-type:none;
 list-style-position:inherit;
 color:#FFFFFF;
}

.SquareBulletList li {
 background-image:url(../Images/Bullet.gif);
 background-repeat:no-repeat;
 background-position:5px 0.6em;
 padding-left:1em;
 font-size:20pt;
 padding-bottom:5px;
}