html { background: #fff; }

body {
	background: #fff;
	color: #454545;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	margin: 0 auto 0 auto;
	width: 800px;
        height: 1024px;
	padding: 1em 20px;
	/*-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #dfdfdf;*/
}

ul {
  padding:3px 0;
  margin-top: 30px;
  margin-left:0;
  margin-bottom: 3px;
  border-bottom: 5px solid #979797;
  
}
ul li {
  list-style:none;
  margin:0;
  margin-left:20px;
  display:inline;
}
.simpleul{
	margin: 0;
	border: 0px;
	list-style: none;
}
.simpleul li{
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;	
}
a{
    text-decoration:none;
    color: #5469c1;
    font-size: 10pt;
}
.content{
    height: inherit;
    width: 100%;    
}

/*-----Logo-----*/
.logo{
    width: 800px;
    border: 1px solid #979797;    
    background-image: url("../images/logo.gif");
    background-repeat: no-repeat;
    height: 105px;
    border-bottom: 5px solid #979797;
    color: #7f973c;
    
}
.logo hr{
    margin: 0px;
    /*margin-top: 40px;*/
    padding: 0px;
    height: 5px;
    border: 0px;
    background-color: #dfdfdf;
}
.logo h3{
    margin-left: 110px;
    /*height: 100px;*/
    margin-bottom: 0px;
    margin-top: 77px;
}

.placeholder{
    margin-top: 5px;
    float: right;        
    font-size: 8pt;
    width: 160px;
    color: black;    
}
.note{
    float: left;
    margin-top: 10px;
    color: gray;
}
.registrationform{
	font-size: 10pt;
	padding-left: 5px;
	border-left: 1px solid silver;
	border-left-style: dashed;
}
.registrationform table{
	font-size: 8pt;
}
