﻿body 
{
    margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, San-Serif;
    color: #303030;
    background-color: #e3e3e3;
    font-size: 13px;
    line-height:130%;
}

.myWrapper
{
    width: 778px;
    margin-left: auto;
    margin-right: auto;
}


.myOuterBox
{
    background:url(../Images/background.gif);
    background-position: top;
    background-repeat: repeat-y;
    width: 778px;
    margin-left: auto;
    margin-right: auto;
}

.myInnerBox
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.myHeader
{
    background:url(../Images/3rd_presidents_club_header_new.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 750px;
    height: 376px;
}
.myFooter
{
    background:url(../Images/footer.gif);
    background-position: top;
    background-repeat: no-repeat;
    width: 778px;
    height: 129px;
    text-align:center;
    vertical-align:bottom;
    font-size:10px;
}

.myBanner
{    
    width: 750px;
    height: 133px;
}

.myNav
{
    width: 750px;
    height:45px;
    background:url(../Images/navBackground.gif);
    background-position: top;
    background-repeat: repeat-x;
    line-height:38px;
    text-align:center;
    font-weight:bold;
    
}

.myContent
{
    text-align: left;
    width:640px;
    margin-left: auto;
    margin-right: auto;
    padding-top:50px;
    padding-bottom:20px;
}

.myCopyRight
{
    font-size: 7pt;
    text-align: left;
    width:725px;
    margin-left: auto;
    margin-right: auto;
}

.textHeader
{
    font-size: 11pt;
    font-weight: bold;
    color:#8b0f04;
    padding-bottom: 6px;
       
}

.textHeader2
{
    font-size: 10pt;
    font-weight: bold;

}

.textBody
{
    font-size: 10pt;
}

.textSmall
{
    font-size: 13px;
}

a:link.hyperlinkRed { 
color: #8b0f04;
text-decoration: none;
}
a:visited.hyperlinkRed { 
color: #8b0f04; 
text-decoration: none;
}
a:hover.hyperlinkRed {
color: #8b0f04;
text-decoration: underline;
} 

a:link.hyperlinkGray { 
color: #303030; 
text-decoration: none;
}
a:visited.hyperlinkGray { 
color: #303030; 
text-decoration: none;
}
a:hover.hyperlinkGray {
color: #303030;
text-decoration: underline;
} 

ul 
{
 margin-left: .6em;
 padding-left: .6em;

 margin-top: 0em;
}

.GridView
{
   border:solid 1px blue;
}

.borderSide
{
   border-left:solid 1px white;
}

table.myTableBorder 
{
	border-width: 1px;
	border-style: solid;
	border-color: #8f8f8f;
	border-collapse: collapse;
	background-color: white;
}

table.myTableBorder td 
{
    border-width: 1px;
   	border-style: inset;
	border-color: #8f8f8f;
}
table.myTableBorder th 
{
    border-width: 1px;
   	border-style: inset;
	border-color: #8f8f8f;
	background-color: #e8cfcd;
	font-weight:bold;
	text-align:left;
}




.smallerText
{
    font-size:11px;
}
.gridviewUnderline
{
   border-bottom:dashed 1px #8b0f04
}
.linkSpacing
{
    line-height:200%;
}

.myLine
{
   border-bottom:solid 1px #8b0f04;
   width:100%;
   margin-bottom:4px;
}
.myBackToTop
{
    width:100%;
    text-align:right;
}

sup {
	vertical-align: baseline;
	font-size: 38%;
	position: relative;
	top: -1.6em;
	text-decoration:none;
	}
	
.italicDate
{
    font-style:italic;
    color: #303030;
    font-size: 11px;
}


