﻿body
{
    background: #2c2c2c url('/Images/BodyBG.png') repeat-y center top;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
div#wrap
{
    width: 980px;
    margin: 0px auto;
    text-align: left;
}

a 
{
	color: #0000ff
}
p, div
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0px;
	padding: 0px
}

#wrap #header
{
    width: 980px;
    height: 96px;
    background: #bcd088 url('/Images/HeaderBG.jpg') no-repeat left top;
} 

/*
#wrap #nav 
{
    width: 956px;
    height: 30px;
    padding: 0px 12px 0px 12px;
    background: url('/Images/NavBG.png') repeat-x;
    border-top: solid 1px #afbf81;
    border-bottom: solid 1px #c8d79a;
}

#wrap #nav div.left
{
    width: 800px;
    height: 30px;
    float: left;
}

#wrap #nav div.right
{
    width: 156px;
    height: 30px;
    float: left;
    text-align: right;
}

#wrap #nav div.left div 
{
    line-height: 30px;
    margin-right: 24px;
    float: left;
}

#wrap #nav div.left div a
{
    color: #f2f2f2;
    text-decoration: none;
    font-size: 11pt;
    font-weight: bold;
}

#wrap #nav div.left div a:hover
{
    color: #d8d8d8;
}
*/


#wrap #nav
{
    width: 956px;
    height: 30px;
    padding: 0px 12px 0px 12px;
    background: url('/Images/NavBG.png') repeat-x;
    border-top: solid 1px #afbf81;
    border-bottom: solid 1px #c8d79a;
}

#wrap #nav ul
{
    margin: 0px;
    padding: 0px;
    line-height: 32px;   
}


#wrap #nav li
{
    display: inline;
    margin: 0px 10px;
    list-style-type: none;
}

#wrap #nav li a
{
    text-decoration: none;
    color: #f2f2f2;
    font-size: 11pt;
    font-weight: bold;
}

div.subnav ul li a
{
    text-decoration: none;
    color: #666666;
    font-size: 11pt;
}

#wrap #nav li a:hover
{
    color: #d8d8d8;
}

div.subnav ul li a:hover
{
    color: #444444;
}

div.subnav
{
    border: solid 1px #b7cc7d;
    background: #bcd088 url('/Images/SubNavBG.png') repeat-x left top;
    padding: 4px 4px;
}


div.subnav ul
{
    margin: 0px;
    padding: 0px;
}


div.subnav li
{
    text-align: left;
    display: block;
    line-height: 25px;
    margin: 0px 10px;
    padding: 0px;
    list-style-type: none;
}

#wrap #content
{
    width: 964px;
    padding: 8px;
    background: #ffffff;
    overflow: auto;
}

#wrap #content #slideshow
{
    width: 400px;
    height: 300px;
    border: solid 1px #d6d6d6;
    float: right;
    margin: 0px 0px 8px 8px;
}

#wrap #content div
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0px;
	padding: 0px
}
#wrap #content h1
{
	font-size: 14pt;
	margin: 0px 0px 10pt 0px;
	color: #737988;
}
#wrap #content h2
{
	font-size: 12pt;
	margin: 0px 0px 10pt 0px;
}
#wrap #content h3
{
	font-size: 10pt;
	margin: 0px 0px 10pt 0px;
}
#wrap #content p
{
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#wrap #content li
{
    font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#wrap #content div.table table
{
    border: solid 1px #cccccc;
}

#wrap #content div.table table th
{
    height: 30px;
    background: #cccccc url('/Images/TableHeader.jpg') repeat-x left top;
    border: solid 1px #cccccc;
    color: #FFFFCC;
    font-size: 10pt;
    text-align: left;
}

#wrap #content div.table table th p
{
    color: #FFFFCC;
    font-size: 10pt;
    text-align: left;
}


#wrap #content div.table table td
{
    border: solid 1px #cccccc;
}

#wrap #copy
{
    clear: both;
    width: 980px;
    height: 36px;
    line-height: 18px;
    margin: 10px 0px 0px 0px;
    padding: 12px 0px;
    text-align: center;
    background: url('/Images/FooterBG.png') repeat-x;
}

#wrap #copy a
{
    color: #333333;
}

.admindgheader
{
	font-weight: bold;
}

.admin
{
	font-family: Arial;
	font-size: 10pt
}
