<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

a {color: #00f;}
a:visited {color:#336;}
 
li {line-height: 1.6em;	}

p {line-height: 1.1em;	}
hr {color: c2d2ec; }

/*style for top header bar*/	
.mainContentHeader {
	background-image: url(../../programs_orgs/gjc/images/headerBarBG.png);
	background-repeat:repeat-x;
	height: 34px;	
	padding: 8px 0 4px 2px;
    font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-botom:50;
	}	
	
/*body structure*/ 
.mainTableLeftSection {
	width: 70%;
	}

.divider {
	width: 2%;
	}
	
.rightSide {
	margin-right: 5px;
	}			

.rightDisplayNoBox {
	width: 22em;
	border-top: 1px solid #c2d2ec;

	}
	
.rightDisplayBox {
	border: 1px solid #c2d2ec;
	width: 29em;
	}

.rightDisplayContent {
	font-size: .9em;
	padding: 3px;
	font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;
	}

.rightDisplayTitle {
	border-bottom: 1px solid #c2d2ec;
	line-height: 20px;	
	padding: 1px 1px 1px 1px;
    font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	background: #c6d5ec;
	}	
		
.primaryContent {
	background-color: #FF;
	position:relative;
	height: auto;
	width: auto;	
	margin: 10px;
	padding: 0px;
	font-size: .85em;
	}

/*header background*/  	
.mainContent {	
	background-color: #8cb1b2;
	padding: 0;
	margin: 0 ;
	}
	
.mainTable {	
	margin: 3px;
	}

table.searchTable td {
	font-size: .7em;
	}

table.listTable td {
	font-size: .7em;
	}

/*left nav classes*/  
#leftSide {
  text-align:left;
  margin: 6px 2px 6px 0 ;
  }
  
#leftSide ul {
  list-style:none;
  margin:0px;
  padding: 0px;
  line-height:16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  }
  
#leftNav:a {
  text-decoration:none;
  color:#336;
  }
  
/*bold subsection font in left nav*/  
.subsectionNav {
  font-weight:bold;
  color:#000;
  padding: 18px 0 0 0;
  font-size: 1.1em;
  font-family: Georgia, Times, serif;
  border-bottom: 1px solid #c2d2ec;
  }  

.columnHeading {
	background-color : #c2d2ec;
	}
	
.largeTxt {
	font-size: .95em;
	font-weight:bold;
	padding: 0 4px 0 0;
	}		

.centerContent {	
	padding: 0 6px 6px 6px;
	line-height: 22px;	
	}
	
.centerContentHome {	
	padding: 0 6px 6px 6px;
	line-height: 22px;
	min-width: 500px;
	}	

.pageTitles {
	color: #0e2f8f;
	font-size: 1.3em;
	font-weight:bold;
    font-family: Georgia, Times, serif;
	margin-top: 10px;
	}
	
.tabOutline	{
	border: 1px #686b8b solid;
	padding: 2px;
	background-color:#c9d1df;
	}
	
.subPageTitles {
	font-weight: bold;
	font-size: 1.0em;
	padding: 0px 0px 0px 2px;
	color: #333;
	line-height: 20px;
	margin: 15px 3px 5px 0px;
    font-family: Georgia, Times, serif;
	text-transform: uppercase; 
	font-family: "Times New Roman", Times, serif; letter-spacing: 0.05em; margin-bottom: 5px; clear: both;
	}	

.subPageTitles a {
	color: #333366;
	}	
	
.subSectionFormat {
	padding:6px 0 0 10px;
	margin-right: 10px;
	line-height: 22px;
	}

.subSectionFormat ul {
	padding:0 4px 4px 12px;
	margin: 0 8px 8px 8px;
	line-height: 32px;	
	}
	
.subSectionFormat li {
	line-height: 24px;	
	}		
	
.mainPageSections {
	padding: 0 6px;
	margin: 0px;		
}

.currentEventsContent: a {
	font-size: .8em;
	padding: 6px;
	font-weight:normal;
	text-decoration:underline;
	}	
	
.currentEventsContent: hover {
	font-size: .8em;
	padding: 6px;
	font-weight:normal;
	text-decoration:underline;
	}			
	
.mainCenterLinks {
	padding: 8px 0 12px 12px ;
	}		
		
.contentLayout {
	margin:0 1px 1px 1px; 
	padding: 0 12px; 
	background-color:##FFF; 
	height:32em;
	}	
</pre></body></html>