/* body, fonts, bg, scrolling */
BODY {
	background-color : #FFFFFF;
	font-family : Tahoma, Trebuchet MS, Georgia, serif;
	font-size : 11px;
	margin-top : 0px;
	margin-bottom : 11px;
	margin-left : 0px;
	margin-right : 0px;
	scrollbar-face-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #949494;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #FF6600;
}

/* main color scheme 
light blue -- #B9CDDA
medium blue -- #748FA5
dark blue -- #0F2745
orange -- #FF9933 */

/* links, hovers */

A {
	color : #0F2745;
	text-decoration : none;
}

A:HOVER {
	color : #FF9933;
	text-decoration : underline;
}
/*A.link_two {
	color : #0F2745;
	text-decoration : underline;
}
A.link_two:HOVER {
	color : #748FA5;
	text-decoration : none;
}
A.link_three {
	color : #0F2745;
	text-decoration : underline;
}
A.link_three:HOVER {
	color : #FF9933;
	text-decoration : none;
}*/
A.footer {
	color : White;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}
A.footer:HOVER {
	color : White;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}
A.headernav {
	color : White;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}
A.headernav:HOVER {
	color : #0F2745;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}

/* paragraph */

P {font-size : 10pt;
	margin-top : 2px;
	margin-bottom : 14px;
	}

/* headings */
 H1 { font-weight : bold;
      font-size : 24.0px;
      color : #Black;
      margin-top : 0.5px;
      margin-bottom : 0.5px;
	  }

 H2 { font-weight : bold;
      font-size : 18.0px;
      color : #Black;
      margin-top : 11.0px;
      margin-bottom : 1.0px;}

 H3 { font-weight : bold;
      font-size : 14.0px;
      color : Black;
      margin-top : 11.0px;
      margin-bottom : 1.0px;}

 H4 { font-weight : bold;
      font-size : 12px;
	  color : Black;
      margin-top : 9.0px;
      margin-bottom : 1.0px;}

 H5 { font-weight : bold;
      font-size : 10px;
      margin-top : 9.0px;
	  color : Black;
      margin-bottom : 1.0px;}
	  
HR {
	color : Navy;
}

/* unordered list */

UL {font-size : 10pt;}

UL.small_UL {font-size : 11px;}


/* use only when creating bulleted lists that 
must be flush to left margin rather than using 
the default left indent..an example would be home pages. 
UL.Flush {font-size : 11px;
      margin-top : 4.0px;
      margin-bottom : 6.0px;
      margin-left : 1.5em;}*/	

/* allows all list items to use paragraph spacing above and below. 
if you change <P> spacing in style sheet, you must also change 
it here to same value. */

LI {
	margin-top : 2px;
	margin-bottom : 6px;
	margin-right: 5px;
}

OL {font-size : 11px;
 	  margin-top : 4.0px;
      margin-bottom : 6.0px;
	  }

/* use only when creating numbered lists that are to be flush 
to left margin rather than usnig the default left indent. */	  
OL.Flush {font-size : 11px;
      margin-top : 4.0px;
      margin-bottom : 6.0px;
      margin-left : 2.2em;
	}	  

/* tables, td & th */
TABLE.popup {border-collapse:collapse;}

TD {FONT-SIZE: 10pt;}

TD.small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	}

TH {}

/* form elements */

.formInputs
{
	BORDER-TOP: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-BOTTOM: #cccccc 1px solid;
	BORDER-RIGHT: #cccccc 1px solid;
	FONT-SIZE: 10pt;
	CURSOR: ibeam;
	COLOR: #000000;
	FONT-FAMILY: Trebuchet MS, Georgia, serif;
	BACKGROUND-COLOR: #eeeeee;
}

/* main color scheme 
light blue -- #B9CDDA
medium blue -- #748FA5
dark blue -- #0F2745
orange -- #FF9933 */

.formSubmit
{
	BORDER-TOP: #cccccc 1px solid;
	BORDER-LEFT: #cccccc 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	BORDER-RIGHT: #000000 1px solid;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	PADDING-BOTTOM: 0px;
	CURSOR: hand;
	COLOR: #ffffff;
	PADDING-TOP: 0px;
	FONT-FAMILY: Trebuchet MS, Georgia, serif;
	BACKGROUND-COLOR: #FF9933;
}
.popUpTitle {
	color : White;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}
.topic {
	color : #FF9933;
	font-weight : bold;
	text-decoration : none;
}
.subNav {
	font-size : 10px;
	text-decoration : none;
}

.subNavActive {
	color : #FF9933;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}
.subNavActive:HOVER {
	color : #FF9933;
	font-size : 10px;
	font-weight : bold;
	text-decoration : underline;
}
