body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0 auto 0 auto;
	padding:0;
	text-align:center;
	background-color:#B8B7B1;
}


a { text-decoration: underline; color: #49505a; }
a:hover { text-decoration: none; color: #49505a; }


#masthead 
{
    width: 767px;
    background-color: White;
    background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0; 
	margin: 0 auto 0 auto;
	height: 145px;
	text-align: left;
	
	
}

#masthead p 
{
    padding: 53px 0 0 45px;
    }


.heading 
{
    font-family: Verdana, Futura;
    font-size: 12px;
    text-transform:uppercase;
    font-weight: 700;
    text-align: center;
    padding-top: 3px;
}
 
#mainbody 
{
    width: 767px;
    margin: 0 auto 0 auto;
    text-align: left;
    vertical-align: top;
    padding: 0;
    
    /* background-image: url(../images/body_bg.jpg);
	 */
}
   
#content
{
    background-image: url(../images/body_bg.jpg);
	background-color: #B7B6B1;
	overflow:hidden;
	margin-top: -4px;
	
}

/*

#content
{
    background-image: url(../images/body_bg.jpg);
	background-color: #B7B6B1;
	overflow:hidden;
	margin-top: -4px;
	
}*/
.lefttable 
{
	margin-top: 0px;
	margin-left: 6px;
	_margin-left: 12px;
}
*>.lefttable 
{
	margin-top: 0px;
	margin-left: 12px;
}

.righttable { margin-left: 0; padding-left: 0; width:168;}
*>.righttable { margin-left: 3px; width:169;}

.maintable 
{
	margin-left: 5px;
	margin-right: 2px;
}

*>.maintable { 	margin-left: 5px; 	margin-right: 2px; }






  .prop {
    height:400px;
    float:right;
    width:1px;
  }

  .propclear {
    clear:both;
    height:1px;
    overflow:hidden;
    margin: -1px;
  }


#nav, #demos
{
    font-family: Verdana;
    font-size: 9pt;
    color: #49505a;
    padding:  10px 0 6px 4px;
	_margin-left: 4px;
}

#nav a { text-decoration: none; color: #49505a; }
#nav a:hover { text-decoration: underline; color: #49505a; }

#demos a { text-decoration: underline; color: #49505a; }
#demos a:hover { text-decoration: none; color: #49505a; }


#newsblurb 
{
    font-family: Verdana;
    font-size: 8pt;
    color: #49505a;
    padding: 10px 0 6px 4px;
}

#nav li 
{
    list-style-image: url(../images/bullet.gif);
    
}


.bodytext, .bodytext td 
{
    font-family: Verdana; 
    font-size: 10pt;
    color: Black;
}

#footer { margin-left: 0; }
