﻿body
{
    background-color: #004466;
    background-image: url("images/BG.jpg");
    background-repeat: repeat-x;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

/* Page Layout */
.divPageLayout
{
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.tablePageLayout
{
    border-right: #005000 10px solid;
    border-left: #005000 10px solid;
    margin: 0px auto;
    background-color: #ffffff;
}

/* Header */

.topHeader
{
    font-size: 12px;
    color: white;
    background-color: #339900;
}

.topLinks
{
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
    padding-bottom: 0px;
    color: white;
    padding-top: 0px;
    vertical-align: middle;
    text-align: center;
}

.topLink
{
    color: #ffffff;
}

.topMenuBar
{
    color: #339900;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: #005000;
}

.topMenuBarLink
{
    text-decoration: none;
    color: #ffffff;
}

.topMenuBarLink:hover
{
    text-decoration: underline;
}

/* Footer */

#footer
{
    width: 820px;
    height: auto;
    border-top: solid 10px #005000;
    border-bottom: solid 10px #005000;
    background-color: #005000;
    background-image: url('images/footerBG.png');
    background-repeat: repeat;
    margin: 0 auto;
    color: #ffffff;
    padding: 5px 5px 5px 5px;
}

#footerlinks
{
    font-size: smaller;
    margin-top: 15px;
    float: left;
    width: 700px;
}

#networking
{
    text-align: center;
    padding: 5px 5px 5px 5px;
    float: right;
    font-size: smaller;
    font-weight: bold;
}

/* Main Section */

.mainContent
{
    background-color: #ffffff;
    color: #000000;
    font-size: smaller;
    padding-top: 5px;
}

.pageHeader
{
    background-color: #005000;
    color: #ffffff;
    font-size: large;
    font-weight: bold;
}

input
{
    padding: 2px;
    border: 1px solid #005000;
    font: normal 11px Verdana, sans-serif;
    color: #696969;
    text-align: left;
}

input.button
{
    background-color: #339900;
    border: #005000 Solid 1px;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}

textarea
{
    padding: 2px;
	border:1px solid #005000;
	font: normal 11px Verdana, sans-serif;
	color: #696969;
}

select
{
    background-color: #fffffe;
    padding: 2px;
	border: solid 1px #005000;
	font: normal 11px Verdana, sans-serif;
	color: #696969;
}

a
{
    color: blue;
}

.infoBox
{
    padding: 10px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #ffe1e1;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    font-size: small;
    border: solid 2px red;
    font-weight: bold;
}
