body {
font-size: 70%;
color: #000000;
font-family: arial, times, courier;
}

div.spacer {
clear: both;
height: 0px;
line-height: 0px;
}

a {
color: #000000;
}

a:hover {
text-decoration: none;
}

img {
border: none;
}

img.img_left {
float: left;
margin-right: 25px;
margin-bottom: 5px;
}

img.img_right {
float: right;
margin-left: 25px;
margin-bottom: 5px;
}

br.nix_frig 
{
    margin: 0px;
    padding: 0px;
    
}

/* generic form styles begin now */
form.main_form {
margin-bottom: 20px;
border: 1px solid #D9D9D9;
background-color: #F6F9F0;
padding-top: 15px;
padding-left: 10px;
width: 572px;
}

form.main_form fieldset {
padding: 0px;
border:  none;

}

form.main_form label.standard {
width: 175px;
margin-top: 5px;
}

form.main_form input.standard {
display: block;
width: 210px;
margin-top: 5px;
border: 1px solid #CCCAD5;
font-family: verdana, arial, courier, times, sans-serif;
font-size: 100%;
}

form.main_form textarea.standard {
display: block;
width: 300px;
height: 100px;
margin-top: 5px;
border: 1px solid #CCCAD5;
font-family: verdana, arial, courier, times, sans-serif;
font-size: 100%;
}

form.main_form select.standard {
display: block;
width: 210px;
margin-top: 5px;
border: 1px solid #CCCAD5;
font-family: verdana, arial, courier, times, sans-serif;
font-size: 100%;
}


form.main_form p.p_label {
padding-top: 10px;
width: 370px;
clear: both;
margin-bottom: 0px;
padding-bottom: 5px;
}





form.main_form div.check_column {
width: 180px;
float: left;
margin-left: 0px;
padding-left: 0px;
margin-top: 0px;
padding-top: 0px;
}

form.main_form label.check {
}

form.main_form input.check {
margin-right: 0px;
margin-left: 0px;
margin-top: 3px;
}



form.main_form fieldset.buttons {

margin-top: 20px;
padding-right: 0px;
margin-bottom: 10px;
clear: both;
}

form.main_form input.button {
background-color: #ffffff;
border: 1px solid #D9D9D9;
color:  #C0D645;
font-weight: bold;
font-size: 100%;

padding-left: 0px;
padding-top: 1px;
padding-bottom: 2px;
padding-right: 0px;
height: 25px;
}

html>body form.main_form input.button {
min-height: 25px;
}

p.form_error {
color: #CC3300;
font-weight: bold;
}

ul.form_error li {
color: #CC3300;
font-weight: bold;
}

/* generic table styles begin now */

table {
font-size: 100%;
border-collapse: collapse;
margin-top: 10px;
margin-bottom: 5px;
border: 1px solid #D9D9D9;
width: 572px;
background-color: #ffffff;
}

caption {
text-align: left;
padding-top: 20px;
padding-bottom: 10px;
font-weight: bold;
}

html>body caption {
padding-bottom: 0px;
}

table th {
background-color: #C0D645;
border: 1px solid #D9D9D9;
text-align: left;
padding: 5px;
}

table td {
/*border: 1px solid #D9D9D9;*/
vertical-align: top;
text-align: left;
padding: 0px;
}

table td table{
padding: 0px;
margin: 0px;
}

table td.no_pad {
/*border: 1px solid #D9D9D9;*/
vertical-align: top;
text-align: left;
margin: 0px;
}

table td.row_header_home {
background-color: #616b74;
padding: 4px;
padding-left: 17px;
padding-right: 0px;
color: #cd3200;

font-weight: bold;
border-bottom:3px solid #ffffff;
}
table td.row_header_home a
{
color: #FFFFFF;
/*text-decoration: underline;*/
}

span.white
{
color: #FFFFFF;
}

span.disabled
{
color: #949ea7;
}


table td.row_blank
{
border: none;
}

table td.row_header_home_countylinks
{
background-color: #c0c7d1;
padding: 0px;
margin: 0px;
padding: 4px;
padding-left: 17px;
padding-right: 0px;
color: #5b656e;
font-size: 110%;
}

table td.row_header_home_countylinks h2
{

border: 1px solid #000000;
}


table td.row_filled_home {
background-color: #d6dfe6;
padding-left: 3px;
padding-right: 3px;
}


table td.no_wrap {
white-space: nowrap;
}



p.link_pdf 
{
margin-top: 0px;
margin-bottom: 0px;
display: block;
}
p.link_pdf a 
{
padding-top: 1px;
padding-bottom: 2px;
padding-left: 20px;
padding-right: 1px;
background-image: url(/images/pictures/icon_pdf.gif);
background-repeat: no-repeat;
background-position: left;
}


p.link_word_doc 
{
margin-top: 0px;
margin-bottom: 0px;
display: block;
}
p.link_word_doc a 
{
padding-top: 1px;
padding-bottom: 2px;    
padding-left: 20px;
padding-right: 1px;
background-image: url(/images/pictures/icon_word.gif);
background-repeat: no-repeat;
background-position: left;
}


p.link_excel 
{
margin-top: 0px;
margin-bottom: 0px;
display: block;
}
p.link_excel a 
{
padding-top: 1px;
padding-bottom: 2px;    
padding-left: 20px;
padding-right: 1px;
background-image: url(/images/pictures/icon_excel.gif);
background-repeat: no-repeat;
background-position: left;
}


p.link_powerpoint 
{
margin-top: 0px;
margin-bottom: 0px;
display: block;
}
p.link_powerpoint a 
{
padding-top: 1px;
padding-bottom: 2px;
padding-left: 20px;
padding-right: 1px;    
background-image: url(/images/pictures/icon_ppt.gif);
background-repeat: no-repeat;
background-position: left;
}

p.link_webfile 
{
margin-top: 0px;
margin-bottom: 0px;
display: block;
}
p.link_webfile  a 
{
padding-top: 1px;
padding-bottom: 2px;
padding-left: 20px;
padding-right: 1px;    
background-image: url(/images/pictures/icon_ie.gif);
background-repeat: no-repeat;
background-position: left;
}


.red_text, form.main_form fieldset .red_text
{
color: #ff0000;    
}