/*

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: 790px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  background-color: #FFFFFF;
  border-bottom: solid none 1px;
  border-left: solid #000000 1px;
  border-right: solid #000000 1px;
  border-top: solid #000000 1px;
  }

#horizmenu {
  width: 790px;
  height: 28px;
  font-size: 18px;
  font-family: arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  background-color: #F80205;
  color: #FFFFFF;
  border-bottom: solid #F80205 1px;
  border-left: solid #000000 1px;
  border-right: solid #000000 1px;
  border-top: solid #F80205 1px;
  }
  
#horizmenu a {
text-decoration: none;
color: #FFFFFF;
background-color: #F80205;
padding-left: 5px;
padding-right: 5px;
}
#horizmenu a:hover   { color: #F80205; 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: #F80205;
color: white;
}


#mainContent {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: none;
  border-left: solid #000000 1px;
  border-right: solid #000000 1px;
  border-top: none;
  font-size: 16px;
  font-family: arial, sans-serif;	
  }

#mainContent h3 {  	
	font-family: arial, sans-serif;	
	font-size: 13px; 
	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: 790px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  color: #FFFFFF;
  border-bottom: solid #000000 1px;
  border-left: solid #000000 1px;
  border-right: solid #000000 1px;
  border-top: solid #000000 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  }

.redText { color: #AF0023; }

.blueText { color: #0A649B; }

.centered { text-align: center }

.smaller { font-size: 8pt; }

.bigger { font-size: 14pt; }

.clear { background-color: transparent }

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

.floatLeft { float: left; }

.txtSubHeaderFont {  
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 32px; 
	text-align: left; 
	color: #000000; 
	}
	
.txtTitleFont {  
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 24px; 
	text-align: left; 
	color: #000000; 
	}
	
.txtLargerFont {  
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 20px; 
	text-align: left; 
	color: #000000; 
	}
	
#idx_frame_wrap {
	height: 800px;
	width: 700px;
}
