*
{
  cursor:default;
}

html, body
{
  border:0;
  margin:0 auto;
  padding:0;
  text-align:center;
}

a, div, label
{
  font-family:arial, sans-serif;   
}

label
{
  background-color:#FFFFFF;
  color:#555555;
  font-size:95%;  
}

textarea
{
  border:1px solid #555555;
  cursor:text;
  height:200px;
  margin:0 10px 10px 0;
  width:345px;
}

div.float_right
{
  float:right;
}

input.buttons
{
  margin-bottom:10px;
  width:5em;
}

#container
{
  border-right:1px solid #00248F;
  border-bottom:1px solid #00248F;
  border-left:1px solid #00248F;
  margin:0 auto;
  text-align:left;
  width:740px;
}

#header
{
  background-color:#0033CC;
  color:#FFFFFF; 
  font-weight:bold;   
}

#title
{
  padding-left:.5em;
}

#links 
{
  float:right;  
  list-style-type:none;
  margin:0;
  padding:0;
  text-align:center;       
}

#links li 
{
  display:inline;   
}

#links a
{
  background-color:#0033CC;
  border-left:1px solid #FFFFFF;  
  color:#FFFFFF;
  cursor:pointer; 
  float:left;  
  padding:0 .5em;
  text-decoration:none;   
}

#links a:hover 
{
  background-color:#00248F; 
  color:#FFFFFF;  
}


#options
{
  font-size:95%;  
  margin:10px 0 10px 10px;
}

#footer
{
  background-color:#BFCFFF;
  color:#000000;  
  font-size:90%;   
  padding:0 .5em;
}