﻿body
{
    background-color: #cfd2d7;
    font-family: Arial, Myriad Pro, HelveticaNeue-light, Helvetica Neue, Lucida Grande, helvetica, calibri, arial, sans-serif;
    font-size: 10pt;
    line-height:1.5;
    color: #211B15;
}

a:link
{
	color: #db4105;
	text-decoration: underline;
}

a:visited
{
	color: #db4105;
	text-decoration: underline;
}

H1
{
	color: #e96f35;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
}

H2
{
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top:8px;
}

H3
{
	color: #e96f35;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

H4
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	background-color: #33332d;
}

.topMasterRow
{
    width: 971px;
    margin: 0 auto;
    height: 50px;
    text-align: right;
    background-repeat: repeat-x;
    background-image: url('images/donkeyHooves.png');
    _background-image: none;
}

.logoHeaderRow
{
    height: 80px;
    width: 100%;
    background-color: White;
    margin-bottom:10px;
}

.main
{
    width: 971px;
    margin: 0 auto;
    padding-bottom:5px;
}

.mainContent
{
    width:940px;
    padding-left:15px;
    padding-right:15px;
    padding-top:0px;
    padding-bottom:50px;
    background-color: White;
    float:left;
    text-align:left;
}

.headerRibbon
{
    width: 1002px;
    height: 81px;
    margin: 0 auto;
    background-image: url('images/headerRibbon.gif');
    background-repeat:no-repeat;
}

.logoHeader
{
    height: 80px;
    width: 300px;
    background-image: url('images/gdLogo.gif');
    background-repeat: no-repeat;
    background-attachment: scroll;
    float: left;
}

.logo
{
    display:block; width:300px; height:80px;
    }

#headerMenu
{
    height: 80px;
    float: right;
    color: #b7b7b9;
    padding-top: 8px;
}

#footer
{
    width: 970px;
    margin: 0 auto;
    text-align: right;
    /*color: #808186;*/
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    clear:both;
}

#footer A:visited, #footer A:link, #headerMenu A:link, #headerMenu A:visited, #footer
{
	color: #808186;
	text-decoration: none;
	font-size:14px;
	padding-left:5px;
}

#headerMenu A:hover, #footer  A:hover
{
	color: #808186;
	text-decoration: underline;
}

#Copyright
{
    width: 970px;
    margin: 0 auto;
    text-align: center;
    color: #666666;
    padding-bottom: 5px;
    }

div#middle
{
    padding: 0px 160px 5px 160px;
    margin: 0px;
    width: 970px;
    height: 80px;
    background-color: White;
}


div#left
{
    float: left;
    height: 80px;
    background-color: White;
}

div#right
{
    float: right;
    height: 80px;
    background-color: White;
}

/*
input[type="button"]
{
    font-size:18px; font-weight:bold; color:#666666;
    Background-color:Blue;
}
*/
