#container
{
	margin:20px auto 0 auto;
	font-size:11px;
	width:960px;
}

#container p
{
	font-size:1.05em;
}

h1
{
	border-top: 4px solid #00209F;
	border-bottom: 2px solid #00209F;
	color:#00209F;
	padding:5px 0;
}
p.info
{
	font-weight:bold;
}

/* Navigation lists */

ul.nav li
{
	background: url(/css/standalone/i/LNBlueArrow.gif) no-repeat left 4px;
	padding: 0 0 3px 8px;
}
ul.nav
{
	padding: 0 0 5px 50px;
	margin: 0 5px;
	list-style:none;
	float:left;
}
ul.nav a
{
	text-decoration: none;
}
ul.nav a:hover
{
	text-decoration: underline;
}


/* Lists of terms */

h2
{
	border-top: 4px solid #00209F;
	border-bottom: 2px solid #00209F;
	color:#1e1e1e;
	padding:5px 0;
	margin-top: 40px;
}

h3
{
	font-size:1.25em;
	font-weight:bold;
}

/* Main list styles */

ol
{
	margin-left:0;
	padding-left:0;
	clear:both;
}

ol li
{
	border-bottom:1px solid #00209F;
	list-style-position:inside;
}

ol li.last
{
	border:none;
}

/* Subsection list */

ol.subsection
{
	margin-left:30px;
	padding-left:0;
}

ol.subsection li
{
	border:none;
}

/* Numbered list that's flush with text above and below */

ol.flushlist
{
	margin-left:25px;
}

ol.flushlist li
{
	list-style-position:outside;
	border:none;
}

/* Bulleted list */

ol li ul
{
	list-style:disc;
	padding-left:15px;
	margin-left:0;
}
ol li ul li
{
	list-style-position:outside;
	border:none;
}
/*ol li ol.subsection li ol
{
	padding-left:0;
	margin-left:0;
}*/

/* Miscellaneous paragraphs */

p.pRight
{
	text-align:right;
}

p.pMiddle
{
	text-align:center;
	padding-top:20px;
}

p#end
{
	font-weight:normal;
	border-top:1px solid #D9DEF0;
	border-bottom:1px solid #D9DEF0;
	width:100%;
	padding:5px 0;
	text-align:center;
}
p#end span
{
	padding:0 20px;
}
