*
{
    margin: 0;
    padding: 0;
}

img
{
    border-width: 0px;
}

table td
{
    vertical-align: top;
}

a:link, a:visited, a:active
{
	color: #92bf05;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #92bf05;
}

body
{
    background-color: #000;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #000;
    background-image: url(img/pattern.gif);
    background-position: 0 0;
    background-repeat: repeat;
}

#TopWrapper
{
    height: 139px;
    background-image: url(img/topBg.gif);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#Top
{
    height: 139px;
    width: 970px;
    margin: 0 auto;
    /*border: solid 1px #f00;*/
}

#Wrapper
{
    min-height: 500px;
    background-image: url(img/shadowBg.gif);
    background-position: 0 0;
    background-repeat: repeat-y;
    margin: 0 auto;
    width: 970px;
    padding-bottom: 100px;
}


#Logo
{
    padding: 50px 0 0 35px;
    float: left;
}

#MainNav
{
    float: left;
    padding: 22px 0 0 35px;
    height: 65px;
    width: 630px;
}


#MainNav p
{
    float: left;
    padding: 0 6px;
    border-left: solid 1px #807f7f;
    height: 35px;
    padding-top: 50px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

#MainNav a
{
    color: #fff;
}

#MainNav a.selected
{
    color: #92bf05;
}


#MainNav a:hover
{
	text-decoration: none;
	color: #92bf05;  
}

#MainNav p span
{
    display: block;
    color: #92bf05;
    font-size: 10px;
}

#Side
{
    float: left;
    width: 230px;
    margin-left: 70px;
    padding-right: 30px;
}

#Side ul
{
    list-style-type: none;
    margin: 0 0 20px 0;
}

#Side ul li
{
    background-image: url(img/Li.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0 0 10px 34px;
}

#Side ul li ul li
{
    background-image: none;
    padding: 0 0 10px 0;
}

#Side ul li ul
{
    margin: 10px 0 0 0;
}

#Side ul a
{
    color: #8f8f8f;
    font-weight: bold;
    font-size: 11px;
}

#Side ul a.selected
{
    color: #000;
}


#Side ul a:hover
{
	text-decoration: none;
	color: #92bf05;  
}


#Main, #Main2
{
    float: left;
    width: 582px;
}

#Main2
{
    color: #999;
}

#Main2 p
{
    padding: 0 0 10px 0;
}

#Main2 ul
{
    margin: 10px 0 0 20px;
}

#Main2 dd
{
    margin: 0 0 10px 0;
}

.FlashBig
{
    display: block;
    margin: 0 0 20px 0;
}

.bannSide
{
    margin: 0 0 15px 0;
}

.Col1
{
    float: left;
    width: 285px;
    margin-right: 21px;
    margin-top: 20px;
    border-right: solid 1px #ddd;
}

.Col2
{
    float: left;
    width: 262px;
    margin-top: 20px;
}

h2
{
    color: #767369;
    font-size: 14px;
    font-weight: bold;
    background-image: url(img/h2.gif);
    background-position: 0 0;
    background-repeat: repeat-y;
    padding: 3px 10px;
    margin: 0 0 10px 0;
}

h1
{
    color: #999;
    font-size: 21px;
    font-weight: bold;
}

.colContent
{
    padding: 0 10px;
    color: #999;
}

.colContent dl dd
{
    margin: 0 0 15px 0;
}

.colContent dl dt
{
    font-weight: bold;
}

#Footer
{
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 10px;
    color: #b4b4b4;
    border-top: dotted 1px #999;
    width: 800px;
    margin: 30px auto 0 auto;
}

#Footer a
{
    color: #b4b4b4;
    text-decoration: underline;
}

#Footer a:hover
{
    color: #b4b4b4;
    text-decoration: none;
}

#Footer span
{
    padding: 0 0 0 25px;
    background-image: url(img/mini.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}


#Bottom
{
    background-image: url(img/footer.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 970px;
    margin-bottom: 50px;
}


#FormZone
{
    margin: 20px 0 0 0;
}


#FormZone dt
{
    float: left;
    width: 200px;
    font-weight: bold;
    margin: 0 0 5px 0;
}


#FormZone dd
{
    float: left;
    width: 350px;
    margin: 0 0 5px 0;
}

#FormZone dd input
{
    width: 340px;
}

#FormZone dd textarea
{
    width: 340px;
    height: 200px;
}

#FormZone dd input.btn
{
    width: auto;
    font-weight: bold;
    padding: 2px 10px;
    font-size: 11px;
}

.Report
{
    font-weight: bold; 
    font-size: 11px;
    color: #568b00;
}


#frmSend input, #frmSend textarea
{
    background-color: #f2f5ec;
    border-width: 1px;
    border-color: ccc;
}





