body {
		 background-color: black;
		 background-image: URL("./images/dark_blue_fade.jpg");
		 color: silver;
		 }
		 
div {
		 /*color: silver;*/  
		 font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
		 text-align: left;
		 background-color: transparent;
}

div.description {
		text-align: left;
		
}
 
 
div.biodata {
		float: left;
		text-align: left;
		padding-left: 1em;
/*		border: purple solid;*/
/*		margin: 1em; */
/*		width: 80%; */
}

div.links {
		clear: both;
		}
		
div.links li {
	  list-style-type: none ;
/*	  list-style-image: URL("images/link.gif"); */				
}
div.title {
		width: 100%;
		text-align: center;
    background-color: transparent; 
    color: gold;
    font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: xx-large;
		}
		
div.title a {
		color: gold;
		text-decoration: none ;
}
div.topsection {
		background-color: transparent;
		clear: both;
}

a {
	color: #FFC0FF;
}

a:hover { 
  background-color: #9999CC;
  color: #003366; 
}

div.headshot a:hover {
	backgroung-color: black;
	color: black;
}




div.important {
	  font-style: italic;
		font-weight: bold;
		font-size: larger;
		color: red;
}		
div.requirements {
	  font-weight:bold;
}
div.requirements li {
		color: #FF0000;
}
h1, h2, h3, h4, h5 { 
  text-align: left;
  background-color: transparent; 
  color: gold;
	}
	
div.important li {
	list-style-type: circle ;
	list-style-image: URL("images/warn_list.gif");
}

div.menu {
  clear: left;
	float: left;
	background-color: transparent;
	width: 160px;
	margin-left: 10px;
/*	border: solid purple;*/
}

div.button {
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    color: black;
    background: silver URL("./images/marble.jpg");
    border: 2px solid #8B7898;
    border-top: 2px solid #E0D0F0;
    border-left: 2px solid #E0D0F0;
    border-right: 4px solid #8B7898;
    border-bottom: 4px solid #8B7898;
    margin: 3px;
    padding: 3px;
    vertical-align: middle;
}

div.menu div.button a { 
  display: block;
	text-decoration: none ;
  background-color: transparent; 
  color: black;
  width: 100%;
}

div.menu div.button a:hover { 
  background-color: transparent;
  color: blue; 
}

div.headshot {
		clear: left;
		float: left;
		margin-left: 10px;
		margin-top:  10px;
		background-color: black;
}
div.headshot img {
		position: relative;
		left: -10px;
		top: -10px;
		background-color: transparent;
		width: 160px;
		border: none;					
}

div.sidebar div.headshot a:hover {
		background-color:transparent;	
}
div.sidebar {
		float: left;
		clear: left;
	/*	border: solid purple;*/
	width: 180px;
}

div.photo {
		float: left;
		margin-left: 10px;
		margin-top:  10px;
		background-color: black;
}
div.photo img {
		position: relative;
		left: -10px;
		top: -10px;
		background-color: transparent;					
}

/* Bookmark file classes */

div.catagory {
	backgroung-color: transparent;
	float: left;
	margin-left: 1em;
	margin-right: 1em;
/*	border: black solid; */
	font-style: bold;
	font-size: large;
}

div.bookmark {
	text-align: left;
	font-size: medium;
	font-style: normal;
}

div.bookmark li {
  list-style-type: none;
	}

