BODY {
margin: 0px; 
padding: 0px;
background-color: #000000;
background-image: url(images/gradient.jpg);
background-repeat: repeat-x;
center top;
color: black;
text-align: center;
} 

A:link {background: none; color: #F7941D; text-decoration: none; cursor: pointer;}
A:visited {background: none; color: #F7941D; text-decoration: none; cursor: pointer;}
A:hover {background: none; color: white; text-decoration: none; cursor: pointer; border:#F7941D 1px solid;}
A:active { background: none; color: white; background: none; cursor: pointer;}

.Global {
width: 780px;
height: 100%;
margin-left: auto;
margin-right: auto;
background: black;
}

.Global TD {
vertical-align: top;
}


.Header_Image {
background: url('images/header-image6.jpg') no-repeat;
width: 780;
height: 200px;
padding: 0px; 
margin-left: 10px;
border-bottom: 2px solid white;
}

.Header_Image2 {
background: url('images/header-image7.jpg') no-repeat;
width: 780;
height: 200px;
padding: 0px; 
margin-left: 10px;
border-bottom: 2px solid white;
}

.MenuColTD {
width: 180px;
background: transparent;
color: inherit;
font: normal 16px gill sans MT,sans-serif;
border-right: 2px solid white;
border-left: 1px solid black;
border-top: 1px solid black;
}

.Menu {
margin: 0px 10px 10px 15px;
text-align: left;
}

.Menu A {
display: block;
width: 140px;
height: 20px;
text-align: center;
font-weight: bold;
}

.Content {
width: 600px;
height: 700px;
padding: 10px 20px 20px 20px;
background: black;
color: white;
text-align: justify;
border-top: 1px solid black;
border-right: 1px solid black;
}

.FIX_FIREFOX {}
html:not([dummy]) .Content {
width: 560px;
}
.FIX_OPERA {}
@media all and (min-width: 0px) {
.Content {width: 560px;}
}

.Content A:link {background: none; color: white; text-decoration: underline; cursor: pointer;}
.Content A:visited {background: none; color: white; text-decoration: underline; cursor: pointer;}
.Content A:hover {background: none; color: #F7941D; text-decoration: none; cursor: pointer; border: none;}
.Content A:active { background: none; color: white; background: underline; cursor: pointer;}

.HeadingStyle {
background: inherit;
color: #F7941D;
font: italic 24px gill sans mt,sans-serif;
text-align: center;
}

P {
font: 16px gill sans mt,sans-serif;
color: white;
}

.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 {
color: white;
font: 14px gill sans mt,sans-serif;
height: 50px;
text-align: center;
vertical-align: top;
background: black
}

.FooterWrap {
border-top: 1px solid white;
margin-top: 10px;
padding-top: 10px;
font-style: italic;
margin-left: 10px;
margin-right: 10px;
}

.Copyright {
margin-left: 50px;
}


