BODY {
background-color: #dddfe3;
}

BODY, TH, TD {
font-family: arial, sans-serif;
font-size: 13px;
color: #231f20;
}

A {
color: #10BDF3;
text-decoration: none;
}

A:Hover {
text-decoration: underline;
}

h2 {
font-size: 16px;
color: #005596;
}

h2 A {
color: #005596;
}

DIV.hr {
border: none 0;
border-top: 2px dotted #dee4f0;
height: 1px;

}
.SideBorder {
background-color: #f4f4f5;
width: 6px;
}

#MainTable {
width: 760px;
height: 700px;
overflow: visible;
}

#HeadCell {
height: 254px;
}

#MenuCell {
height: 31px;
}

#ContentCell {
background-color: #fff;
padding-top: 14px;
padding-left: 36px;
padding-right: 46px;
padding-bottom: 10px;
width: 748px;
}

#Footer {
height: 34px;
background-image: url('../images/Footer.jpg');
background-repeat: no-repeat;
padding-left: 42px;
}

#Footer SPAN {
color: #3D7DAE;
}

#Footer A {
color: #3D7DAE;
}

ul {
margin-left: 0;
padding-left: 0;
list-style-type: disc;
/* list-style-image: url('../images/BlueBullet.jpg'); */
list-style: none;
}

li {
padding-left: 15px;
margin-bottom: .5em;
background-image: url('../images/BlueBullet.jpg');
background-repeat: no-repeat;
background-position: 0 .4em;
}