/* ====================================
   = CIS Web site CSS - 2007          =
   = not the home.css                 =
   ==================================== */

/* ================================================================
	Body
   ================================================================ */
A
{
	font-weight: bold;
}
.underline
{
	text-decoration: underline;
}
#struct10
{
	height: 1%;
	width: 96%;
	margin: 10px auto 0 auto;
}
#struct10 H2
{
	font-size: 1.3em;
	text-decoration: underline;
	color: #C11713;
}
#struct10 H3
{
	font-size: 1.1em;
	color: #C11713;
	margin: 1em 0 0.2em 0;
}
#struct10 P
{
	margin: 0.5em 1em 0.5em 0;
	line-height: 1.5em;
}
#struct10 HR
{
	border: 1px solid #DBDBE5;
	margin: 10px 0;
}
#struct10_1     
{ 
	padding: 1em 0.5em 0.2em 0.5em;
}
#struct10_1 UL
{
	line-height: 2em;
	margin: 0.5em 1em 0.5em 1em;
}
#struct10_1 UL LI P
{
	margin-left: 1em;
	font-size: 0.9em;
}
#struct10_1 UL LI UL
{
        line-height: 1.8em;
        margin: 0.2em 1em 0.2em 2em;
}
#struct10_1 OL
{
	line-height: 2em;
	margin: 0.5em 1em 0.5em 1em;
}
#struct10_1 OL LI P
{
	margin-left: 1em;
	font-size: 0.9em;
}
#struct10_1 OL LI OL
{
        line-height: 1.8em;
        margin: 0.2em 1em 0.2em 2em;
}

.floatright
{
	width: 200px;
	margin: 0 0 10px 20px;
	padding: 10px;
	text-align: center;
	float: right;
	background-color: #DBDBE5;
}
.floatright IMG
{
	padding: 5px 0;
}
#struct10_1 UL LI UL LI UL
{
	line-height: 1.5em;
}

