body {
font-family: times, arial, courier;
font-size: 80%;
color: #141215;

}

div.spacer {
clear: both;
}

img {
border: none;
}



img.img_left {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

img.img_right {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

a {
color: #0A3255;
text-decoration: underline;
}

a:hover  {
color: #0A3255;
text-decoration: none;
}

form {
margin: 0px;
padding: 0px;
}

form fieldset {
margin: 0px;
padding: 0px;
border: none;
}

h1 {
font-size: 120%;
font-weight: bold;
margin: 0px;
padding-left: 5px;
padding-top: 10px;
padding-bottom: 10px;
color: #0A3255;
}


#standard_content h1 {
font-size: 190%;
color: #0A3255;
clear:both;
}
#location_content h1 {
font-size: 190%;
color: #0A3255;
clear:both;
}

#standard_content h2 {
font-size: 140%;
color: #0A3255;
clear:both;
}

#location_content h2 {
font-size: 140%;
color: #0A3255;
clear:both;
}


#standard_content h3 {
font-size: 130%;
color: #0A3255;
clear:both;
}

#location_content h3 {
font-size: 130%;
color: #0A3255;
clear:both;
}

#standard_content h4 {
font-size: 110%;
color: #0A3255;
clear:both;
}

/* generic table styles begin now */

table {
font-size: 100%;
border-collapse: collapse;
margin-top: 10px;
border: 1px solid #0A3255;

}




caption {
text-align: left;

padding-bottom: 10px;
font-weight: bold;
color: #0A3255;
font-size: 110%;
}

html>body caption {
padding-bottom: 0px;
}

table th {
background-color: #819CAF;
border: 1px solid #0A3255;
text-align: left;
padding: 5px;
color: #ffffff;
}

table td {
border: 1px solid #0A3255;
vertical-align: top;
text-align: left;
padding: 5px;
}


table td.background {
background-color: #DEE5EB;
}

table td.no_wrap {
white-space: nowrap;
}


