﻿/* CSS layout */
body
{
    background-color: #999966;
}
a
{
color: Blue;
}
#MainPage
{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #999966;
    border-width: 0px medium 0px 0px;
    border-color: #C0C0C0;
    border-style: solid;
}
#masthead
{
    width: auto;
    height: auto;
}
table.topNavBar
{
    height: 30px;
    width: 100%;
    background-color: black;
}
td.top_nav
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}
table.TopNavMenu
{
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}
td.TopNavMenu
{
    /*	border:thin #660033 groove;	*/
    color: yellow;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: small;
    white-space: nowrap;
}
td.LoginStatus
{
    color: Navy;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    width: 100%;
}

.WelcomeLabel
{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: small;
}


a.TopNavLink
{
    color: yellow;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
}
a.TopNavLink:hover
{
    color: #009933;
    text-decoration: underline;
}

div#leftNavMenu
{
    width: 100%;
}

table.LeftNavBar
{
    azimuth: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

hr.LeftNavMenuDivider {
  height: 1px;
  color: #000000;
}

td.LeftNavMenu
{
    /*	border:thin #660033 groove;	*/
    azimuth: center;
    text-align: center;
    padding-top: 5px;
    color: yellow;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: small;
}
a.LeftNavLink
{
    color: yellow;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
}
a.LeftNavLink:hover
{
    color: #009933;
    text-decoration: underline;
}

#container
{
    position: relative;
    width: 100%;
    height: 100%;
}

#left_nav
{
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    color: #000080;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #000080;
}
div.left_nav_imgFrame
{
    azimuth: center;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    border: 2px maroon ridge;
}
.galleryImgObj
{
    azimuth: center;
    width: 100px;
    height: 100px;
}
#page_content
{
    vertical-align: top;
    azimuth: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #999966;
    min-height: 600px;
    padding: 10px;
    width: 100%;
    height: 100%;
}
#footer_spacer, #footer
{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    margin-left: 125px;
    height: 50px;
    background-color: #000080;
}
h2
{
    color: #000000;
}
tr.PageFooter
{
    width: 100%;
    border-top: thick;
    border-top-color: white;
    border-top-style: solid;
}
img.GalleryPreviewTH
{
    width: 50px;
    height: 50px;
    margin: 2px;
}
.MeetingHeader
{
    margin-left: 20px;
    font-weight: bold;
    font-size: 12pt;
}
.MeetingNotes
{
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
}

hr.DividerThin
{
    height: 1px;
}

.Newsletter_Reference
{
    display: block;
}

div.ContestRules
{
    margin-left: 20px;
}
