  body { 
  	background: #FFFFFF none repeat scroll 0% 50%;
    color: blue;
    font-family: arial,sans-serif;
    font-size: 80%;
    }

  #top { 
    border-width: 13pt 0px 0px 0px;
    border-top: 19pt dashed #FF0000;
    width: 700px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
    }

  #top img { 
  	border: thick solid #FF0000;
    margin: 0px;
    padding: 5px;
    background: white none repeat scroll 0% 50%;
    }

  #content { 
  	background: #FFFFFF none repeat scroll 0% 50%;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: blue;
    }

  #content #menu { 
  	background: transparent url(../images/bruce_sil.gif) no-repeat scroll left top;
    float: left;
    width: 200px;
    height: 365px;
	font-weight: bold;
	font-size: 80%;
    }

  #content #menu #top_menu { 
  	border: thick solid #FFFFFF;
    margin: 90px 50px 0px 0px;
    padding: 5px;
    background: #0000FF none repeat scroll 0% 50%;
	color: #FF0000;
	list-style-position: inside;
	list-style-type: disc;
    }

  #content #menu #about_menu {
  	display: block;
	margin-left: -25px;
	}
  #content #menu #about_menu ul {
  	color: #FF0000;
	list-style-position: inside;
	list-style-type: disc;
	}

  #content #menu a { 
  	text-decoration: none;
  	color: #FFFFFF;
    }

  #content h1 { font-size: 140%;
    }

  #content h2 { font-size: 125%;
    }

  #content h3 { font-size: 125%;
    font-style: italic;
    }

  #content a { background: transparent none repeat scroll 0% 50%;
    color: #FF0000;
    text-decoration: none;
    }

#content a:visited {
	color:#990000;
	}
#content i {
	font-size: 60%;
}
  #copyright { width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }

  #copyright p { font-size: 60%;
    }

