.hang {
        text-indent: -24px;
        margin-left: 60px;
}

.hang_no_indent {
        text-indent: 0px;
        margin-left: 60px;
}

.in_focus {
	text-decoration: italic;
	font-size: 150%;
	letter-spacing: 1.5px;
	font-weight: bold;
}

/* fixes the color of visited links */
#main
a:visited, .ibox a:visited{
  color: #660099;
}

/* Pads the main content to make a space between the left menu and main body */

#main {
	padding: 10px 20px 10px 20px;
}

/* Used on the Promo form - and possibly elsewhere */
div.errorbox {background: #FFFFAA; border: 1px dashed #D41F00; padding: 20px; margin: 0 20px 0 20px;}
div.formbox {background: #eeeedd; border: 1px solid #DDD; padding: 10px; margin: 0 10px 0 10px;}
th.promo {background: #CACABC; border-bottom: 1px solid #FFF; padding: 8px; text-align:left; font-size: 90%; }
tr.item {padding: 8px; font-size: 94%; vertical-align: top;}
td.desc {border-bottom: 1px solid #CACABC;}
td.center {text-align: center;}
div.smallformbox {background: #eee; border: 1px solid #DDD; padding: 10px; margin: 20px; font-size: 95%;}

.red { color: #CC0000;
}


/* Used in the display of information on state pages */

.grey {
	background-color: #E3E3E3;
}


/* Used to style the errors in the Captcha system*/

#captcha_table .error{
    background: #fee; /* light red background */
}

/*Extra space around the given element */
/*used in staff listing */

.extra_space_bottom {
	padding-bottom: 20px;
}

/* used for the external links footer */

.extra_space_before {
	margin-left: 10px;
}

/* Used for the Outreach Library table */

.italics {
	font-style: italic;
}

/*used on the RFPs and Sub-contracts when they are no longer available */

.award_notice {
	text-align: center;
	letter-spacing: 1px;
	background: #FFFF00
}

/*Used to create blue text in main content area*/

.bluetext {
color: #000080;


}


