#container {
	width: 145px;
}
.nav H1 {
	font-size: 12px;
	margin: 0px;
	width: 145px;
	cursor: pointer;
	height: 22px;
	line-height: 22px;	
}
.nav H1 a {
	display: block;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;	
	width: 135px;
	color:#006699;
	font-weight:normal;
	height: 22px;
	text-decoration: none;	
	moz-outline-style: none;
	background-imgs: url(title1.gif);
	background-repeat: repeat-x;
	font-weight:bold;
	
}
.nav h1 a:hover{ background:#B5D8FF;}
.content{
	padding-left:2px; 
}


.content ul{ border-bottom:1px #CCC dotted; width:145px;}
.content ul li{ line-height:25px; padding-left:10px; width:135px;}
.content ul li a{ color:#006699; display:block; width:124px;  padding-left:15px;}
.content ul li a:link{}
.content ul li a:visited{}
.content ul li a:hover{ background:#ECF5FF;  padding-left:15px;}
.content ul li a:active{}

.content ul li span{ background:url(../imgs/menudot.gif) no-repeat 0 1px; line-height:25px; margin-right:5px;}

.content p{ line-height:30px; text-indent:2em;}
.content p a{ color:#006699;}
.title{ border-bottom:1px #CCC dotted; color:#666666;}
.title em{ color:#FF0000; font-style:normal; font-weight:bold;}