span.small	{
	#font-size:smaller;
	}
	
p.small	{
	#font-size:smaller;
	}

h1{
	margin:0px;
	font-weight:bold;
	#font-size:large;
	margin-bottom:6px;
	color:#555555;
	}
h2{
	margin:0px;
	font-weight:200;
	margin-bottom:6px;
	padding-bottom:3px;
	#border-bottom:1px solid #ccc;
	color:#666666;
	}
h3{
	margin:0px;
	font-weight:bold;
	#font-size:11pt;
	margin-bottom:6px;
	color:#666666;
	}
h4 {
	margin:0px;
	font-style:italic; 
	#font-size:10pt;
	}

h5 {
	margin:0px;
	margin-bottom:6px;
	}
	
a {
	color:#3876B0;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}
	
a img
{
	border:none;
}
	
ul {
	margin-top:0px;
	margin-bottom:20px;
}
li
{
	margin-bottom:6px;
}
.req
{
	color:#900;
	margin-right:2px;
}
/* PAGE TOP TEXT: breadcrumb, logged in, headlines, etc */

#loggedInAs
{
	font-size:11px;
	text-transform:uppercase;
	
	#margin-bottom:-40px;
	margin-right:50px;
	float:right;
	text-align:right;
	color:#999;
}

#loggedInAs div, #loggedInAs span
{
	display:block;
	clear:right;
	margin-bottom:4px;
}

#loggedInAs #languageSelector{
	position:relative;
}

#loggedInAs .languageSelect
{
	margin-left:6px;
	font-size:12px;
}

.mobile #loggedInAs 
{
	float:none;
	text-align:left;
	margin-left:20px;
	margin-bottom:35px;
}

#breadCrumb
{
	font-size:11px;
	text-transform:uppercase;
	margin-left:50px;
	text-align:left;
	color:#999999;
	margin-bottom:20px;
}

#breadCrumb .location
{
}

.pageTitle-container 
{
	border-bottom:1px solid #a6a6a6;
	box-shadow:0px 17px 16px -20px #666;
	padding:0px 50px;
	margin-bottom:20px;
}
.pageTitle-container .pageSearch, .pageTitle-container .pageInstructions
{
	margin:0px;
}

.pageTitle
{
	color:#777;
	position:static;
	font-family:Ubuntu;
	font-size:2.4em;
	#text-indent:-54px;
	#margin-left:54px;
	line-height:95%;
	font-weight:200;
	margin-bottom:24px;
}

.mobile .pageTitle
{
	font-size:1.9em;
}

.pageTitle-icon
{
	position:relative;
	vertical-align:middle; 
	margin-right:8px;
	float:left;
	top:-8px;
}

.pageTitle-icon-hasOverlay
{
	position:absolute;
	vertical-align:middle; 
	margin-right:6px;
}

.pageTitle img {
	-webkit-filter: saturate(50%);
	-moz-filter: saturate(50%);
	-o-filter: saturate(50%);
	-ms-filter: saturate(50%);	
}

.mobilePageTitle
{
	color:#35487B;
	position:static;
	#font-family:arial;
	#font-size:large;
	font-weight:bold;
	margin-bottom:18px;
	text-indent:-38px;
	margin-left:38px;
	line-height:100%;
}
.homePageTitle
{
	color:#777;
	position:static;
	font-family:Ubuntu;
	font-size:2.4em;
	line-height:95%;
	font-weight:200;
	margin-bottom:18px;
}

.fauxlink
{
	color:#3876B0;
}