
html{
	margin:0px;
	padding:0px;
}
*{
	margin:0px;
	padding:0px;
}
a img{
	border:none;
    outline:none	
}
body{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	position:relative;
}
#centerer{
	margin:0px auto;
	max-width:1000px;	
	width:100%; /* from .fullwidth 20202-05-08*/
}	
/*
.fullwidth #centerer{
	width:100%;
	margin:0px 20px;	
}
*/
br.clearer{
	clear:both;
	line-height:0px;	
}
.image-preloader{
	position:absolute;
	height:0px;
	width:0px;	
	background-position:-9999px -9999px;
	background-repeat:no-repeat;
}
table{
	border-collapse:collapse;	
}
a:link, a:visited{
	color:#1378F4;	
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}
h1{
	font-size:1.7em;
	margin-left:10px;
}
h1{
	font-size:1.7em;
	font-weight:normal;
	margin:15px 0 10px 0;
}
h2{
	margin:15px 0px 8px 0px;
	font-size:1.4em;
	font-weight:normal;
	color:#003366;
}
h3{
	margin:15px 0px 8px 0px;
	font-size:1.3em;
	font-weight:normal;
	color:#003366;
}
h3 a:link, h3 a:visited{
	text-decoration:none;
}
h3 a:hover{
	text-decoration:underline;
}
h4{
	font-size:1.2em;
	color:#003366;
	font-weight:normal;
}
h4.h4-subtitle{
	margin:-7px 0px 10px 5px;
	font-weight:normal;
	font-size:1.2em;
	color:#003366;
}
/* CLEARFIX (https://css-tricks.com/snippets/css/clear-fix/) */
.group:before,
.group:after {
  content: "";
  display: table;
} 
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* ADMIN CONTROLS */
.adminControls{
	background-color: #FFD7AD;
}
.adminHint{
	display:none;
	background-color: rgba(255,161,68,0.7);
	font-size:14px;
	color:#FFF;
	border-radius:4px;
	padding:2px;
	position:absolute;
	top:-10px;
	left:-50px;
	line-height:normal;
	font-family:monospace;
}
body.showAdminHints .adminHint{
	display:block;	
}

/* MASTHEAD */
#masthead{
	max-width:1000px;
	width:100%;
}
#masthead a, #masthead a:link, masthead a:visited{
	text-decoration:none;
	color:#FFF;
}	
#masthead-message{
	padding:20px;	
}
.masthead-message-error{
	color:#AA1A17;	
	background-color:#FFDFD8;
}
.masthead-message-success{
	color:#37AA17;
	background-color:#DFF2E9;	
}
.masthead-message-warning{
	color:#593F26;
	background-color:#FFDA95;
}
#masthead-message ul{
	margin:5px 20px;	
}
/* TEXT */
.text-notice{
	border:1px solid #006F9E;
	background-color:#e3eef2;
	padding:10px;
}
.text-notice h4{
	font-size:1.1em;
	text-align:center;
	font-weight:bold;
}
.de-emphasize{
	font-style:italic;
	color:#AAAAAA;	
}
.sidenote{
	font-style:italic;
	color:#666666;	
}
.fyi{
	vertical-align:middle;
}

/*LINK VARIATIONS*/
.link-button:link, .link-button:visited{
	display:inline-block;
	padding:10px 20px;
	margin:10px;
	background-color:#006F99;
	color:#FFFFFF;
	text-decoration:none;
	border-radius:6px;
}
.link-button-small:link, .link-button-small:visited{
	padding:5px 10px;
	margin:5px;
	border-radius:5px;
	font-size:0.9em;
}
.link-button:hover{
	background-color:#003366;
}
a.link-white:link, a.link-white:visited{
	color:white;
	text-decoration:underline;	
}
/*FOOTER*/
#footer{
	clear:both;
	font-size:0.9em;
	padding:20px 10px;
	border-top:1px solid #CCCCCC;
}
#footer{
	clear:both;
	font-size:0.9em;
	padding:20px 10px;
	border-top:1px solid #CCCCCC;
}
.footer-column{
	float:left;
	margin-left:3%;
}
#footer-contact{
	border-left:1px solid #CCCCCC;
	padding-left:6px;
}
#footer-contact img{
	vertical-align:text-bottom;
}
#footer-contact a:link, #footer-contact a:visited{
	display:block;
	padding:4px;
	text-decoration:none;
}

/* COMMON ELEMENTS */
table.table-default tr.oddrow{
	background-color:#EEE;	
}
table.table-default td, table.table-default th, table.table-borders td, table.table-borders th{
	border:1px solid #CCC;
	padding:5px 7px;
}

/*PAGINATOR*/
.paginator {
    text-align: center;
    padding: 10px 0px;
    border: 1px solid 
    #CCC;
}
.paginator-pageBtn, .paginator-currentPage{
    display: inline-block;
    width: 30px;
    padding: 4px 0px;
    text-align: center;
    border: 1px solid #ccc;
	border-radius: 4px;
	text-decoration: none;
}
.paginator-currentPage{
	font-weight:bold;
	background-color:#D7E6FF;
}
.paginator-pageBtn:hover{
	color:#FFF;
	background-color:#1378F4;;
}

