#doc2
{
  background-color: #FFFFFF;
  border: 1px solid #808080;
  padding:10px;
  
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; /*behavior: url(border-radius.htc);*/ 
  -moz-box-shadow: 0 2px 5px #aaa;
	-webkit-box-shadow: 0 2px 5px #aaa;
	box-shadow: 0 2px 5px #aaa;
}
.yui-b
{
	padding-top:18px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:18px;

}
#hd
{
  padding-top:10px;
  padding-bottom:10px; 
  font-size: 175%;
  font-weight: bold;
  color: #004D71;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  clear: both;
}
#menu
{
  border-width: 1px;
  border-color: #000000;
  border-top-style: solid;
  border-bottom-style: solid;
  height:28px;
  background-color:#EEE;
  clear:both;
  width:100%;
  margin-top:30px;
  margin-bottom:20px;
}
#ft
{
  clear: both;
  display: block;
  text-align: center;
  border-top: 1px solid silver;
  font-size: 70%;
  margin-top: 10px;
  color: #E8E8E8;
}

#bottomNav
{
	text-align: center;
	font-size: 80%;
	clear: both;
	width: 100%;
	color: gray;
	border-top-color: Silver;
	border-top-style: dashed;
	border-top-width: 1px;
}
#topNav
{
  clear: both;
  text-align: center;
  font-size: .9em;
  padding: 4px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #669999;
  border-bottom-color: #669999;
  color: #C0C0C0;
  font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
  letter-spacing: .2em;
  word-spacing: .6em;
  background-color: #E6EEEE;
}
#pictureDiv
{
  clear:both;
  height:180px;
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
  border:1px solid black;
}
#pgContent
{
  clear:both;
  padding:10px;
}
#pgContent p, div
{
  line-height:1.2em;
}
