BODY {
MARGIN: 0px; 
PADDING: 0px;
BACKGROUND: white;
COLOR: black;
} 

A:link {background: none; color: maroon; text-decoration: underline; cursor: pointer;}
A:visited {background: none; color: maroon; text-decoration: underline; cursor: pointer;}
A:hover {background: none; color: red; text-decoration: underline; cursor: pointer;}
A:active { background: none; color: red; text-decoration: underline; cursor: pointer;}

.Global {
WIDTH: 100%;
HEIGHT: 100%;
padding: 0px;
cellspacing: 2px;
border: 1px;
line-height:1.125em;
}

.Global TD {
BORDER: 1px solid navy;
VERTICAL-ALIGN: top;
}

.Header {
WIDTH: 100%;
HEIGHT: 180px;
PADDING: 0px;
BORDER: 0px;
CELLSPACING: 0px;
}

.Header TD {
background: #01012a url('my-logo.jpg') no-repeat center;
width: 100%;
align: center;
BORDER: 0px;
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
}

.NavBar {
WIDTH: 100%;
HEIGHT: 27px;
}

.NavBar TD {
BACKGROUND: url("blueline-gradient.gif") repeat;
width: 100%;
COLOR: inherit;
FONT: 1.1em arial,sans-serif;
PADDING: 0px 0px 0px 30px;
TEXT-ALIGN: left;
BORDER: 0px;
VERTICAL-ALIGN: middle;
}

.NavBarMenu TD {
width:32%;
BACKGROUND: none;
COLOR: inherit;
FONT: 16px arial,sans-serif;
PADDING: 0px 10px 0px 0px;
BORDER: 0px;
VERTICAL-ALIGN: middle;
text-align: center;
}

.leftlogo {
width: 100%;
align: left;
}

.2020 {
display: table;
margin-left: 20px;
margin-top: 20px;
}

.1x1 {
height: 1px;
background: #284151;
}

.Left {
BACKGROUND: #9fbdd0;
COLOR: inherit;
}

.Left150 {
BACKGROUND: url("blueline-bg.gif"); //#9fbdd0;
COLOR: inherit;
width: 120;
align: center;
PADDING: 15px;
}

.Content {
BACKGROUND: #ebf1f5;
COLOR: inherit;
}

.Right {
BACKGROUND: url("blueline-bg.gif"); //#9fbdd0;
COLOR: inherit;
}

.RightPanelBox {
WIDTH: 100%; 
HEIGHT: 100%; 
BACKGROUND: #fdfbec; 
COLOR: inherit;
FONT: .8em;
}

.Links TD {
BORDER: 0px;
PADDING: 10px 0px 10px 10px;
}

.BoxStyle {
BORDER: 1px solid #284151;
MARGIN-TOP: 15px;
WIDTH: 90%;
BACKGROUND: #fdfbec;
COLOR: inherit;
}

.BoxStyle TD {
BACKGROUND: #fdfbec;
COLOR: inherit;
PADDING: 0px;
TEXT-ALIGN: left;
BORDER: 0px;
}

.BoxStylePhoto {
BORDER: 1px solid #284151;
BACKGROUND: #fdfbec;
COLOR: inherit;
width: 120px;
height: 160px;
align: center;
}

.BoxStyleTable {
BORDER: 1px solid #284151;
MARGIN-TOP: 15px;
BACKGROUND: #fdfbec;
COLOR: inherit;
width: 120px;
padding: 5px;
align: center;
}

.BoxStyleTable TD {
BACKGROUND: #fdfbec;
COLOR: inherit;
TEXT-ALIGN: left;
BORDER: 0px;
padding: 10px 0px 0px 0px;
FONT: .8em;
}

.HeadingStyle {
BACKGROUND: none;
COLOR: #000000;
FONT: bold 20px arial,sans-serif;
}

P {
FONT: .8em arial,sans-serif;
}

.Padded {
PADDING: 15px;
}

.SmallFont {
FONT: .6em arial,sans-serif;
}

.MedFontBold {
FONT: bold 1.1em arial,sans-serif;
}

.SmallFont TD {
FONT: .6em arial,sans-serif;
}

.MedFontBold TD {
FONT: bold 1.1em arial,sans-serif;
}

ul.TickList {
  list-style-image: url('tick.gif');
  list-style-position: outside;
  margin-left: 0px;
  font-size: .75em;
}

ul.TickList li {
  _background: url('tick.gif') no-repeat;
  _padding: 0px 0px 0px 20px;
}

.Footer {
BACKGROUND: url("blueline-bg.gif");
COLOR: #000000;
FONT: 1em arial,sans-serif;
HEIGHT: 22px;
TEXT-ALIGN: center;
vertical-align: middle;
}

.hidden {
display: none;
}

.unhidden {
display: block;
}