@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	border:0;
}
body {
	background-color:#FFF;
	color:#000;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}
body.fsSmall {
	font-size:12pt;
}
body.fsMedium {
	font-size:15pt;
}
body.fsLarge {
	font-size:18pt;
}

.backToTop {
	display:none;
}


/*  DIVS */
#commonBanner {
	display:none;
}
#agencyBannerOuterWrapper {
	display:none;
}
#breadcrumbBar {
	display:none;
}
#topNavigationBar {
	display:none;
}
#outerContentWrapper {
	margin:5px 5px 0 5px;
}
#rightColumn {
	display:none;
}
#leftColumn {
	display:none;
}
#bodyColumn {
	margin-left:5px;
	padding-left:5px;
}
#footerWrapper {
	margin-left:10px;
	padding-left:5px;
}
#footerTranslationsListContainer, #bpFooterLinks {
	display:none;
}


/*  FORMS  */



/*  TEXT  */
#topNavigationBar p {
	margin:0;
}
.content h1 {
	margin-top:0;
}
address {
	margin-left:30px;
}
#footerWrapper p {
	margin:0;
}


/*  LISTS  */
.flushListLeft {
	padding-left:15px;
}
.highlightList {
	padding-top:8px;
	padding-right:8px;
	padding-bottom:8px;
}
.alerts {
}


/*  IMAGES  */

/*  TABLES  */
.formsTable {
	font-size:0.9em;
}





/*  MISCELLANEOUS CLASSES  */
.clearLeft {
	clear:left;
	margin:0;
}
.clearRight {
	clear:right;
	margin:0;
}
.clearBoth {
	clear:both;
	margin:0;
}
.zeroMargin {
	margin:0;
}
.borderTopSolid2pxBlack { 
	border-top:2px solid #000;
}
.elementVisibility {
	visibility:hidden;
}
.indentAfterFirstLine {
	text-indent:-20px;
	margin-left:20px;
}
.positionOffScreen {
	position:absolute;
	left:-10000px;
}








#invalidAddressDiv, #unavailableErrorDiv, #reCaptchaWarning, #recaptcha_widget, #processing {
	display:none;
}

#formsAccordionMenu h3 {
	background:none;
	color:#000;
	border:none;
}
#formsAccordionMenu h3 a {
	color:#000 !important;
}
#formsAccordionMenu h3 span.ui-icon {
	display:none;
}
































/*  TEXT  */

.highlightList li p {
	color:#000;
}
.contentPageTimestamp {
}




/*  ANCHORS  */
#bodyColumn .content a {
	color:#000;
	text-decoration:underline;
}
#bodyColumn .content a.highlightListLink {
	color:#000;
	font-weight:bold;
	font-style:italic;
}



/*  LISTS  */
.highlightList {
	border:1px solid #CCC;
	list-style:disc;
	color:#333;
}
.content ol ol {
	list-style-type:lower-alpha;
}



/*  IMAGES  */


/*  TABLES  */
table.standardTable {
	background-color:#EBEBEB;
	border:1px solid #333;
	border-collapse:collapse;
}
.standardTable th, .standardTable td {
	border:1px solid #333;
}
.standardTable th {
	background-color:#BEBEBE;
}













/*  MISCELLANEOUS CLASSES  */
.announcement {
	font-weight:bold;
}
.small {
	font-size:0.9em;
}