body {
background:#e3e3e3;
font-family:Arial, Helvetica, sans-serif;
voice-family:inherit;
font-size:small;
overflow:auto;
color:#333;
padding-bottom:30px;
margin:0;
}

h1 {
border-bottom:1px solid #ccc;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#001746;
font-size:185%;
font-weight:bolder;
margin: 1em 0 1em 0em;
line-height:1.2em;
}

h2,h3,h4,h5,h6 {
border-bottom:1px solid #ccc;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#333;
margin:.5em 0 0.2em;
}

li h1,li h2,li h3,li h4,li h5,li h6 {
border:none;
}

#header h1 {
border:0;
}

h2 {
font-size:150%;
font-weight:400;
}

h3 {
font-size:120%;
}

h4 {
font-size:100%;
}

h5 {
font-size:90%;
}

h6 {
font-size:90%;
border:0;
}

/************************ LINKS *****************************/

a {
outline: none; 
}

a:link {
font-weight:700;
text-decoration:underline;
color:#001746;
}

a:visited {
font-weight:700;
text-decoration:underline;
color:#333;
}

* html a:link {
font-weight:700;
text-decoration:underline;
color:#001746;
font-size:100%;
}

* html a:visited {
font-weight:700;
text-decoration:underline;
color:#333;
font-size:100%;
}

a:hover {
font-weight:700;
text-decoration:underline;
color:#000;
}

.link1 a:link,.link1 a:visited {
font-weight:400;
text-decoration:none;
color:#373737;
background:transparent;
}

.link1 a:hover,.link1 a:active {
font-weight:400;
text-decoration:underline;
color:#9D9D9D;
background:transparent;
}

/* temporary removal of the width 4/30/03 - LD hr {color:#ccc;background-color:#ccc;height:1px;border:0;width:100%;}
.blue {background-color:#FAFAFA} */
hr {
color:#ccc;
background-color:#ccc;
height:1px;
border:0;
}

.blue {
background-color:#FAFAFA;
}

/************************ IMAGES *****************************/
.pdf {
background:url("/images/icons/pdf.gif") left no-repeat;
padding:0 0 0 18px;
}

.doc {
background:url("/images/icons/doc.gif") left no-repeat;
padding:0 0 0 18px;
}

.ccb {
background:url("/images/icons/ccb.gif") left no-repeat;
padding:2px 0 0 10px;
}

.mail {
background:url("/images/icons/email.gif") left no-repeat;
padding:0 1px 0 12px;
}

.phone {
background:url("/images/icons/phone.gif") left no-repeat;
padding:4px 0 0 13px;
}

.print {
background:url("/images/icons/print.gif") left no-repeat;
padding:2px 0 0 14px;
}

.feed {
background:url("/images/icons/feed-icon-12x12.gif") center no-repeat;
padding:0 0 0 10px;
}

.sitemap {
background:url("/images/icons/sitemap.gif") left no-repeat;
padding:1px 0 0 14px;
}

.dhhs {
background:url("/images/icons/dhhs.gif") left no-repeat;
padding:2px 0 0 10px;
}

.sm {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
}

.purple {
color:#004990;
font-weight:700;
}

.green {
color:#ED3424;
font-weight:700;
}

.smallgray {
text-decoration:none;
font-weight:400;
font-size:90%;
color:#999;
}

.red {
color:#ED3424;
}

.left {
background-color:#FFF;
float:left;
padding-right:10px;
}

.file_size {
color:#666;
font-size:10px;
}

.ph {
color:#ED3424;
font-weight:700;
}

.95% {
font-size:95%;
}

.red_hover a:hover {
background-color:#ED3424;
}

/************************ LISTS *****************************/
.frontaya li {
list-style-image:url('/images/bullet.gif');
}

.star {
list-style-image:url('/images/icons/star.gif');
list-style-type:circle;
}

.segments {
list-style-image:url('/images/icons/video.gif');
list-style-type:circle;
}

/************************ FORM ELEMENTS *****************************/
input.textbox {
border:1px solid #C9C9C9;
color:#000;
}

textarea.textbox {
border:1px solid #C9C9C9;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:105%;
}

td.field {
font-size:11px;
padding-bottom:11px;
white-space:nowrap;
}

td.label {
font-size:12px;
font-weight:700;
padding-right:10px;
padding-bottom:11px;
white-space:nowrap;
text-align:right;
width:125px;
}

.ccabutton {
background-image:url(/images/blue_button_bg.gif);

background-repeat:repeat-x;
color:#FFF;
font-weight:700;
font-size:11px;
}

.searchbox {
color:#666;
font-size:95%;
border:1px solid #C9C9C9;
width:100px;
}

legend {
font-weight:700;
font-size:97%;
color:#000;
}

fieldset {
border:1px solid #C9C9C9;
margin-bottom:5px;
padding:10px;
}

.strong, .bold {font-weight:bold;}
.stronger, .bolder {font-weight:bolder;}
.clear {clear:both;}

.alert {
	background: #fff6bf url('http://www.naccrra.org/images/icons/exclamation.gif') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 8px 20px 8px 45px;
	border: 2px solid #ffd324;
	}
.alert p {margin:0; padding:5px;}

.quick-alert {
	width: 80%;
	margin:1em auto;
	padding: 8px 20px;
	background: #fff7bd;
	border: 1px solid #ffd324;
	color: #ED3424;
	font-weight: bold;
	text-align: center;  
 }