body
{
    margin-top: 0px;
    margin-left: 0px;
    background-color: Black;
    font-size: 100%;
    font-family: Century Gothic;
    color: #666666;
}

#divWrap
{
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

#divMain
{
    margin: 0 auto;
}

#divContent
{
    margin-top: 50px;
}
.divBg
{
    width: 1024px;
    height: 613px;
    border-bottom: solid 1px #ffba1d;
}
#divBgTall
{
    width: 1024px;
    min-height: 613px;
    border-bottom: solid 1px #ffba1d;
}
#divInnerContent
{
    width: 1024px;
    overflow: auto;
    height: 525px;
    position: relative;
    top: 75px;
}
/* text */
.divMainText
{
    font-family: Tahoma, Verdana;
    font-size: 14px;
    color: White;
    line-height: 20px;
}
.divMainTextBlk 
{
    color: Black;
}
.divMainTextSmall 
{
    font-size: 13px;
    line-height: 16px;
}
.divMainTextLarge 
{
    font-size: 18px;
 
}
.divGalleryImage
{
    width: 200px;
    height: 200px;
    float: left;
    border: solid 1px #cccccc;
    margin-right: 30px;
    margin-top: 30px; /* display: table-cell; vertical-align: middle;*/
    text-align: center;
}
.gallery
{
    border: solid 1px #000000;
    display: block;
    margin: auto;
}
.txtMain, .txtMainGrey, .txtMainRed 
{
   font-family: Tahoma, Verdana;
    font-size: 14px;
    color: black; 
    
}
.txtMainGrey 
{
      color: #666666; 
}
.txtMainRed 
{
      color: #990000; 
}
.divHistoryMenu
{
    color: #999999;
    font-weight: bold;
    text-align: center;
    width: 135px;
    height: 500px;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    font-size: 12px;
}
/* menu */
#divMenuHolder
{
    position: absolute;
    top: 10px;
    width: 1024px;
    height: 30px;
}
#divYellowLine
{
    height: 5px;
    position: absolute;
    width: 1024px;
    top: 40px;
    background-color: #ffba1d;
    border-bottom: solid 1px #ffba1d;
}
.divMenuDot
{
    margin-top: 0px;
    height: 5px;
    width: 16px;
    text-align: center;
    float: right;
    font-size: 16px;
    color: #ffba1d; /*  background-image: url(/images/menudot.gif);   background-position: 5px 7px;     background-repeat: no-repeat;*/
}
.divMenuOn, .divMenu
{
    width: 110px;
    height: 20px;
    text-align: center;
    float: right;
}
.divMenuText
{
    font-size: 10px;
    font-family: Tahoma, Verdana;
    margin-top: 4px;
}
.divMenuText a
{
    color: inherit;
    text-decoration: none;
}
.divMenuOn
{
    color: Black;
    background-color: #ffba1d;
}
.divMenu
{
    color: White;
    background-color: #6ea2c5;
}
.formBox
{
    width: 350px;
    height: 20px;
    border: solid 1px black;
    margin-top: 10px;
    font-weight: bold;
}

/* bottom links */
#divLinksHolder
{
    position: relative;
    top: 10px;
    left: 0px;
    width: 1024px;
    height: 20px;
}
.divLinksDot
{
    margin-top: 0px;
    height: 6px;
    width: 4px;
    text-align: center;
    float: right;
    margin-right:8px;
    margin-left:8px;
    background-image: url(/images/bullet_yellow.jpg);   background-position: 0px 0px;     background-repeat: no-repeat;
}
.divLink
{
    float: right;
}
/* button and history menu button */
.divButton,  .divButtonOn
{
    height: 21px;
    width: 135px;
    border: solid 1px #ffba1d;
    background-color: #6DA2C4;
    margin-bottom: 10px;
    text-align:center;
   
}
.divButtonHistory, .divButtonHistoryOn
{
    height: 21px;
    width: 135px;
    border: solid 1px #ffba1d;
    background-color: #6DA2C4;
    margin-bottom: 10px;
    margin-top: 10px;
    
}
.divButton a, .divButtonHistory a
{
    color: White;
}

.divButtonOn a, .divButtonHistoryOn a
{
    color: Black;
}
.divButtonOn, .divButtonHistoryOn
{
    background-color: #ffba1d;
}

.divButtonTextHolder
{
    margin: 0 auto;
    display: table;
    text-align: center; 
   
}
.divButtonTextHolderHistory
{
    margin: 0 auto;
    display: table;
    text-align: center;
}

.divButtonText
{
    font-family: Tahoma, Verdana;
    font-size: 12px;
    float: right;
    text-decoration: none;
    cursor:pointer;
    
}
.divButtonTextHistory
{
    font-family: Tahoma, Verdana;
    font-size: 12px;
    float: right;
    text-decoration: none;
    margin-top:3px;
    cursor:pointer;
}
.divButtonDot
{
    margin-top: 0px;
    height: 21px;
    width: 16px;
    text-align: center;
    font-size: 16px;
    color: #ffba1d;
    float: right;
    text-decoration: none;
    
}

.txtRedColour
{
    color: #9A1A27;
}
.txtGrayColour
{
    color: #6F7276;
}
/* admin styles */
.txtAdminMain
{
    font-size: 11.5px;
}