/*

Unique Comm Blue:  10, 100, 155 #0A649B
 Unique Comm Red: 175,   0,  35 #AF0023
 
*/

body {
 text-align: center;
 }

th, td, p { font-size: 14px; }

#headerBox {
  width: 750px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  background-color: #FFFFFF;
  border-bottom: solid none 1px;
  border-left: solid #0A649B 1px;
  border-right: solid #0A649B 1px;
  border-top: solid #0A649B 1px;
  }

#sideMenu {
  width: 180px;
  padding: 10px;
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: none;
  border-left: solid #0A649B 1px;
  border-right: solid #0A649B 1px;
  border-top: none;
  font-size: 16px;
  }
  
#mainContent {
  width: 625px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  padding-top:0px;
  background-color: #000000;
  color: #ffffff;
  border-bottom: none;
  border-left: solid #0A649B 1px;
  border-right: solid #0A649B 1px;
  border-top: none;
  font-size: 16px;
  border: 0px;
  }

.mainContent h3 {  font-size: 14px; text-align: center; color: #0A649B; }
.mainContent h2 {  font-size: 18px; text-align: center; color: #0A649B; }

.mainContent a:link    { text-decoration: underline; color: #FF0000; }
.mainContent a:visited { text-decoration: underline; color: #FF0000; }
.mainContent a:active  { text-decoration: none; color: #000000; }
.mainContent a:hover   { text-decoration: none; color: #FF6600; }

#footerContent {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  color: #FFFFFF;
  border-bottom: solid #0A649B 1px;
  border-left: solid #0A649B 1px;
  border-right: solid #0A649B 1px;
  border-top: solid #0A649B 1px;
  padding: 5px;
  font-size: 18px;
  }

.smaller { font-size: 8pt; }

.bigger { font-size: 14pt; }

.clear { background-color: transparent }
