body {
	margin-top:0px;
	margin-bottom:25px;
	margin-left:25px;
	margin-right:25px;	
	text-align: justify;    	
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

#wrap {
  overflow: hidden;
  position: relative;
}

#content {
  display: inline;
  float: left;
  width: 70%;
  
}

div#sidebar {
	color: red;
	float: right;
	width: 25%;
  display: inline;
}

div#sidebar div {
    background-color: #EEEEEE;
  padding: 0 1.0em 1.5em 1.0em;
}

#inputfields {
	text-align: center;
	position: relative;
	width: 500px;
	min-width: 100px;
	margin-left: 0px;
	margin-top:  20px;
    background-image: url(../pics/fade-grey.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
	z-index: 3;
}


span.heading {
    font-style: normal;
}

h3 em, em
{
    font-size: 2em;
    font-style: normal;
    color: rgb(238, 102, 17);
    top: 2px;
    line-height: 1px;
}

span.heading h3 {
text-align: left;
}

/* Very top of the page. */

#banner {
    color: #FFF;
    font-size: large;
    font-weight: normal;
    border-bottom: 4px solid #000000;
    border-top: 4px solid #000000;
    background: #336699;
    padding: 10px; 
}

/* Second line in the "banner" at the top of the page. */

.description {
    color: #99CCFF;
    font-size: 80%;
    font-weight: bold;
    background: #336699;	
    text-transform: none;	
    letter-spacing: .none;     
}	
h1 {
    font-size: 150%;
    font-weight: normal;
   margin: 0;
   padding: 0;
}

A:link      { color: #FF9966; } 

A:visited   { color: #FF9966; } 

#A:active   { color: #FFCC99;  } 

A:hover     { color: #664400;  } 

#footer {
	text-align: center;
	font-size: 75%;
	border-top: 1px solid #9097A2;
}
