/*
 * 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: #ebddaa;
   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;
}

/**********************************************************************************************
 * Related Links! These are the styles for the related links when they are in the content area.
 
 
 */

#clickboard_links {
  background: url("../img/related-top.jpg");
  background-repeat:repeat-x;
  float: right;
  clear: right;
  width: 220px;
  overflow: auto;
  margin: 1em 0em 1em .5em;
}

h4.clickboard_links {
  margin: 1.25em 0.5em 0em 0.9em;
  color:#c2531b;
  padding: 0px;
  font-size:.95em;
  font-weight:normal;
}

ul.clickboard_links {
  margin: 0.75em 0.5em 1.0em 0.5em;
  padding: 0em;
  list-style: none;
}

ul.clickboard_links li a{
  margin-right: 0.5em;
  padding-right: 0.5em;
  padding-left: 22px;
}

ul.clickboard_links li {
background-color:#096;
padding-top: 10px;

}


#main_content {
	width:734px;
	padding: 24px 0px 12px 36px;



}

#content_page {
	margin:0px 20px 0px 0px;

}



#content_page p{
	font-size:1.05em;
	width:450px;

}

#content_page ul {
	font-size:.9em;
	width:450px;

}



#content_page h2, h3 {
	width:450px;

}



.app_page_image {
   width: 220px;
   float: right;
   clear: right;
   margin:0px 0px 0px 20px;
}

#content_page .app_page_image p {
	color:#666;
	font-style:italic;
	width:200px;


}

#content_page ul.clickboard_links {
	width:200px;


}