html
{
    font-size:12px;
    /*overflow: scroll;*/
}
body
{
    padding:2px;
    margin:0px;
	font-family:Verdana,Tahoma,Arial;
	font-size:12px;
	background:#fff;
    /* background: url("../images/fadetogreen.jpg") #009200 repeat-x; */
	min-height:101%;
	text-align: center; 
	color: #000000;
}
h1
{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#090;
	margin:0px 0px;
}
h2, h3
{
	font-size:13px;
	font-weight:bold;
	margin:5px 0px;
}
a, a:link, a:visited
{
    color:#070; 
    outline:0;
}
a:hover
{
    color:#0c0;
    background:#fff;
}
a img
{
    border:0px;
}

li p 
{
   line-height: 13px;
    margin: 0px 5px 0px 10px;
}

td > .borderpic:first-child
{
    margin-top:25px;
}

.borderpic
{
    margin-left:11px;
    margin-top:3px;
    margin-bottom:5px;
    padding:1px;
    border:solid 1px black;
    background-color:#fff;
}

.boosterlist
{
    padding-left:10px;
    border-left:solid 1px black;
    margin: 0 30px  50px 0;
}
.imagelink
{
   border: solid 0px #fff;
}
.docLink a, doclink a:link, doclink a:visited
{
    background:url(../images/doc.png) no-repeat;
    padding-left:1.5em;
}
.docLink a:hover
{
    background:url(../images/dochi.png) no-repeat;
}

.main
{
    font-size:12px;
    background: #b00000;
}

.sidebartop
{

    position:absolute;
    top:0px;
    left:0;
}
.sidebarbottom
{
    position:absolute;
    left:0;
    bottom:-1px; /* Needed to set to -1px for IE 5.5 */
}
.choices
{
    margin: 10px 80px 0 0;
    margin-left:80px;
}
.choices td
{
    border-bottom:solid 1px #090;
    text-align:center;
    padding-top:5px;
}
.choices td:first-child 
{ 
    text-align:right;
    padding-right:15px;
    font-weight:bold;
    color:#090;
    border:none;
}
#form1
{
    text-align:left;
}
#site 
{
    width:920px; /* Set Total Width of Page */
    margin:0 auto 0 auto; /* Auto for left and right will center the site */
    padding:0;
    float:none;
    text-align:left;
    /* background: #ffffff; */
    /* border:solid 1px #000; */
}
#header
{
    position:relative;
    margin:0px; 
    /* background-color:#fff;  */
    position:relative;
}

#middle
{
    float:left;
    margin-top: 2px;
    margin-left:0px;
    height:auto;
    width:920px;

}
#content
{

    text-align:left;
    background-color:#fff;
}
/* 
#sidebar
{
    width: 170px;
    float:left;
    margin-top:21px;
    margin-left:15px;
    padding-bottom:20px;
}
*/
#sidebar
{
    
    position:relative;
    width: 192px;
    float:left;
    margin-top:21px;
    margin-left:10px;
    margin-right:40px;
    padding:10px 0 14px 0px;
  	background:url(../images/sidebar.gif) repeat-y;
}


#leftpanel 
{
    float:left;
    margin:0;
    width:323px;
  
}
#rightpanel 
{
    float:right;
    width:235px;
    margin-right:14px;
    margin-top:22px;
    
}
#rightpanel .bulleted p
{
    padding: 0 0 0 25px;
    height:20px;
    width: 160px;
    margin: 10px 0 0 10px; 
    background:url('../images/boosterbullet.gif') no-repeat;
    
}
#contentpanel 
{
    float:left;
    margin: 0px 0 0 0px;
    width:665px;
}
#contentpanel .descriptive h2
{
    padding: 0 0 0 25px;
    margin: 15px 0 0 15px;
    background:url('../images/boosterbullet.gif') no-repeat;
}
#contentpanel .descriptive p
{
    margin: 5px 0 0 40px; 
}
#footer
{
    position:relative;
    clear:both;
    width:920px;
    height:184px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    color: #000; 
    background: url(../images/WashoutFooter.png) no-repeat;
}
#address
{
    position:absolute;
    top:80px;
    left:600px;
}



 

