body
{
    background-color:#c3c3c3;
    font-family:Verdana;
    font-size:11px;

}

a
{
    color:#4e39b8;
    text-decoration: none;
}

h1
{
    color:#1761c7;
    font-size:24px;
}

h2
{
    color:#1761c7;
    font-size:18px;
}

h3
{
    color:#cccccc;
    font-size:16px;
}
h4
{
    color:#cccccc;
    font-size:14px;
}
h5
{
    color:#cccccc;
    font-size:12px;
}

.richtext p
{
    font-family:Verdana;
    font-size:12px;
    color:#535353;
}

p.text
{
    font-family:Verdana;
    color:#333333;
    font-size:14px;
}

.siteHolder
{
    position:absolute;
    left: 50%; 
    width: 900px;
    margin-top:15px;
    margin-left: -450px; /* half of the width */
    text-align: left;
    /*background-color:#000000; */
    float:left;  
}

.siteBgTop
{
    width:900px;
    background-color:Transparent;
    /*height:19px;*/
    /*background-image: url(/images/siteBg/siteTop.jpg);
    background-repeat:no-repeat;*/
}
.siteBgMidd
{
    float:left;
    width:900px;
    background-color:#ffffff;    
}
.siteBgBottom
{
    float:left;
    width:900px;
    background-color:Transparent;  
}


.header
{
    float:left;
    width:900px;
    height:131px;
    /*background-image: url(/images/sitebg/HeaderBG.jpg);*/
}

.horizontalMenu
{
    float:left;
    width:900px;
    border-bottom:dashed 1px #c3c3c3;
    border-top:dashed 1px #c3c3c3;
    height:30px;    
    margin:0 0 2px 0;
    background-repeat:repeat-x;
}

.subMenuBG
{
    float:left;
    /*background-image: url(/images/menu/subMenuBG.jpg);
	background-repeat:repeat-y;*/
}

.middleSection
{
    float:left;
    width:900px;
}

.menuLeftHolder
{
    float:left;
    padding-top:15px;
    width:170px;
    min-height:400px;
}

.contentholder
{
	display:block;
    padding:20px 20px 20px 20px;
    width:690px;
    min-height:400px;
    float:left;
    /*border-left: solid 1px #000000;*/
    background-image: url("/images/menu/SubMenuShadow.gif");
    background-repeat:no-repeat;
    color:#000000;
}
.contentholderWide
{
    padding:20px 20px 20px 20px;
    width:860px;
    min-height:400px;
    float:left;    
    background-color:#ffffff;
    color:#000000;
}

.fotter
{
    float:left;
    width:900px;
    height:74px;
    /*background-image: url(/images/sitebg/fotterBG.jpg);
    background-repeat:no-repeat;*/
    background-color:#ffffff;
    border-top: solid 1px #c3c3c3;
    color:#000000;
}
