/* CSS Document */

html,body{
  margin: 0px;
  padding:0px;
}
body{font-family: "Verdana", "Arial", sans serif;font-size: 76%;text-align: center;background-color: #F7F8E8;}

div#container{
  position:absolute;
  width: 99%; /*980px;*/
  margin:  auto;
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
/*  border-left: 2px solid #36c;
  border-right: 2px solid #36c;
  border: 3px ridge #CCCCCC;  */
  background: #F7F8E8;
	top: 0px;
	left: 0px;
}

/******* CONTENT *************/


div#content
{
	background-color: #F7F8E8;
	margin-left:0px;
	margin-bottom:0px;
	text-align: center;
	font-family: "Verdana", "Arial", sans serif;
	font-size: 1.2em;

}


div#content a
{
  font-family: "Verdana", "Arial", sans serif;
  font-size: 1em;
  text-decoration: none;
  color: #000080;
}

div#content a:link
{
  font-family: "Verdana", "Arial", sans serif;
  font-size: 1em;
  text-decoration: none;
}
div#content a:hover
{
	text-decoration: none;
}

div#content a:active
{
  text-decoration: none;
  color: #FFFF33;

}


/******* FOOTER *************/

div#footer
{
  text-align:center;
  height:40px;
  background-color: #F7F8E8;

/*  background-image: url(img/footerBKB.gif);
  background-repeat: repeat-x;  */
  font-size: 0.8em;
  background-position: left bottom;
  position: relative;
  bottom: 0px;
}


div#footer a
{
  font-family: "Verdana", "Arial", sans serif;
  font-size: 0.8em;
  text-decoration: none;
  color: #000080;
}

div#footer a:link
{
  font-family: "Verdana", "Arial", sans serif;
  font-size: 1em;
  text-decoration: none;
}
div#footer a:hover
{
  text-decoration: underline;
  color: #FFFFCC;
  background-color: #000080;
  border: 1px outset;
}

div#footer a:active
{
  text-decoration: none;
  color: #FFFF33;
  background-color: #000080;
  border: 1px inset;
}



/* ****** CLASS *************/



.popUp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: center;
	font-size: 14px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}