/* CSS Document */
body {
  font-family:      verdana, arial, helvetica, sans-serif;
  height:           100%; 
  margin:           5px 0;
  text-align:       center;
  color:			#3858b1;
}
h1 {
  font-size:        90%;
  color:			#4867bf;
}
h2 {
  font-size:        85%;
}
img {
  border:           0;
}
p {
  font-size:        80%;
}
ul {
  font-size:        90%;
  line-height:		20px;
}
li {
  font-size:        100%;
}
#content {
  width:            758px;
  text-align:       left;
}
#footer {
  width:            758px;
  background-color:	#3858b1;
  font-size:        80%;
  color:			white;
  height:			18px;
  margin-top:       30px;
}
#footer a {
  font-size:        80%;
  color:			white;
  text-decoration:		none;
}
#floatleft {
  float:			left;
  }
#floatright {
  float:			right;
  }
#hype {
  color:            #999;
  font-size:        x-small;
  margin:           auto;
  text-align:       left; 
  width:            758px; 
}
#hype a {
  color:            #999;
  text-decoration:  none;
}
#hype span {
  float:            right;
}
label {
  font-size:		80%;
}
.blurred {
  border: 			#333333 1px solid;
  padding: 			1px; 
  background: 		#f3f3f3;  
  color: 			#676c6f; 
}
.focused {
  border: 			#e32932 1px solid; 
  padding: 			1px; 
  background: 		white; 
  color: 			black; 
}		

