﻿body
{
    background: #ffffff;
    margin: 10px 0px;
    padding: 0px;
    text-align: center;
}
div#wrap
{
    width: 980px;
    margin: 0px auto;
    text-align: left;
}

a 
{
	color: #0000ff
}
p, span
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding: 0px
}

#logo
{
    width: 460px;
    height: 142px;
    float: left;
    background: url('Images/Logo.jpg');
}

#logobg
{
    width: 520px;
    height: 142px;
    float: left;
    background: url('Images/HeaderBG.jpg') repeat-x;
}

#nav
{
    clear: both;
    width: 912px;
    height: 49px;
    background: url('Images/NavBG1.jpg') repeat-x;
    padding-left: 68px;
}

#nav div
{
    height: 49px;
    line-height: 49px;
    font-family: "trebuchet ms", helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    float: left;
    padding: 0px 20px 0px 20px;
    border-right: solid 1px #A40118;
}

#nav div:hover
{
    background: url('Images/NavBG2.jpg') repeat-x;
}

#nav div a
{
    color: #ffffff;
    text-decoration: none;
}

#subnav
{
    width: 910px;
    height: 26px;
    background: url('Images/SubNav.jpg') repeat-x;
    line-height: 24px;
    font-family: "trebuchet ms", helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    padding: 0px 00px 0px 70px;
}

#subnav a
{
    color: #ffffff;
}
#subnav a:hover
{
    color: #FFCCCC;
}

.DivNV { display: none }
.DivV { display: block }

#header
{
    width: 980px;
    height: 176px;
    background: url('Images/Header.jpg');
}

#headerbot
{
    width: 980px;
    height: 15px;
    background: #CBCBCB;
    margin-bottom: 20px;
}

#content
{
    width: 980px;
    background: url('Images/ContentBG.jpg') repeat-y;
}

#contentl
{
    width: 227px; float: left;
}

#contentm
{
    width: 526px; float: left;
}

#contentm .contentmwrap
{
    width: 510px; padding: 0px 8px 0px 8px;
}

#contentr
{
    width: 227px; float: left;
}

#content div
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px 0px 10pt 0px;
	padding: 0px
}
#content p
{
	margin-bottom: 10pt;
	color: #333333;
}

#content h1
{
	font-size: 14pt;
	margin-bottom: 10pt;
	color: #58644D;
}

#content li
{
    font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#content div.sb1
{
    width: 227px;
    height: 25px;
    background: #000000;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    margin-top: 12px;
}

#content div.sb2
{
    width: 227px;
    height: 25px;
    background: #CF011F;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    margin-top: 12px;
}

#content ul.sb
{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}


#content ul.sb li a
{
    color: #333333;
    text-decoration: none;
	display: block;
	overflow: hidden;
	height: 22px;
}

#content ul.sb li a:hover
{
    color: #CF011F;
}



#copy
{
    text-align: center;
}

.admindgheader
{
	font-weight: bold;
}

.admin
{
	font-family: Arial;
	font-size: 10pt
}