@charset "utf-8";
/* CSS Document */

/* GENERAL STYLES */
.Container {
  width:800px;
  height:600px;
  margin-left:auto;
  margin-right:auto;  
  }

img {
  border: 0;
}

.Header {
  width:800px;
  height:130px;
  background-image:url(/images/HeaderBG.gif);    
}

.Menu {
  width:775px;
  height:25px;
  background-color:#003341;
  padding-top:5px;
  padding-left:25px;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-weight:bold;
  font-size:14px;
}

.MenuText {
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-weight:bold;
  font-size:14px;
  text-decoration: none;
}

.MenuText:Hover {
  font-family:Arial, Helvetica, sans-serif;
  color:#FF6600;
  font-weight:bold;
  font-size:14px;
  text-decoration: none;
}

.BGImage {
  width:800px;
  height:330px;  
}

.MainContentContainer {
  width:370px;
  height:270px;
  float:right;
  margin:15px;
  background-color:#FFFFFF;
  padding:15px;
}

.MainContent {
  width:370px;
  height:270px;
  overflow: auto;
}

.FullPageContent {
  width:770px;
  height:300px;
  padding:15px;
  background-color:#FFFFFF;    
}

.Footer {
  width:800px;
  height:10px;
  background-image:url(/images/FooterBG.gif);
}

.BottomLinks {
  width:800px;
  height:100px;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
}


.BottomLinks:Hover {
  width:800px;
  height:100px;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
}

.HeaderA {
  font-family: "Times New Roman", Times, serif;
  color: #FF6600;
  font-size: 24px;
  font-weight: bold;
}
.HeaderB {
        font-family: "Times New Roman", Times, serif;
        color: #FF6600; font-size: 18px; font-weight: bold; 
}

.HeaderC {
        font-family: "Times New Roman", Times, serif; 
        color: #FF6600; font-size: 14px;
        font-weight: bold; 
}

.MainText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/*body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width:800px;
  margin:auto;
  }*/

body,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width:800px;
  margin:auto;
}
a:link {
  color: #FF6600;
}
a:hover {
  color: #00212e;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
