/*---------------------------------------------------------
HTML and Content Container
---------------------------------------------------------*/
/*Page ID*/
h1{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}
h2{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#primary-content{
	background-color: #FFFFFF;
	padding: 36px 36px 75px 36px;
}

#primary-content ol{
	list-style-type: decimal;
	font-weight: bold;
}
#primary-content li{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#primary-content ol li p{
	font-weight: normal;
}

#primary-content ol ol{
	list-style-type: decimal;
	font-weight: normal;
}
#primary-content ol ol li{
	border-bottom: 0;
	padding-bottom: 1em;
	margin-bottom: 0;
}

.top{
	text-align: right;
}
