/* default link colors */
a, .youAreHere { 
	color:#386199; 
	text-decoration: none; 
}
#col-a .youAreHere
{
	color: #999;
	text-decoration: none; 
}
 
a:link { }
a:visited { /*color:#41439A;*/ }
a:active { }

a:hover 
{ 
	text-decoration:underline; 
	color:#386199; 
}

/* typography */
h1 
{ 
	font-family: Arial,Verdana, sans-serif;
	/*font-family:Georgia,serif; */
	font-size:1.8em; 
	font-weight:normal; 
	margin-top:0; 
	color:#30302e;
	margin-bottom:0; 
	overflow:hidden;

}
h2 { 
	/* style entirely from previous site version */
	font-family: Arial,Verdana, sans-serif;
	/*font-family:Georgia, serif; */
	font-size:1.6em; 
	margin:1.2em 0 .5em 0; 
	font-weight:normal; 
	font-style:italic; 
	overflow:auto;
	
}
h3 
{ 
	font-family: Arial,Verdana, sans-serif;
	/*font-family:Georgia, serif; */
	font-size:1.1em; 
	margin:0 0 1.2em 0; 
	font-weight:bold; 
	overflow:auto;
}



h4 { font-size:1.1em; margin:1.0em 0 0 0; font-weight:bold; }
h5 { font-size:1.0em; margin:1.0em 0 .5em 0; font-weight:bold; }
h6 { font-size:0.8em; margin:1.0em 0 .5em 0; font-weight:bold; }
img { border:0; }
ol, ul, li, dl, dd, blockquote 
{ 
	margin-top:0.2em; 
	margin-bottom:0.1em; 
}
ol, ul 
{ 
	margin-top:0.7em; 
	margin-bottom:1.0em;  
	padding-left:3px;
	list-style-position: outside;
	list-style: none;
}
ol
{
	list-style-position: outside;
	padding-left:40px;

	list-style-type: decimal;
}

ol>li
{
	margin-bottom:5px;
}
ol>li>ol
{

	list-style-type:lower-alpha;
}
ol.decimal-leading-zero {
list-style-type:decimal-leading-zero;
}
ol.decimal {
list-style-type:decimal;
}
ol.lower-alpha {
list-style-type:lower-alpha;
}
ol.upper-alpha {
list-style-type:upper-alpha;
}
ol.lower-roman {
list-style-type:lower-roman;
}
ol.upper-roman {
list-style-type:upper-roman;
}
ol.noBullet {
list-style-type:none;
}
#content ul {
	
	/*
	list-style-image: url(/global-images/layout/icon-bullet.png);
	list-style-position: outside;
	*/
	list-style: none;
	margin-left:14px;
}
#content ul li, #col-b ul li
{
	margin-left:0px;
	padding-left:14px;
	margin-bottom:5px;
	line-height:1.35em;
	background: url(/global-images/layout/icon-bullet.png) no-repeat 0em .5em; 


}

li
{

}
p { font-size:1.0em; line-height:1.5em; margin:0.7em 0 1.0em 0; }
li > p { margin-top:0.2em; }
pre { font-family:monospace; font-size:1.0em; }

strong, b { font-weight:bold; }
em, i, .title { font-style:italic; }

/* class that makes text a little smaller than default size */
.smaller { font-size:.9em !important; }
/* class that makes text a lot smaller than default size */
.smallest { font-size:.8em !important; }

/* class for CUI registry disclaimer */
.disclaimer {
	font-size:.8em !important; }
	
/* class for CUI Heading */
.cuilarge {
	font-family: Arial,Verdana, sans-serif;
	/*font-family:Georgia,serif; */
	font-size:1.8em; 
	font-weight:normal; 
	margin-top:0; 
	color:#30302e;
	margin-bottom:0; 
	overflow:hidden; }

/* extra text styles */
#content h2 
{
	color: #30302e; 
	border-bottom:solid 6px #556b6f;
	padding-bottom:6px;
	font-style: normal;
	font-size:1.3em; 
	margin-bottom:20px;
}
#content h3
{ 
	color: #30302e; 
	border-bottom:dotted 2px #556b6f;
	padding-bottom:2px;
	font-style: normal;
	margin-top:10px;
	
}
.textColor6, 
#content h3.textColor6,
#content h2.textColor6 { color: #366; }

/* Added by pmc 12/14 */
#content h3.h3loans
{
  font-size: 1.2em;
  font-size: 1.2rem;
  border-bottom: none;
  padding-bottom:0px;
  font-style:bold;
  
  text-align: left;
  font-family: "Oswald";
  margin-top:10px;
  color: #7d3620; } 
