/* main elements */

html,
	body {


        
		
                         margin:0;
		padding:0;
		color:#660000;
		background:#f8e096;
	}
	body {
		padding:20px;
		font: 80%/144% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}

        h1{
    /* This font will be 20 pixels with the default web browser font size setting */
    font: 2em/1em Copperplate Gothic Bold, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
}

h2{
    /* This font will be 15 pixels with the default web browser font size setting */
    font: 1.5em/1em Arial, Helvetica, sans-serif;
    text-align: center;
}

h3{
    /* This font will be 12 pixels with the default web browser font size setting */
    font: bold 1.2em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
}
h4{
    /* This font will be 10 pixels with the default web browser font size setting */
    font: bold 1em/0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
}

	#labfooter {
		text-align:right;
		clear:both;
	}
	.adwrap {
		margin:30px auto 10px;
		padding:10px 0;
		width:468px;
		border:1px solid #ccc;
		border-width:1px 0;
	}
	.adwrap object {
		width:468px;
		height:60px;
	}

	/* link colors */

            A:link {color:#ff9900;}
            A:visited {color:#660000;}
            A:hover {color:#ff0000;}
            A:active {color:#000000;}

	 


/*<![CDATA[*/
div.figure {
  float: left;
  width: 40%;
  border: none;
  margin: 0.5em;
  padding: 0.5em;
  position: relative; 
}
div.figure p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}
/*]]>*/