﻿body {
    margin: 2px;
    color: navy;
    font-family: 'Lucida Bright' , 'Times New Roman';
}

p {
    text-indent: 20px;
}

td {
    color: navy;
    font-family: 'Lucida Bright' , 'Times New Roman';
}

a {
    color: steelblue;
    font-family: 'Lucida Bright' , 'Times New Roman';
    text-decoration: underline;
}

a:hover {
    color: royalblue;
    font-family: 'Lucida Bright' , 'Times New Roman';
    text-decoration: none;
}

a.header_link {
    color: steelblue;
    font-family: 'Lucida Bright' , 'Times New Roman';
    line-height: 22px;
    text-decoration: none;
    border-right: lavender 1px dotted;
    padding-right: 20px;
    border-top: lavender 1px dotted;
    padding-left: 20px;
    padding-bottom: 2px;
    border-left: lavender 1px dotted;
    padding-top: 2px;
    border-bottom: lavender 1px dotted;
    font-weight: bold;
}

a.header_link:hover {
    color: royalblue;
    font-family: 'Lucida Bright' , 'Times New Roman';
    line-height: 22px;
    text-decoration: none;
    border-right: lightblue 1px dotted;
    padding-right: 20px;
    border-top: lightblue 1px dotted;
    padding-left: 20px;
    padding-bottom: 2px;
    border-left: lightblue 1px dotted;
    padding-top: 2px;
    border-bottom: lightblue 1px dotted;
    background-color: ghostwhite;
    font-weight: bold;
}

a.no_link {
    color: navy;
    font-family: 'Lucida Bright' , 'Times New Roman';
    text-decoration: none;
}

.on_going{
    background-position: right top;
    background-image: url(Images/ongoing.gif);
    border-bottom: lightsteelblue 1px solid;
    background-repeat: no-repeat;}

.on_now{
    background-position: right top;
    background-image: url(Images/onnow.gif);
    border-bottom: lightsteelblue 1px solid;
    background-repeat: no-repeat;}

.on_soon {
    background-position: right top;
    background-image: url(Images/onsoon.gif);
    border-bottom: lightsteelblue 1px solid;
    background-repeat: no-repeat;
}

.gallery {
    background-position: left top;
    background-image: url(Images/photo_portrait.gif);
    background-repeat: no-repeat;
    border-bottom: lavender 1px solid;
    background-color: #ffffff;
}
    
.list_separator{
    border-bottom: lightsteelblue 1px solid;}

.title {
    color: steelblue;
    font-family: 'Lucida Bright' , 'Times New Roman';
    font-weight: bold;
    font-size: 24pt;
}

.title_sm {
    color: steelblue;
    font-family: 'Lucida Bright' , 'Times New Roman';
    font-weight: bold;
    font-size: 16pt;
}

.header_row {
    border-bottom: lightsteelblue 2px solid;
}

.body_row {
    background-image: url(Images/bkgd.gif);
    background-repeat: repeat-y;
    background-color: #f0ffff;
}

.footer_row {
    border-top: lightsteelblue 1px solid;
}

table.highlight
{
	background-color: white;
	border: lightsteelblue thin solid;
}

td.label {
    padding-top: 10px;
}

.textbox {
    color: royalblue;
    font-family: 'Lucida Bright' , 'Times New Roman';
    font-size: smaller;
    font-weight: bold;
}

.password {
    color: royalblue;
    font-family: 'Arial Black';
    font-size: smaller;
    font-weight: normal;
}

.textarea {
    color: royalblue;
    font-family: 'Lucida Bright' , 'Times New Roman';
    font-size: smaller;
    font-weight: normal;
}