/**
 * CSS for class web page.
 */

/**
 *
 */
body
{
  font-family: gill sans, Trebuchet MS, corbel, Georgia, gulim, sans-serif;
  margin:0;
  padding:0;
  background-image:url('background.jpg');
  background-repeat:repeat;
  font-size:medium;
  line-height:130%;
  color:#373737;
}

#container
{
  clear:both;
  width:800px;
  background:#FFF;
  border:0px;
  padding:0px;
  margin:0px auto;
}

#topHead
{
  margin-top:5px;
  height:10px;
  width:100%;
  background-color:rgb(130, 0, 139);
}

#head
{
  margin-top:10px;
  width:100%;
  font-family:Verdana, sans-serif;
}

#body
{
  width:100%;
}

#tail
{
  width:100%;
  height:108px;
  text-align:right;
  background-color:rgb(240, 230, 230);
  margin:0px;
  line-height:90%;
}

/**
 * Room for validator image
 */
#validator {
  padding-right:3px;
}

/**
 *
 */
#copyright {
  padding-right:3px;
  font-size:x-small;
}

/**
 *
 */
.email {
  font-family:courier, monospace;
}


/**
 *
 */
#clustrMap
{
  text-align:left;
  float:left;
}

h1
{
  margin:3px 0px 10px;
  color:#1f5f82;
  background-color:#FFFFFF;
  font-family:"American Typewriter", "Trebuchet MS", Garamond, sans-serif;
  margin:2px;
  padding-left:8px;
  font-size:200%;
  margin-bottom:5px;
  text-align:left;
}

h2
{
  margin:12px 5px 5px 20px;
  border-bottom:1px solid #CCC;
  color:#777;
  background-color:#FFF;
  text-align:left;
  font-size:130%;
  font-family:"Trebuchet MS", "Helvetica Neue", helvetica, sans-serif;
}

ul
{
  margin-top:3px;
  text-align:left;
}

li
{
  margin-top:2px;
  margin-bottom:2px;
  margin-left:5px;
}

p
{
  margin-left:1.5em;
  line-height:130%;
}

#body a:link
{
  text-decoration:none;
  color:#000;
  border-bottom:1px dashed rgb(210, 188, 230);
}

#body a:hover
{
  text-decoration:none;
  color:rgb(70, 138, 180);
  border-bottom:none;
}

#body a:visited
{
  text-decoration:none;
  border-bottom:1px dashed rgb(70, 138, 180);
  border-bottom:none;
}

#body .topOfPage
{
  font-size: 60%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

div.calendar
{
  text-align:center;
  margin: 0px auto;
}

div.quote
{
  text-align:right;
  margin-top:5px;
  margin-bottom:5px;
	margin-right:5px;
}

span.date 
{
  font-family:Trebuchet	 MS, sans-serif;
  color:#999;
}

span.book_number
{
  color:#9955CC;
  font-family:Bitstream Vera Sans, Courier, serif;
}

pre
{
		margin-left:25px;
		margin-right:10px;
		border-top: 1px solid #b05fc9;
		border-bottom: 1px solid #b05fc9;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		background: #e9daed;
		font-family: "Bitstream Vera Sans Mono", "Courier New", "Courier 10 Pitch", Gulimche;
		line-height: 120%;
		font-size:small;
}

table
{
  border:1px solid #DDD;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

th 
{
  background-color: #EFE99D;
  font-family: Trebuchet MS, serif;
  padding:3px;
}

td
{
  padding:4px;
  margin:4px;
}

tr.odd
{
  background-color: #F0F0FA;
}

tr.even
{
  background-color: #FFF;
}

img.mugshot
{
  float:right;
  margin-right:1em;
  border:1px solid rgb(130, 0, 139);
  width:200px;
}

p
{
  line-height:140%;
}

