/*
 * Release Notes
 **/
#release_notes {
}

#release_notes h3 {
  margin-top: 1em;
}

#release_notes ul {
  margin-left: 1em;
}

#release_notes li {
  margin-left: 1em;
}



/**********************************************************************************************
 * Secondary content layout consists of two columns, 
 * #secondary_feature, #secondary_content and small block menu for related items.
 */

#secondary_feature {
	float: left;
	width: 275px;
	margin-top: 20px;

}

#secondary_content {
	margin: 0px;
	padding: 0px;
	width: 450px;
	text-align: left;
	float: right;

}

#side_related { 
   margin: 1em 0px 1em 0px;
   padding: 0px 0px 0.5em 0px;
   background-color: #DCE7C7;
   width: 100%;
   font-size: 90%;		        
}							        
#side_related h4 { 
   margin: 0px 10px 0px 10px;
   color: #3D6561;
   font-family: Georgia,"New Times Roman",Serif;
}
#side_related ul { 
   margin-left: 10px;
   margin-bottom: 6px;
}

#side_related li { 
   padding-left: 20px;
}

#side_related a, #side_related a:visited {
   color: #000000;
   padding: 0px 1em 0px 0px;  	  
   text-decoration: none;
}

#side_related a:hover {
   color: #000000;
   padding: 0px 1em 0px 0px;  	  
   font-weight: bold;
}


