body {
  font-family: Palatino Linotype;
  font-size: 14px;
  background-image: url('../../img/illc75px.gif');
  background-color: #eff0e2;
  background-position: 5% 5%px;
  padding: 0 0 0 0;
  background-image: url('../../img/paper.jpg');
}

TD {
   font-family:  Palatino Linotype;
   font-size: 14px;
   border: 0px;
   border-solid: #F5F6CE;
}

h1 { 
  font-family: geneva;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
letter-spacing: 0.03em;
text-align: justify;
color: #006699;

 }

h2 {
	font-family: geneva;
	font-size: 14px; 
              line-height: 16px;
	font-weight: bold;
	color: #334d55;
}

#left { 
  position: absolute;
  top: 38.5px;
  left:0px;
  width: 50px; 
  height: 100%;
  background-image: url('../../img/illc75px.gif');
  background-repeat: repeat-y;
 }

#right {
  background-image: url('../../img/illc75px.gif');
  background-position: 5% 5%px;
  background-repeat: repeat-y;
  padding: 0 0 0 0;
}

#nav { 
  position: absolute;
  width: 100%;
  height: 17px;
  font-weight: bold;
  text-align: right;
  top: 0px;
  left:0px;
  right:0px;
  background-color: #8c0000;
  border-bottom: 2px solid #F87217;
  border-right: 50px;
  padding: 10px 0px 10px 0px;  // top


}

#uvalogo{ 
  position: absolute;
  top:0px;left:0px;
  width: 57px;
  height: 37px;
  background-image: url('../../img/uva37px.jpg');
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: 15px 0px;
  background-color: #8c0000;
  border-bottom: 2px solid #F87217;
 }


#content{ 
  position: absolute; 
  top: 4px;
  width: 800px;
  /*width: 100%;*/
  /*height: 800px;*/
  margin-left: 75px;
  margin-right: 100px;
  margin-bottom: 0px;
  border-top: 30px;
  padding-left: 35px;
  font-weight: normal;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 90%;
  background-image: url('../../img/paper.jpg');
text-align: justify;
 
}

#section{ 
  width: 800px;
  text-align: left;
  vertical-align: middle;
color: #006699;
 background-color: #F9B900;
  font-weight: bold;
  padding-left: 38px;
  padding-top: 1px;
  padding-bottom: 1px;
}
ul{
	list-style-type: disc;

}

ul ul{
	list-style-type: square;
}

ul ul ul{
	list-style-type: none;
}

b{ 	font-family: geneva;
              line-height: 16px;
	font-weight: bold;
	color: #334d55; }

/**** other *****/

a:link {
	color: #8A4117;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { 
color: #8A4117;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: rgb(0, 96, 255);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;

}  
a:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 

/* link for the navigation */
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited { 
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a.nav:hover {
color: rgb(0, 96, 255);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;

}  
a.nav:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 


table.reference
{
border:1px solid #c3c3c3;
border-collapse:collapse;
}

table.reference th
{
background-color:#F5F6CE;
border:1px solid #c3c3c3;
padding:3px;
vertical-align:middle;
font-weight:normal;
}

table.reference td 
{
border:0px solid #c3c3c3;
padding:0px;
vertical-align:middle;
background-color:#F7F8E0;
}

table.reference tr
{
border:1px solid #c3c3c3;
padding:0px;
vertical-align:middle;
background-color:#F7F8E0;
}

