body {
	scrollbar-base-color: #DCD09E;
	scrollbar-face-color: #DCD09E;
	scrollbar-track-color: #DCD09E;
	scrollbar-arrow-color: #333365;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;

} 
.primaryFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #333365;
}

.bioFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #333365;
}

.quoteFont {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #333365;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #333365;
}
.BOLDheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #333365;
}
.specialHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: oblique;
	line-height: 22px;
	font-weight: bold;
	color: #FF9900;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333365;
	text-decoration: none;
	margin-top: 10px;
}
.smallTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C0001;
	text-decoration: none;
	margin-bottom: 10px;
}
.headingMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	line-height: 22px;
	font-weight: bold;
	color: #9F0004;
}
.smallTable {
	border: 2px inset #9D0000;
	margin-bottom: 10px;
}

.Table {
	border: 2px inset #9D0000;
	margin-bottom: 10px;
}

.dropdowns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 800;
}
.dropdownTable {
	border: 1px solid #000000;
}
.dropdowns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333365;
	text-decoration: none;
}
a:link {
	color: #333365;
	font-weight: 500;
}
a:hover {
	color: #FF9900;
}
.smallMenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #333365;
	text-decoration: none;
	letter-spacing: .06em;
}
.medHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #333365;
}

/* Nav Bar Styles  */
	  #navContainer {
   	    position: relative;
	  }
	  
	  #navContainer ul {
	  	padding: 0;
		margin: 0;
		height: 40px; heigh\t: 42px;
	  }
	  
	  #navContainer ul li
		{
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		background: url("/images/nav-bkg.gif") repeat-x 45px;
		font: 14px/40px Arial, Helvetica, sans-serif;
		text-align: center;
		}
		
	  #navContainer a
		{
		color: #ffffff;
		font-weight:100;
		text-decoration: none;
		display: block;
		width:auto;
		padding-left: 8px;
		padding-right: 8px;
		height: 40px;
		border-top: 1px solid #dbcea2;
		border-bottom: 1px solid #dbcea2;
		border-left: 1px solid #dbcea2;
		}
		
	   
	  #navContainer li#active { 
	  	background: url("/images/nav-bkg-on.gif") repeat-x 45px; 
		color: #2E1501;
	  }

	  #navContainer a:hover { 
	  	background: url("/images/nav-bkg-on.gif") repeat-x 45px; 
	  }	
	  

