html, body {

  margin: 0;
  padding: 0;
  font-size: 90%;
  font-family: georgia;
  background-color: #993300;

}
/*page positioning*/
.position {
  margin-left: 15%;
  margin-right: 15%;
  margin-top:1%;
  martin-bottom:1%;
  border-right: 1px dashed #993300;
  border-left: 1px dashed #993300;
  background-color: white;
}

.position2 {
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 5px;
}

.divider {
  border-bottom: 1px dashed #993300;
  border-left: 6px solid #FFFFFF;
  border-right: 6px solid #FFFFFF;
}

/*header*/
#header {
  margin-left: 12px;
}  

#header #maintitle {
  font-size: 250%;
  font-weight: 900;
  color: #993300;
}

#header .subtitle {
  color: #993300;
  font-size: 86%;
  text-align: left;
  font-style: italic;
  margin-bottom: 4px;
}

/* those top-right links */
#header #headerlinks {
  border: 0;
  margin-right: 20px;
  float: right;
}

#header #headerlinks a {
  color: #993300;
  text-decoration: none;
  border: 0;
} 

#header #headerlinks a:hover {
  color: #993300;
  text-decoration: underline;
  border: 0;
} 

/*menu*/
#menu {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
}

#menu a {
  text-decoration: none;
  border-bottom: 0;
  border-left: 10px solid #FFFFFF;
  border-right: 10px solid #FFFFFF;
} 

#menu a:hover {
  text-decoration: underline;
  border-bottom: 0;
  border-left: 10px solid #FFFFFF;
  border-right: 10px solid #FFFFFF; 
} 

/*menu-bottom*/
#menu-bottom {
  font-size: 85%;
   margin-top: 4px;
  margin-bottom: 4px;
    border-left: 10px solid #FFFFFF;
  border-right: 10px solid #FFFFFF
}

#menu-bottom a {
  text-decoration: none;
  font-size: 85%;
  font-weight: normal;
  border-bottom: 0;
} 

#menu-bottom a:hover {
  text-decoration: underline;
  font-size: 85%; 
  border-bottom: 0;
} 
/*links and other colorful elements*/
a {
  text-decoration: none;
  color: #993300;
  font-weight: 900;
}

a:hover {
  text-decoration: underline;
} 

abbr, acronym {
  border-bottom: dashed 1px #993300;
  cursor: help;
  color: #993300;
}

li {
  list-style-type: square;
  color: #993300;
}

.litext {
  color: #000000;
}


/*elements throughout content*/
h1 {
  color: #993300;
  font-size: 160%;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 4px;
}
.title {
  color: #993300;
  font-size: 150%;
  font-weight: 600;
  margin-top: 5px;
}

#sidebar { 
  float:right; 
  width:150px; 
  border-left: 7px solid #FFFFFF; 
  border-bottom: 7px solid #FFFFFF;
  border-top: 7px solid #FFFFFF;
  margin: 1px;
  padding: 0;
}

#sidebar .item { 
  border:1px solid #993300; 
  background-color:#FFFFFF; 
  padding:0; 
  padding-bottom:1px;
}


#sidebar .item h2 { 
  background-color:#993300; 
  font:bold 1.2em Trebuchet MS, sans serif; 
  color:#FFF; 
  text-align:center; 
  padding:5px 6px;
  margin: 0; 
}


#sidebar .item p { 
  padding:3px 5px; 
  margin:0; 
}

#sidebar .date {
  margin-left: 4px;
  font-weight: 600;
  color: #993300;
  font-size: 130%;
}

/*footer*/
#footer {
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  font-size: 96%;
  margin-top: 5px;
}

#footer a {
  text-decoration: none;
  border: 0;
  font-size: 96%;
}
