/* Global Styles */
body {
	margin:0px;
	background-color:#5366A0;
/*	background-color:#FFFFFF; */
	}

td {
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#003366;
	}
	
a {
	font:16px Georgia, "Times New Roman", Times, serif;
	color: #5366A0;
	font-weight:bold;
	}

aa {
	font: 8px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight:normal;
	}
																																																																																																															
a:hover {
	color: #FF6600;
	}

aa:hover {
	color: #FF6600;
	}

iframe {
	border-style: none;
}

/* ID Styles */
#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Georgia, Times New Roman, Times, serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("images/jcl_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("images/jcl_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	
#logo 	{
	font:24px Georgia, Times New Roman, Times, serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:12px Georgia, Times New Roman, Times, serif;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:8px Georgia, Times New Roman, Times, serif;
	color: #003366;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:8px Georgia, Times New Roman, Times, serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	font:8px Georgia, Times New Roman, Times, serif;
	color: #FF6600;
	letter-spacing:.1em;
	}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
	
/* Class Styles */
.bodyTextOne {
	text-align:center;
	font:16px Georgia, Times New Roman, Times, serif;
	color:#000066;
	line-height:30px;
	margin-top:0px; 
	}

.bodyTextTwo{
	/*text-align:justify;*/
	font:14px Georgia, Times New Roman, Times, serif;
	color:#000066;
	line-height:20px;
	margin-top:0px; 
	}

.bodyTextThree{
	text-align:center;
	font:13px Georgia, Times New Roman, Times, serif;
	color:#000066;
	line-height:18px;
	margin-top:0px; 
	font-weight:bold;
	}

.bodyTextFour{
	text-align:justify;
	font:14px Georgia, Times New Roman, Times, serif;
	color:#000066;
	line-height:16px;
	margin-top:0px; 
	}

.bodyTextFive {
	text-align:center;
	font:18px Georgia, Times New Roman, Times, serif;
	color:#000066;
	line-height:30px;
	margin-top:0px; 
	}

.bulletText {
	font: 16px Georgia, Times New Roman, Times, serif;
	
	color:#000066;
	}

.dateText {
	text-align:left;
	font:bold 10px Georgia, Times New Roman, Times, serif;
	color:#003366;
	line-height:10px;
	margin-top:0px;
	}

.inlineLink {
	font:14px Georgia, Times New Roman, Times, serif;
	color: #5366A0;
	}

.pageName{
	font:20px Georgia, Times New Roman, Times, serif;
	color: #000066;
	line-height:24px;
	letter-spacing:.2em;
	}
	
.subHeader {
	font:bold 10px Georgia, Times New Roman, Times, serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Georgia, Times New Roman, Times, serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Georgia, Times New Roman, Times, serif;
	color: #003366;
	}

.footerText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}
	
.navText {
	font: 16px Georgia, Times New Roman, Times, serif;
	color: #003366;
	line-height:14px;
	letter-spacing:.1em;
	text-decoration: none;
	}

.navTextTwo {
	font: 12px Georgia, Times New Roman, Times, serif;
	color: #003366;
	line-height:12px;
	text-decoration: none;
	}
		
.lineJustify{ text-align:justify;
    font: 14px Georgia, Times New Roman, Times, serif;
    color: #003366;
	 }

.successText{
	font:16px Georgia, Times New Roman, Times, serif;
	color: #003366;
	line-height:24px;
	letter-spacing:.2em;
	}	

.formLabel{
	font: 14px Georgia, Times New Roman, Times, serif;
	color: black;
	}	

.formRequired{
	font: 14px Georgia, Times New Roman, Times, serif;
	color: red;
	}

.headerPage{
	color:white;
}

.headerText_Header{
	text-align:center;
	font:18px Georgia, Times New Roman, Times, serif;
	color:#000066;
	line-height:18px;
	margin-top:0px; 
	font-weight:bold;
}

.headerText_Body{
	text-align:center;
	font:13px Georgia, Times New Roman, Times, serif;
	color:#000066;
	line-height:18px;
	margin-top:0px; 
	font-weight:bold;
}

.menuText{
	font: 16px Georgia, Times New Roman, Times, serif;
	color: #003366;
	line-height:14px;
	letter-spacing:.1em;
	text-decoration: none;
	text-align: center;
	}
	
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
