html
{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body
{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font: normal 12px Arial, Verdana, Arial, Helvetica, sans-serif;
    line-height:16px;
    color: #000000;
    background: #afafb1 url('/img/bggradient.jpg' ) repeat-x scroll left top;
}
#Page
{
    width: 980px; 
    margin-right: auto;
    margin-left: auto;  
}

#Header
{
    height: 100px;
    width: 970px;
    background: #ffffff;
    padding:5px 5px 5px 5px;
    clear: both;
    border:solid 0px red;
}
#Header H3
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    height: 25px;
    font: bold italic 15px "trebuchet ms", Serif, Arial, Helvetica;
    color: blue;
}
#Header #Logo
{
    float:left;

}
#Header #HeaderAds
{
    float:right;
    border-left:solid 1px gray;    
}

#Footer
{
    margin: 0px;
    background: #ffffff url('../img/footer.jpg' ) repeat-x scroll left top;
    width: 980px;
    height: 27px;
    margin: 0px 20px 20px 0px; 
    color: #000000;
    clear: both;
    border:solid 0px green;
}
#Footer p
{
    font: bold 12px "trebuchet ms", Serif, Arial, Helvetica;
    line-height: 19px;
}



#TopMenu
{
    width: 980px;
    padding-top: 10px;
}
#TopMenu ul
{
    margin: 0px;
    padding: 0px;
    float:left;
}
#TopMenu li
{
    margin: 0px;
    padding: 0px;

    display: inline;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}
#TopMenu li a
{
    margin: 0px 0px;
    padding: 0px 7px;
    margin-right: 4px;
    float: left;
    font: bold 12px "trebuchet ms", Serif, Arial, Helvetica;
    text-decoration: none;
    color: #FFFFFF;
    border: solid 1px transparent;
	/*set an unused color to be index color*/
	_border-color:tomato; /*For IE6-*/
	/*then remove this indexed color*/
	_filter:chroma(color=tomato);/*For IE6-*/
    line-height: 25px;
}
#TopMenu li a.here, #TopMenu li a.here:hover
{
    background-color: #ffffff;
    border: solid 1px #ffffff;
    color: #000000;
}
#TopMenu li a:hover
{
    background-color: #ffffff;
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    color: #000000;
}
#TopMenu li a.menulast
{
    margin-right: 0px;
}
#TopMenu input
{
    background-color: #ffffff;
    height: 19px;
    font-size: small;  
    border: solid 0px Black;  
}

#TopMenu #TopMenuSearch
{
    float: right;
}
#TopMenu #TopMenuSearch, input
{
    width:200px;
}
#TopMenu, img
{
 border: none;   
}




#ContentWrapper
{
    width: 980px;
    margin: 0px 20px 0px 0px;
    background-color: #ffffff;
    padding-bottom: 20px;
    border: solid 0px green;
    overflow: hidden;
    clear:both;
}
#Left
{
    width: 770px;
    float: left;
    border: solid 0px indigo;
    min-height: 800px;
    height: 1000px;
    height:auto;
    clear: both;
}
#Right
{
    width: 165px;
    margin-left:20px;
    float: left;
    border: solid 0px orange;
    min-height: 100%;
}

#LeftMenu
{
    position:absolute;
    width: 210px;
    top:150px;
    left:50%;
    margin-left:-480px;
    text-align: left;
    padding: 5px 0px 20px 10px;
    border: solid 1px gray;
    height: 500px;
    overflow:auto;
    overflow-x:hidden;
}
#LeftMenu span
{
    display:none;
}
#LeftMenu ul
{
    margin: 0pt;
    padding: 0pt;
}
#LeftMenu li
{
    margin: 0pt;
    padding: 0pt;
    display: inline;
    font: normal 12px "trebuchet ms", Serif, Arial, Helvetica;
    line-height: 20px;
}
#LeftMenu li a
{
    margin: 0pt;
    display: block;
    text-decoration: none;
    color: #000000;
    padding-left: 10px;
}
#LeftMenu li a:hover
{
    color: #666666;
}
#LeftMenu ul li
{
    font-size: 10pt;
}







#Content
{
    padding: 0px;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #e1e1e1;
    min-height: 500px;
    height:auto;
    width: 520px;
    text-align: left;
    float: right;
    color: #333333;
}
#Content strong
{
    font-weight: bold;
    font-size: 12px;
}

#Content a
{
    color: #008000;
    text-decoration: none;
}
#Content a:hover
{
    color: #008000;
}

#StateListWrapper
{
    width:500px;
    border:solid 0px green;
    padding: 5px 5px 5px 5px; 
}
#StateListWrapper a
{

    color: Blue;
    text-decoration: underline;
}


.ContentBorder
{
    padding: 0px;
    width: 522px;
    text-align: left;
    float: right;
}
#ContentRight
{
    padding: 0px;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #e8ecf7;
    min-height: 500px;
    width: 165px;
    text-align: left;
    float: right;
}
.ContentRightBorder
{
    padding: 0px;
    width: 167px;
    text-align: left;
    float: right;
}






a
{
    color: #FFFFFF;
}
a:hover
{
    color: #000000;
}


p
{
    margin: 0px 10px 5px 10px;
    padding-top: 5px;
}
h1
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    height: 25px;
    background: #555555 url('../img/infotitle.jpg' ) repeat-x scroll left top;
    font: bold 14px "trebuchet ms", Serif, Arial, Helvetica;
    color: #000000;
}
#Header h1
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    height: 25px;
    font: bold 14px "trebuchet ms", Serif, Arial, Helvetica;
    color: #000000;
}
h2
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    height: 25px;
    background: #555555 url('../img/infotitle.jpg' ) repeat-x scroll left top;
    font: bold italic 14px "trebuchet ms", Serif, Arial, Helvetica;
    color: #666666;
}
h3
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    height: 25px;
    font: bold 14px "trebuchet ms", Serif, Arial, Helvetica;
    color: #000000;
}
.post
{
    text-align: left;
    border: solid 0px yellow;
    overflow: auto;
}


/* Rounded Styles */
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1h
{
    height: 1px;
    background: #999999;
    margin: 0 5px;
}
.b2h, .b2bh
{
    height: 1px;
    background: #ffffff;
    border-right: 2px solid #999999;
    border-left: 2px solid #999999;
    margin: 0 3px;
}
.b3h, .b3bh
{
    height: 1px;
    background: #ffffff;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    margin: 0 2px;
}
.b4h, .b4bh
{
    height: 2px;
    background: #ffffff;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    margin: 0 1px;
}
.b2bh, .b3bh, .b4bh
{
    background: #e1e1e1;
}
/* Rounded Styles */



