body {
  margin:0;
  padding:0;
  font-family: "Times New Roman", Times, serif;
  font-size:medium;
  background:#fff;
}

#nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  background: #000033 url(images/nav_bg.gif) repeat-x bottom left; /* Navigation bar bgd color */
  }
  
#nav li {
  float: left;
  margin: 5px;
  padding: 1px 1px 1px 0;
  font-family:Garamond;
/*  font-family: "Lucida Grande", sans-serif; */
  font-size: 100%;
  }
  
#nav a {
  float:left;
  display:block;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  padding-bottom: 5px;
  font-weight:bold;
  color:#880000;  /* Font color of unselected selection tabs */
  text-decoration: none;
  border: 1px solid #9B8748;
  border-bottom: none;
  background: #cc9933 url(images/off_bg.gif) repeat-x top left;
}
 
#nav a:hover, body#intro #t-intro a {
  color: #333;
  padding-bottom: 5px;
  border-color: #727377;
  background: #fff url(images/on_bg.gif) repeat-x top left;
}

/* sidebar definitions */

#sidebar {
  float:right;
  width: 30%;
  }

.box {
  margin: 0 0 10px 0;
  padding: 0 0 12px 0;
  font-size: 130%;
  line-height: 1.5em;
  color: #666;
  background: #fff url(images/bg-bottom-right.gif) no-repeat bottom right;
 }
  
 .box h3 {
   margin: 0;
   padding: 6px;
   font-family:"Times New Roman", Times, serif;
   font-size: 120%;
   font-weight:normal;
   color:#880000;   /* Font color in sidebar box for H3 */
   background: url(images/bg-top-left.gif) no-repeat top left;   
 }
   
#wrap {
min-width:500px;
max-width:1400px;
background: url(images/wrap.gif) repeat-y 70% 0;
}

#message {
  margin: 0;
  padding: 1px;
  font-size: 60%;
  color:#FFFFFF;  /* Font color for message line. */
  text-align: center;
  background:#FF0000 url(images/message_shading.gif) repeat-x bottom left; /* Color here is msg line background */
 }
  
#content {
  float:left;
  width: 70%;
  font-size: 95%;
  line-height: 1.5em;
  color: #000000; 
  }

#footer {
  clear:both;
  text-align:center;
  color: #ffffff; /* font color */
/*  background:#533200; */
  background: #000033 url(images/nav_bg.gif) repeat-x top left;
}

/* Hide this fix from IE5/Mac\*/
*html #footer {height: 1%;}
/* End hide from IE5/Mac */

#content .gutter {
 padding: 25px;
 }
 
#sidebar .gutter {
  padding: 15px;
}
    
td {
	font-family: "Times New Roman", Times, serif;
}


th {
	font-family: "Times New Roman", Times, serif;
}
