﻿
body
{
    background: #ebebeb;
    margin: 0px;
}

a
{
    color: #ebebeb;
    text-decoration: none;
}

a:hover
{
    color: firebrick;
}

img
{
    border: 0px;
    display: block;
}

.formInput
{
	width: 200px;
}

.formTextarea
{
	width: 360px;
}

.location
{
	font-size: 8pt;
	font-family: Verdana;
	color: darkgray;
	font-weight: bold;
}

.navlink
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
}

.mainNavContent
{
    width: 550px;
    background-color: #898989;
    border-bottom: solid 1px #252525;
    padding-left: 10px;
}

.altContentLink
{
	color: firebrick;
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
}

.altNavContent
{
    background-color: #898989;
    border-bottom: solid 1px #252525;
    padding-top: 2px;
    padding-bottom: 2px;
}

.pageHeader
{
    font-weight: bold;
    font-size: 10pt;
    color: #898989;
}

.fullContentText
{
    width: 540px;
    padding: 6px;
    margin-right: 5px;
    font-family: verdana;
    font-size: 8pt;
}

.leftContentText
{
    width: 270px;
    padding: 6px;
    float: left;
    margin-right: 5px;
    font-family: verdana;
    font-size: 8pt;
}

.rightContentText
{
    width: 270px;
    padding: 6px;
    float: right;
    font-family: verdana;
    font-size: 8pt;
}

.bold
{
	font-weight: bold;
    font-family: verdana;
    font-size: 8pt;
}

.centered
{
	margin-right: auto;
	margin-left: auto;
}

.contentLink
{
    color: firebrick;
}

.dynamicMenuStyle
{
    border-bottom: solid 1px #252525;
    border-left: solid 1px #252525;
    border-right: solid 1px #252525;
}

a.actionLink
{
	color: Black;
}

a.actionLink:hover
{
	color: #ebebeb;
}

.actionButton
{
	background-color: #ebebeb;
	padding: 2px;
	margin-bottom: 10px;
	width: 210px;
}

.actionButtonOver
{
	background-color: firebrick;
	padding: 2px;
	margin-bottom: 10px;
	width: 210px;
}

a.navActionLink
{
	color: #ebebeb;
}

a.navActionLink:hover
{
	color: Black;
}

.navActionButton
{
	background-color: firebrick;
	font-weight: bold;
    font-family: verdana;
    font-size: 8pt;
    
	width: 170px;
	padding: 2px;
	margin-bottom: 10px;
}

.darkgreenNavActionButton
{
	background-color: darkgreen;
	font-weight: bold;
    font-family: verdana;
    font-size: 8pt;
    
	width: 170px;
	padding: 2px;
	margin-bottom: 10px;
}

.navActionButtonOver
{
	background-color: #898989;
	font-weight: bold;
    font-family: verdana;
    font-size: 8pt;
    
	width: 170px;
	padding: 2px;
	margin-bottom: 10px;
}

.linkButton
{
	margin-left: auto;
	margin-right: auto;
}

.subscript
{
	font-style: italic;
    font-family: verdana;
    font-size: 7pt;
}