@charset "utf-8";
/* CSS Document */
BODY {
 background: #a44600 url(./images/newBack.jpg) repeat-x;
margin: 0px 0px 0px;
}

DIV.mainbody
{
  FONT-SIZE: 14px;
  COLOR: white;
  FONT-FAMILY: Arial;
  TEXT-ALIGN: left;
  WIDTH: 1000px;
  margin-left:auto;
  margin-right:auto;
}

DIV.header
{
background: url(./images/satHeader.jpg) no-repeat;
WIDTH: 1000px; 
height: 135px;
margin-left:auto;
margin-right:auto;
}

div.contactHead{
text-align: right;
width: 500px;
color: white;
padding-top: 20px; 
padding-left: 0px;
font-size: 18px;
font-family: arial; 
font-weight: bold;
}

div.links{
width:1000px;
text-align: right;
color:white;
font-weight: bold;
font-size: 16px;
font-family: arial;
padding-top:40px;


}

div.footer{
font-size: 12px;
font-family: arial;
WIDTH:1000px;
height: 27px;
text-align: center;
padding-top: 10px;
}

div.clear{
DISPLAY: block;
CLEAR:both;
}


A.font14:link{
color: white;
font-size: 16px;
font-family: arial;
text-decoration: none;
font-weight: bold;
}

A.font14:visited {
color: white;
font-size: 16px;
font-family: arial;
text-decoration: none;
font-weight: bold;
}

A.font14:hover {
color: yellow;
font-size: 16px;
font-family: arial;
text-decoration: none;
font-weight: bold;
}

A.font14:active {
color: yellow;
font-size: 16px;
font-family: arial;
text-decoration: none;
font-weight: bold;
}

A.footlink:link{
color: white;
font-size: 12px;
font-weight: bold;
font-family: arial;
text-decoration: none;
margin-bottom: 5px;
}

A.footlink:visited {
color: white;
font-size: 12px;
font-weight: bold;
font-family: arial;
text-decoration: none;
margin-bottom: 5px;
}

A.footlink:hover {
color: yellow;
font-size: 12px;
font-weight: bold;
font-family: arial;
text-decoration: none;
}

A.footlink:active {
color: yellow;
font-size: 12px;
font-weight: bold;
font-family: arial;
text-decoration: none;
}

