﻿.body
{
    font-family:Arial;
}



.center{
    margin:0 auto;
    width:1024px;
    /*background-image:url('images/header.png');*/
    background-position:top;
    background-repeat:no-repeat;
    /*background-color:#F4E6C5;*/
    height:100%;
}

.topmenu
{
    
    position:relative;
    top:95px;
    /*left:227px;*/
    height:32px;
    width:1024px;
    font-family:'Arial Narrow','Liberation Serif';
    font-weight:bold;
}
.menuItemContainer
{
    position:relative;
    top:7px;
    left:10px;
    min-width:1024px;
}
.menuItem
{
    text-decoration:none;
    color:Black;
    font-weight:bold;
}
.menuItem2
{
    text-decoration:none;
    color:Black;
    font-weight:bold;
    margin-left:16px;
}
.menuItem2invisible
{
    text-decoration:none;
    color:#F4E6C5;
    font-weight:bold;
    margin-left:16px;
}
.menuItemFarRight
{
    text-decoration:none;
    color:Black;
    font-weight:bold;
    margin-left:200px;
}
.HeadingLRG
{
    color:#56006A;
    font-size:23px;
    font-weight:bold;
}

.SubHeading
{
    color:#56006A;
    font-size:16px;
    font-weight:bold;
}
.SubHeadingGray
{
    color:#2D3437;
    font-size:16px;
}

.SubHeadingBlack
{
    color:Black;
    font-size:16px;
    font-weight:bold;
}

.smallGrayText
{
    color:#2D3437;
    font-size:14px;
}

.vsmallGrayText
{
    color:#2D3437;
    font-size:12px;
}

.grayList
{
    color:#2D3437;
    font-size:16px;
}
.tblMain
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
   
}
.tblMainCont
{
     padding:5px 5px 5px 5px;
     background-color:#F4E6C5;
     width:100%;
}
.maincontent
{
    position:relative;
    top:242px;
    /*width:1024px;*/
    /*margin:0 auto;*/
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    color:#2D3437;
    /*background-color:#F4E6C5;*/
    
}

.secRight
{
    vertical-align:top;
    background-color:#F4E6C5;
    padding:100px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:25%;
    height:100%;
}

.secLeft
{
    background-color:#F4E6C5;
    padding:100px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    height:100%;
    width:25%;
    vertical-align:top;
}

.contactForm
{
    background-color:#BEBEBE;
}

.tblContactFormS
{
    background-color:#BEBEBE;
    margin:5px 5px 5px 5px;
    padding:3px 3px 3px 3px;
}

.inputBox
{
    width:99%;
}

.witness
{
    background-color:#D4CEDA;
    margin:3px 3px 3px 3px;
}

.dottedSeperator
{
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    color: #D4CEDA;
    background-color: #D4CEDA;
    height: 4px;
    width:80%;
}

.LeftBarQuotes
{
    margin:2px 2px 2px 2px;
    font-style:italic; 
    font-weight:bold;
    font-size:18px;
}

.dashedTable
{
    border-top-style:dashed;
    border-bottom-style:dashed;
    border-left-style:dashed;
    border-right-style:dashed;
    
    border-top-color:#D4CEDA;
    border-bottom-color:#D4CEDA;
    border-left-color:#D4CEDA;
    border-right-color:#D4CEDA;
    
    width:50%;
    margin:25px;
}
