li {
	font-size: 12px;
}
.lftnav {
	 /* controls the width of yellow nav. bar */
   width: 215px;   
}


.main {
	/* width: 60%; */
	padding-left: 15px;
	padding-right: 15px;	
	padding-bottom: 10px;
}

.rghtnav{
	width: 20%;
}


.leftnav {    
	padding-top:5px;
  	padding-bottom: 5px;
    	background-color:#FFCC66;
}

.leftnav p {
	margin-top:0px;
	margin-bottom:0px;
	font-size: 12px;	
}


.leftnav a{
	text-decoration:  none;
	color: black;
}

.leftnav .line {
	margin-top:0px;	
	padding-top:0px;
	padding-bottom:0px;
	margin-left: 5px;
	width: 98%;
	line-height: 1px;
	border-bottom: 1px solid gray;	
}


*html .leftnav .line {
	margin-bottom: -4px;
}


*html .leftnav hr{
	margin-top:-5px;
}


.line2 {
	margin-top:0px;	
	padding-top:0px;
	padding-bottom:0px;
	margin-left: 5px;
	line-height: 1px;
	border-bottom: 1px solid gray;
  	background-color:#FFE7C6;
}


.mnuitm {
	position:relative;	  
  	cursor: pointer; 
  
}

.mnuitm p
{	
	padding-left: 5px;
	padding-top: 5px;	
	padding-bottom:5px;	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}

.leftnav img{	
	position: relative;
	display: block;
	margin:0px 0px 0px 5px;
	
}



.subItem {
	position:relative;	  
  	cursor: pointer;
}



.subItem p{	
	padding-left: 7px;
	margin-left:8px;	
	padding-right: 7px;
	margin-right:8px;	
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;

}


.subItem hr{
 	position:relative; 

}


*html .subItem hr{
 	margin-bottom: -7px;
}



.submenuItem {
	position:relative;	  
  	cursor: pointer;
  	background-color:#FFE7C6;
}



.submenuItem p{	
	padding-left: 7px;
	margin-left:15px;	
	padding-right: 7px;
	margin-right:8px;	
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}



.bottomborder {
	border-bottom: 1px solid gray;
}


.box {
	padding-top:0px;
	border: 2px solid #FFCC66;
	margin-bottom: 10px;
}
.box .title{	
	text-align: center;
	margin-top:0px;
	padding-top:0px;
	margin-bottom: 0px;
  	white-space:nowrap;
	background-color: #FFCC66;
}

.box .content{
	padding-top: 3px;	
}

.box .content hr{
	margin-top:0px;
}

.box .content p{	
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;	
	padding-bottom:5px;	
	
}
.box .content .indent{
	padding-left: 15px;
	text-indent: -12px;
	border-bottom: 1px solid #aaaaaa;
}

.box .content ul{
	margin-bottom:5px;
}

.box .content ul li{
	/* line-height: 1.6em; */
}

.box .content .noborder{
	border-bottom: 0px;
}

.headerbox {
	padding-left: 3%;
	background-color: #003f66;	
	padding-top: 10px;
	padding-bottom: 10px;
}
.headerbox p {
	margin-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: white;
	white-space: nowrap;	
}

.headerbox h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
	white-space: nowrap;	
}


.tableBlue th{
	background-color: #000080;
	color: white;
}

.tableBlue .colorhead {
	background-color:#d9f1ff;
}

.tableLightBlue th{
	background-color: #000080;
	color: white;
}

.tableLightBlue .colorhead {
	background-color:lightblue;
}


.tableGreen th{
	background-color: #008000;
	color: white;
}

.tableGreen .colorhead {
	background-color:#c5eaa4;
}

.tableRed th{
	background-color: #a50021;
	color: white;
}

.tableRed .colorhead {
	background-color:#f6bcbc;
}

.hang {
	padding-left:22;
	text-indent: -20px;	
}

.checklist {	
	list-style-image: url(images/checkmark.gif);
	list-style-type: circle

}