/* CSS Document */


p {
	line-height: 120%;
}
.highlight {
	background-color: #FFFF00;
}

.list_style {
	background-image: url(../images/layout/arrow_sm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 12px;
	line-height: 200%;
}
ul#list { /* list style for single line list items with graphic arrow bullet */
	list-style-type: none;
	line-height: 175%;
}

ul#list li {
	background-image: url(../images/layout/arrow_sm.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}


ul#list2 { /* list style for multi line list items with graphic arrow bullet*/
	list-style-type: none;
}
ul#list2  li {
	background-image: url(../images/layout/arrow_sm2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
ul#list3 { /* list style for multi line list items with lower case alpha bullets*/
}
ul#list3 li {
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: lower-alpha;
}
ul#list4 {
}
ul#list4 li {
	list-style-type: decimal;
	padding-top: 10px;
	padding-bottom: 10px;
}


#chpt_top_frame {
	height: 100%;
	background-image: url(../images/layout/heading_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #A6D2FF;
}

#chpt_top_head {
	height: 30px;
	color: #2C7094;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#chpt_top_head_title {
	float: left;
	width: 50%;
	font-size: 13pt;
	font-weight: bold;

}
#chpt_top_head_functions {
	float: left;
	width: 50%;
	text-align: right;
	font-weight: bold;
}
#chpt_top_body_desc1 {
	color: #990000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#chpt_top_body_desc2 {
	color: #09699F;
	padding-top: 3px;
	padding-bottom: 5px;
}
.sub_box {
	background-image: url(/images/layout/heading_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #A6D2FF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.sub_box h1 {
	color: #09699F;
	font-size: 12pt;
	margin: 0px;
}
ul#side_menu2/* CSS Document */

 {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	display: block;
	margin-top: 5px;
	padding-left: 0px;
	margin-left: 5px;
	list-style-type: none;
}
ul#side_menu2  li {
	font-size: 12px;
	padding-bottom: 5px;
	background-image: url(../images/layout/arrow_sm.gif);
	background-position: 0 .45em;
	background-repeat: no-repeat;
	padding-left: 10px;
}
ul#side_menu2  li  a {
	text-decoration: none;
}

#content_right img {
	margin-right: 10px;
	margin-bottom: 20px;
}
