body, th, td, p{
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #000000;
}

h1{
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 16pt;
 color: #ff6600;
}

h2{
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 16pt;
 color: #bdbdbd;
}

h3{
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12pt;
 color: #ff6600;
}

blockquote {
	border: none;
	background: #f8f7f2;
	padding: 7px;
	font-size: 10pt;
	margin-top: 0;
}

a{
 color: #3793bc;
 text-decoration: underline;
}

a:hover{
 text-decoration: none;
}

#content{
 font-size: 10pt;
 width: 483px;
 overflow: auto;
}


#content img{
 padding: 5px;
 margin: 5px;
 border: 0px;
}

#content img.left {
	float: left;
	margin: 0 20px 10px 0;
}

#content img.top {
	float: left;
	margin: 0 0px 0px 0;
}


#topmenu{
 color: #ffffff;
 font-weight: bold;

}


#topmenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: block;
	float: right;
	padding-right: 5px;
	margin-right: 5px;
}

#topmenu a{
 color: #ffffff;
 text-decoration: none;
}

#topmenu a:hover{
 text-decoration: underline;
}

#footer{
 font-size: 9pt;
 margin: 0px 3px 0px 3px;
 padding: 0px 3px 0px 3px;
 color: #ffffff;
 font-weight: normal;
}

#footer ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#footer li {
	display: block;
	float: right;
	margin-right: 1px;
	padding: 0;
	padding-right: 10px;
	margin-right: 10px;
}

#footer a{
 color: #ffffff;
 text-decoration: none;
}

#footer a:hover{
 text-decoration: underline;
}

#right{
 background-image: url('images/books.jpg');
 background-position: right top;
 background-repeat: no-repeat;
}

#right a{
 color: #3793bc;
}

#phone{
 background-image: url('images/phone_dbl.jpg');
 background-position: left top;
 background-repeat: no-repeat;
 font-size: 16pt;
 font-weight: bold;
 padding-top: 10px;
 margin-top: 10px;
 color: #707070;
}

.blue{
  color: #3793bc;
  font-size: 10pt;
}

.grey{
  font-size: 10pt;
}

ul{
margin-left: 10px;
padding-left:1px;

}

li{
 list-style-image: url('images/arrow.gif');
}

li a{
 color: #3793bc;
 text-decoration: underline;
}

li a:hover{
 text-decoration: none;
}

.current{
  text-decoration: none;
  font-weight: bold;
}













b-pseudo-link{
  position:relative;
  top:-0.14em;
  cursor:pointer;
  white-space:nowrap;
  text-decoration:none;
  border-bottom:1px dotted;
}

b-pseudo-link {
  color: red;

}


h4 {
 font-size: 12pt;
 color: #ff6600;
  border-bottom:1px dotted;

}

.b-pseudo-link span{
  border-bottom:1px dotted;
  position:relative;
  top:.14em;
}

.b-pseudo-link span b{
  color: red;
}

.closed{
  position:absolute;
  left:-9999px;
  top:-9999px;
}

#codeCont{
  margin:0 20px 10px 0;
  padding:10px;
  background:#DCE3F6;
}

.opened{
  position:static;
  top:0;
  left:0;
  zoom:1
}


ul.menu {list-style: none;margin-bottom: 10px}
ul.menu li {
	padding:1px 0 1px 0; 
/*border:1px solid white;*/
border-bottom: 1px dotted #666;

}



ul.menu li a {font-size: 13px; color: #244809; display: block; padding: 2px; margin: 0; text-decoration: none}
ul.menu li a:hover, ul.menu li a.active {background: #DCE3F6; color: #333399}
