body{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

/* DIVISIONS */
#commonBanner {
	display:none;
}
#agencyBanner {
	display:none;
}
#breadcrumbBar {
	display:none;
}
#leftColumn {
	display:none;
}
#rightColumn {
	display:none;
}
#bodyColumn {
	border:none;
	background-color:#fff;
	margin:10px;
	padding:5px;
}
* html #bodyColumn {
	margin:10px;
	padding:5px;
}
.footerWrapper {
	display:none;
}

.contentWrapper {
	background-color:#fff;
	background-image:none;
}

div#contentErrors
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #E40313;
	text-decoration: none;
	clear: right;
}

/* LISTS */


/* ANCHORS */
ul#departmentList li a, ul#quickLinksList li a {
	font-size:0.8em;
	font-weight:bold;
	color:#FFFFFF;
}
a {
	color:#000;
	text-decoration:none;
}


/* TEXT */
#bodyColumn h1 {
	border-bottom:2px solid #000;
	padding-bottom:3px;
}


/*
	FORMS
*/
legend {}
.noFieldsetBorder fieldset {}
.noFieldsetBorder fieldset legend {}
.indent20 p {}
p.labelTextFieldToolTipAndRequirements span a {}
input {
	display:none;
}


/*
	IMAGES
*/
img {
	display:none;
}


/*
	COMMON CLASSES
*/
.leftText {
	text-align:start;
}
.centerText {
	text-align:center;
}
.rightText {
	text-align:end;
}
.floatLeft {
	float:inline-start;
}
.floatRight {
	float:inline-end;
}
.redText {
	color:#f00;
}
.bold {
	font-weight:bold;
}
.redAsterisk {
	font-weight:bold;
	color:#f00;
	font-size:1.5em;
}

.errorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #E40313;
	text-decoration: none;
}
.announcement{
	border-bottom:2px solid #000;
	padding-bottom:5px;
}
.sectionHeader {
	padding:2px 0px;
}