html, body {
    height: 100%;
}
body, table {
    color: black;
    background-color: white;
    font: 12px/1.5 arial, verdana, arial, helvetica, sans-serif;
}
table td.bluebkgnd {
      color: black;
    background-color: #A9BEDD; 
    font: 12px/1.5 arial, verdana, arial, helvetica, sans-serif;     
    -moz-border-radius: 18px;
}

body {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font: 17px arial;
    font-weight: bold;
}
h1 { font-size: 16px; }
h2 { color: navy;     }
h3 { font-size: 12px; }
td {
    vertical-align: top;
}

#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}
html>body #container {
    height: auto;
}
#body {
    margin: 15px;
    padding: 15px;
    border: 1px solid #0000DE;
    -moz-border-radius: 18px;
}
#spacer {
    height: 25px;
}
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: white url('images/footer-background.gif') repeat-x scroll bottom left;
}
#footer img {
    float: right;
}

#header {
    background: white url('images/header-background.gif') repeat-x scroll top left;
    padding: 0;
    margin: 0;
    height: 100px;
}
#logo {
    padding: 0;
    margin: 0 !important;
    width: 450px;
    height: 97px;
}
#pics {
    width: 337px;
    height: 66px;
}
#menu {
    text-align: center;
    width: 338px;
    height: 28px;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
    line-height: 28px;
    vertical-align: middle;
    color: WHITE;
    font-weight: bold;
    background: #6680B0 url('images/menu-background.gif') no-repeat scroll top left; /* #6680B0 */
}

#menu a:link, #menu a:visited, #menu a:active {
    color: white;
    text-decoration: none;
}

#menu a:hover {
    color: yellow;
}

input.button {
    font: 14px Tahoma;
    font-weight: bold;
    font-style: italic;
    color: #1C2F69;
    background-color: white;
    border: 2px solid red;
    cursor: pointer;
    text-decoration: none;
    -moz-border-radius: 14px;
}
.required {
    color: red;
}
.error {
    color: red;
    font-weight: bold;
}

.thin_bdr_table {
	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.thin_bdr_table2 {
	border-style: solid;
	border-color: #7F9DB9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.thin_bdr_row 
{
	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}