
div.container 
{
	width:738px;
	margin:10px;
	padding:2%;
	border:1px solid gray;
	line-height:100%;
	font-family:sans-serif;
	background-color: white;
}

div.header
{
	position:relative;
	left:0%;
	width:100%;
	padding:0.5em;
	color:gray;
	background-color:white;
	clear:left;
	border:1px none red;
	
}


div.footer
{
position:relative;
        left:0%;
	width:100%;
	padding:0.5em;
	color:gray;
	background-color:white;
      	clear:both;
      	border:1px none red;							


}
div.examples
{
	position:relative;
        left:0%;
       	width:35%;
	padding:0.5em;
	color:gray;
	background-color:white;
	clear:left;
	border:1px none red;
   	float:left;
	text-align:justify;
}

div.comments
{
	position:relative;
	padding:0.5em;
	margin-left:3%;
	width:55%;
	background-color:white;
	color:gray;
	float:left;
	border:1px none green;
	line-height:125%;	
	text-align:justify;
}
div.results
{
	
	padding:0.5em;
	color:gray;
	border:2px solid red;
	clear:left;
	border:1px none red;
	position:relative;
	left:25%;
	width:50%;
	text-align:center;

}
div.bannerad
{
	margin-top:-3%;
	padding:0.5em;
	text-align:left;
}

div.forms
{
	padding:0em;
	margin-top:1%;
	margin-bottom:-1%;
	color:gray;
	clear:left;
	border:1px none red;
	position:relative;
	text-align:center;
	line-height:200%;
}


h1 
{
	color: #003399;
	padding:0;
	margin:0;
	text-align:center;
	border:1px none blue;
	line-height:150%;
}

h3 
{
	color: #ff3300;
	text-align:center;
	border:1px none green;
}

h4
{
	color: #ff3300;
	text-align:left;
	border:1px none green;
}

em
{
	font-weight:bold;
	font-style:normal;
}

p
{
	font-size:90%;
}
