﻿body 
{
    background-color:#ffffff;
    font-family: Verdana, Sans-Serif;
    font-size:11px;
    text-align:center;
    margin: 0px 0px 20px 0px;
}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

#wrapper
{
    width:800px;
    margin:0px auto;
    background-color:#FF3300;
    text-align:left;    
}

#header
{
    clear:both;
    background-color:#D72E03;
    height:280px;
}

.srchBox
{
    font-size:10px;
}
.srchButton
{
    font-size:10px;
}

#header .catch
{
    /*width:595px;*/
    text-align:center;
    font-size: 17px;
    /*float:left;    */
    /*color:#D9D9D9;*/
    color:#FFCC00;
    letter-spacing:1px;
    font-weight: bolder;
    vertical-align:bottom;
    padding: 5px 0px 4px 5px;
}

#header .search
{
    width:195px;
    padding: 4px 5px 4px 0px;
    float:left;
    text-align:right;
}

#content
{
    width:800px;
    float:left;
}


#content .cmenu
{
    width:175px;
    color:#ffffff;
    padding: 5px 2px 2px 2px;
}

#content .cbody
{
    width:600px;
    padding:10px;
    background-color:#D9D9D9;
}

#content td
{
        vertical-align:top;
}

.box
{
    width:280px;    
    margin:0px auto;
}

.box .title
{
    color:#000000;
    font-weight:bold;
    background-color:#FFCC00;
    padding:5px;
    
}

.box .boxCopy
{
    background-color:#EFEDED;
    border-bottom:1px solid #B2B1B1;
    border-left:1px solid #B2B1B1;
    border-right:1px solid #B2B1B1;
    padding:5px 5px 2px 5px;
}

.box .boxFoot
{
    text-align:right;
}

.boxSponsor
{
        text-align:center;
      width:150px;    
          margin:0px auto;  
}

.boxSponsor .title
{
    background-color:#797878;
    padding:2px;
    color:#000000;
    font-weight:bold;
}

.boxSponsor .logo
{
background-color:White;
border-bottom:1px solid black;
padding: 5px 2px 5px 2px;
color:Black;
font-weight:normal;
}

#footer
{
    text-align:center;
    padding:10px 0px 5px 0px;
    color:White;
    clear:both;
    background-color:#D72E03;
}

h1
{
    border-bottom:1px solid black;
    background-color:#FFCC00;
    font-weight:bold;
    font-size:14px;
    text-align:center;
    padding:2px 0px;
}

h2
{
    border-bottom:1px solid black;
    background-color:#F5DEB3;
    width:auto;
    font-weight:bold;
    font-size:12px;
    text-align:left;
    padding:2px 2px;
}

h3
{
    border-bottom:1px solid black;
    background-color:#f7efdf;
    width:auto;
    font-weight:bold;
    font-size:11px;
    text-align:left;
    padding:2px 2px;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}

img.black
{
    border:1px solid black;
}

img.bullet
{
    vertical-align:middle;
    width:5px;
    height:5px;
}

.divpopup
{
   background-color:#ffffff;
   border:solid 1px black;
   font-family:Arial;
   padding:4px;
   font-size:12px;
   margin-top:5px;
   margin-bottom:5px;
}

ul .convention
{
    padding:0px;
    margin:0px;
    display:inline;
}

.convention li
{
    font-size: 9px;
    margin:0px;
    padding:0px;
}
        
.allCaps
{
text-transform:uppercase;
}

