/*

Unique Comm Blue:  10, 100, 155 #0A649B (replaced with #CC0000)
 Unique Comm Red: 175,   0,  35 #AF0023 (replaced with #000888)
 
 #img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
 
*/

body {
 font-family: Arial, Verdana, Sans-Serif;
 text-align:left;
 background:#000666; 
 }

 a{ color: #CC0000; }
 
th, td, p {	font-size: 16px; 

		}
input { width:60px; }

.calculateButton {width:80px;}
.horizontal { font-size:16px;}


#headerBox {
  width: 770px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  background-color: #FFFFFF;
  border-bottom: solid none 1px;
  
  /*border-left: solid #CC0000 1px;
  border-right: solid #CC0000 1px;
  border-top: solid #CC0000 1px;*/
  }

#horizmenu {
  width: 770px;
  font-size: 12px;
  font-family: arial, sans-serif;
  
  margin-left: auto;
  margin-right: auto;
  background-color: #000888;
  color: #FFFFFF;
  border-bottom: solid #000888 1px;
  /*border-left: solid #CC0000 1px;
  border-right: solid #CC0000 1px;*/
  border-top: solid #000888 1px;
  }
  
#horizmenu a {
text-decoration: none;
color: #FFFFFF;
background-color: #000888;
padding-left: 5px;
padding-right: 5px;
}
#horizmenu a:hover   { color: #000888; background-color: #FFFFFF; }

/* needed for drop down menus to work */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height:18px;
z-index:100;
}

/* needed for drop down menus to work */
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

/* needed for drop down menus to work */
#dropmenudiv a:hover{ /*hover background color*/
background-color: #000888;
color: white;
}


#mainContent {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom:5px;
  /*background-color: #FFFFFF;*/  
  background-image: url('images/contentbg.jpg');
  color: #000000;
  border-bottom: none;
  /*border-left: solid #CC0000 1px;
  border-right: solid #CC0000 1px;*/
  border-top: none;
  font-size: 16px;
}

mainContent h3 {  font-size: 14px; text-align: center; color: #CC0000; }
mainContent h2 {  font-size: 20px; text-align: center; color: #CC0000; }

.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: 770px;
  margin-left: auto;
  margin-right: auto;
  background-color: #CC0000;
  color: #FFFFFF;
  /*border-bottom: solid #CC0000 1px;
  border-left: solid #CC0000 1px;
  border-right: solid #CC0000 1px;
  border-top: solid #CC0000 1px;*/
  /*padding: 5px;*/
  font-size: 18px;
  }

.redText { color: #000888; }

.blueText { color: #CC0000; }

.centered { text-align: center }

.smaller { font-size: 8pt; }

.bigger { font-size: 14px; }

.clear { background-color: transparent }

.fakeLink {
	text-decoration: underline;
	cursor:pointer;
	color: #FF0000;
}

.floatLeft { float: left; }

.eventLink {color: #000888; }

.superscript{font-size:xx-small; vertical-align:top;} 
.subscript{font-size:xx-small; vertical-align:bottom;} 


