* {
margin:0;
padding:0;
}

body {
  background: #ffffff url('images/background.jpg') no-repeat fixed top center;
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 75.01%;
  line-height: 1em;
  color: #4F4F4F;
  margin:1em; /* gives some air for the pagewrapper */
}

div {
   font-size: 1em;
}

img {border:0; font-size:85%;}

P {
   font-family: Verdana, Arial, sans-serif;
   font-size: 13px;
   text-align: left; 
   margin-bottom: 1em;
}
   
H1 {font-family: "Palatino Linotype", Palatino, serif; font-weight: bold; font-size: 2em; line-height: 2em; text-align: left; }

H2 {font-family: "Palatino Linotype", Palatino, serif; font-weight: bold; font-size: 1.7em; line-height: 1.7em; text-align: left; text-indent: 30px;}

h3 {font-family: "Palatino Linotype", Palatino, serif; font-weight: bold; font-size: 1.6em; line-height: 1.6em; text-align: left;}

H4 {font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: center; }

div#main {
   margin: 0 auto;     /* this centers wrapper */
   width: 760px;
   color: #4F4F4F;
}

div#content {
  margin: auto 30px;
}

.box300 {
  width: 300px;
  margin: 10px;
  padding:12px;
  float:left;
  border: 1px solid #DFDFDF;
}

.boxbox {
  width:100%;
  min-height: 200px;
  clear:both;
}

h3.box {font-family: "Palatino Linotype", Palatino, serif; font-weight: bold; font-size: 1.6em; line-height: 1.6em; text-align: left;}

#twitter_div {
  float:right;
  width:200px;
  padding:10px;
  margin-left:25px;
  margin-bottom:25px;
  border: 1px solid #DFDFDF;
}

ul#twitter_update_list {
  list-style-type:none;
  margin: 0;
  padding-left: 10px;
  margin-bottom:12px;
}

h2.sidebar-title {
  font-size: 1.25em;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 12px;
}


.footer {
  width: 100%;
  text-align:center;
  margin: 25px auto;
}

.footnote {
          font-family: Verdana, Arial, sans-serif;
          font-size: 10px;
         }

/* unvisited link */
   a:link { color: #0000ff; text-decoration: none; }
   
/* visited link */
   a:visited {color: #017F00; text-decoration: none; }

/* mouse over link */
   a:hover {color: #00016F; background-color: #DFFAFF; }

/* selected link */
   a:active {color: #00FF00; }





