         /*////////////////////////////////////////////////////////////////////////////*/
   	    /*////////////////////////////////////////////////////////////////////////////*/
       /*////                                                                    ////*/
      /*////      SightScape Inc. Copyright 2006-2007 All Rights Reserved.      ////*/ 
     /*////      		       Style Sheet Updated 07-26-07     			   ////*/
    /*////      		 				                                      ////*/
   /*////      		                 Intra-Spec Inc.	                     ////*/   
  /*////      		 				                                        ////*/     
 /*////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

/***** General *****/
	.links { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff;text-decoration: none;}
    .links:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; text-decoration: underline;}
    
    body
    {
	font-family: Verdana, Sans-Serif;
	font-size: 12px; 
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	
    }

    
    .9p
    {
        font-size:9px;
    }
    
    .10p
    {
        font-size:10px;   
    }

/***** WYSWYG Div Tags *****/
    .divg {-adbe-g:p;}
    .divc {-adbe-c:c;}
    
/***** Header Style ******/
.textheader
{
    font-family:Veranda;
    font-size: large;
    font-weight: bold;
}

/***** Menu *****/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: #883D72;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 9px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.somediv{
width: 350px;
clear: left;
border: 1px solid gray;
}

.somediv .floatbox{
float: left;
width: 155px;
}

* html .somediv p{ /* IE 3px jog hack*/
height: 1%;
}

.somediv p{
margin-top: 0;
margin-left: 156px;
}

.buttonsubmit
		{
		
		background-image:url('../images/submitbutton.png');
		
	
    	}