/* ------------------------------------------------------------------- */
/* ----------------------- Grad Bios .css file ----------------------- */
/* ------------------------------------------------------------------- */

body {
  background-color: 	  #000000;
  background-image:	  url(cdf.jpg);
  padding:		  0px;
  text-align:		  center;
  }
	
hr {
  height: 		  2px; 
  width: 		  100%;
  }

/* ------------------------------------------------------------------- */
/* ------------------------------ Links ------------------------------ */
/* ------------------------------------------------------------------- */
a:link {
  font-weight:    	  bold; 
  text-decoration:        underline;
  }
a:visited {
  font-weight:            bold; 
  text-decoration:        underline;
  }
a:hover {
  background-color:	  #0066B2;
  color:	 	  #FFFFFF; 
  font-weight: 		  bold; 
  text-decoration:	  none;
  }
a:active {
  color: 		  #CC0000;
  font-weight: 		  bold; 
  text-decoration: 	  none; 
  }
 
/* ------------------------------------------------------------------- */
/* ---------------------------- DIV: ALL ----------------------------- */
/* ------------------------------------------------------------------- */
#all {
  background-color: 	  #6CAAD9;
  border-color:		  #000033;
  border-style:		  solid;
  border-width:		  5px;
  color:		  #000000;
  font-family: 		  "Trebuchet MS", Tahoma, Verdana, Arial, Sans-serif;
  margin-left:	  	  auto;
  margin-right:		  auto;
  width:	   	  800px;
  }

/* ------------------------------------------------------------------- */
/* ---------------------------- DIV: TOP ----------------------------- */
/* ------------------------------------------------------------------- */
#top {
  margin-bottom: 	  0px;
  position:		  relative;
  text-align: 		  center;
  }
	
#top img {
  border-color:		  #000033;
  border-style:		  solid;
  border-bottom-width:	  5px;
  border-left-width:	  0px;
  border-right-width:     0px;
  border-top-width:	  0px; 
  }

/* ------------------------------------------------------------------- */
/* --------------------------- DIV: CONTENT -------------------------- */
/* ------------------------------------------------------------------- */
#content {
  color:	          #000000;
  font-family:            Arial, Tahoma, Verdana, Sans-serif;
  font-size:              87%;
  line-height:            1.4em;
  margin-top:		  20px;
  padding-left:		  30px;
  padding-right:	  30px;
  text-align:		  justify;
  width:		  530px;
  }

/* ------------------------------------------------------------------- */
/* ----------------------------- DIV: MENU --------------------------- */
/* ------------------------------------------------------------------- */
#menu {
  color:	  	  #333333;
  float:		  right;
  margin-top:		  -5px; 
  padding-right:	  10px;
  position:		  relative;
  text-align: 	          left;
  width: 	          190px;
  }

#menu h1 {
  background-color:       #0066B2;
  border-width:           1px;
  border-style:		  solid;
  border-color:	 	  #000033;
  color:		  #000000;	
  font-size:		  100%;
  font-weight:            bold;
  margin-bottom:	  0px;
  margin-top:             20px;
  padding:                2px;
  text-align:             center;		  
  }

#menu ul {
  font-size:		  90%;
  list-style:             none;
  margin:                 0px;
  padding:                0px;
  text-align:		  center;
  }
	
#menu li {
  line-height:		  1.5em;
  padding:		  5px;
  }
	
#menu li a {
  border-bottom:                 1px solid #000033;
  border-left:                 1px solid #000033;
  display:                block;
  font-size:		  100%;
  padding:                0px;
  text-decoration:        none;
  width:	  	  100%;
  }

#menu li a:visited {
  display:                block;
  font-size:		  100%;
  padding:                0px;
  text-decoration:        none;
  width:		  100%;
  }	

#menu li a:hover {
  background-color:       #0066B2;
  color:                  #FFFFFF;
  display:                block;
  font-size:		  100%;
  padding:                0px;
  text-decoration:        none;
  width:		  100%;
  }
	
#menu li a:active {
  color:                  #CC0000;
  display:                block;
  font-size:		  100%;
  padding:                0px;
  text-decoration:        none;
  width:		  100%;
  }

#menu p{
  font-family:            Arial, Tahoma, Verdana, Sans-serif;
  font-size:              85%;
  line-height:            1.3em;
  margin:                 0px;
  padding:		  5px;
  text-align:		  center;
  }
	
/* ------------------------------------------------------------------ */
/* --------------------------- DIV: BOTTOM -------------------------- */
/* ------------------------------------------------------------------ */
#bottom {
  clear:		  both;
  margin-top:		  100px;
  padding-bottom:	  5px;
  }

/* --------------------------------------------------------------- */
/* --------------------------- Classes --------------------------- */
/* --------------------------------------------------------------- */
.centered {
  text-align:		  center;
  }

.footnotes {
  font-size:		  70%;
  font-weight:		  bold;
  }

