BODY {
MARGIN: 0px; 
PADDING: 0px;
BACKGROUND: #696969;
COLOR: black;
text-align: center;
} 

A:link {background: none; color: #3f3b95; text-decoration: none; cursor: pointer;}
A:visited {background: none; color: #3f3b95; text-decoration: none; cursor: pointer;}
A:hover {background: none; color: navy; text-decoration: none; cursor: pointer;}
A:active { background: none; color: #3f3b95; background: none; cursor: pointer;}

.Global {
WIDTH: 780px;
HEIGHT: 100%;
MARGIN-LEFT: auto;
MARGIN-RIGHT: auto;
BACKGROUND: url('main_bg.jpg');
}

.Global TD {
BORDER: 0px solid green;
VERTICAL-ALIGN: top;
}

.Header {
WIDTH: 100%;
HEIGHT: 110px;
PADDING: 0px; 
}

.Header TD {
BORDER: 0px;
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
}

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

.NavBar TD {
BACKGROUND: url("navbar.jpg") repeat;
COLOR: maroon;
FONT: normal 13px arial,sans-serif;
PADDING: 0px 0px 0px 20px;
TEXT-ALIGN: left;
BORDER: 0px;
VERTICAL-ALIGN: middle;
}

.NavBarMenu TD {
BACKGROUND: none;
COLOR: dimgray;
FONT: normal 13px arial,sans-serif;
PADDING: 0px 20px 0px 0px;
BORDER: 0px;
VERTICAL-ALIGN: middle;
HEIGHT: 25px;
}

.Content {
WIDTH: 560px;
BACKGROUND: transparent;
COLOR: inherit;
TEXT-ALIGN: justify;
}

.Content A:link {background: none; color: navy; text-decoration: underline; cursor: pointer;}
.Content A:visited {background: none; color: navy; text-decoration: underline; cursor: pointer;}
.Content A:hover {background: none; color: navy; text-decoration: underline; cursor: pointer;}
.Content A:active { background: none; color: navy; background: underline; cursor: pointer;}


.Right {
WIDTH: 220px;
COLOR: inherit;
padding-top: 6px;
}

.BoxStyle {
WIDTH: 100%;
BORDER: 0px solid #738873;
MARGIN-TOP: 15px;
}

.BoxStyle TD {
BACKGROUND: transparent;
COLOR: inherit;
PADDING: 0px 0px 0px 15px;
TEXT-ALIGN: left;
BORDER: 0px solid;
HEIGHT: 22px;
}

.BoxStyle TD A {
DISPLAY: block;
BORDER-BOTTOM: 1px dotted dimgray;
WIDTH: 180px;
color: #3f3b95;
}

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

P {
FONT: 13px arial,sans-serif;
}

.Padded {
PADDING: 20px;
}

.SmallFont {
FONT: 13px arial,sans-serif;
}

.MedFontBold {
FONT: bold 15px arial,sans-serif;
}

.SmallFont TD {
FONT: 13px arial,sans-serif;
}

.MedFontBold TD {
FONT: bold 15px arial,sans-serif;
}

.Footer {
BACKGROUND: url('footer.jpg');
FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=60);
-MOZ-OPACITY: 0.5;
-KHTML-OPACITY: 0.5;
OPACITY: 0.5;
COLOR: #000000;
FONT: 13px arial,sans-serif;
HEIGHT: 22px;
TEXT-ALIGN: center;
}

