BODY {

    
BACKGROUND:url("lifestyle-1.jpg");
MARGIN: 0px;
PADDING: 20px 20px 20px 20px;
COLOR:url("lifestyle-1.jpg");

TEXT-ALIGN: center;
}

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

.Global {
WIDTH: 1200px;
HEIGHT: 100%;
MARGIN-LEFT: auto;
MARGIN-RIGHT: auto;

}

.Global TD {
VERTICAL-ALIGN: top;
}

.Header {
WIDTH: 100%;
HEIGHT: 65px;
}

.Header TD {
BORDER: 0px;
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
PADDING: 0px;
}
.{
  box-sizing: border-box;
}
-----------------------
.NavBar {
WIDTH: 100%;
HEIGHT: 27px;
}

.NavBar TD {
BACKGROUND: url("purple2-gradient01.gif") repeat; background="lifestyle-1.jpg";

COLOR: gray;
FONT: 16px arial,sans-serif;
PADDING: 0px 0px 0px 12px;
TEXT-ALIGN: left;
BORDER: 0px;
VERTICAL-ALIGN: middle;
}

.NavBarMenu TD {
BACKGROUND: none;
COLOR: inherit;
FONT: 16px arial,sans-serif;
PADDING: 0px 15px 0px 15px;
BORDER: 0px;
VERTICAL-ALIGN: middle;
}

.NavBarMenu TD A:link {background: none; color: #000000; font-weight: bold; text-decoration: none;}
.NavBarMenu TD A:visited {background: none; color: #000000; font-weight: bold; text-decoration: none;}
.NavBarMenu TD A:hover {background: none; color: #9d0000; font-weight: bold; text-decoration: underline;}
.NavBarMenu TD A:active { background: none; color: #9d0000; font-weight: bold; background: none;}




.Content {
BACKGROUND: url("lifestyle-1.jpg") ;
COLOR: inherit;
BORDER: 1px solid #c0c0c0;
}


.Right {
BACKGROUND: url("lifestyle-1.jpg");
COLOR: inherit;
}




.BoxStyle {
BORDER: 1px solid #9B94A8;
MARGIN-TOP: 15px;
}

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

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

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

.Padded {
PADDING: 15px;
}

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

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

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

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

.Footer {
BACKGROUND: url("purple2-gradient01.gif");
COLOR: #000000;
FONT: 16px arial,sans-serif;
HEIGHT: 27px;
TEXT-ALIGN: center;
}

.Footer A:link {background: none; color: #000000; text-decoration: underline;}
.Footer A:visited {background: none; color: #000000; text-decoration: underline;}
.Footer A:hover {background: none; color: #9d0000; text-decoration: underline;}
.Footer A:active { background: none; color: #9d0000; background: underline;}




