@charset "utf-8";
/* CSS Document */

/*  CLEAR FLOATING   */
#term #title:after, #term #body ul.form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
}
/*  CLEAR FLOATING ENDS  */

#term {
	border: 1px solid #D0D0D0;
	background-color: #FFFFFF;
	width: 610px;
}
#term #title {
	background-image: url(/images/help_h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
	color: #666666;
}
#term #title h1 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	float: left;
	padding-left: 20px;
}
#term #title p {
	font-size: 12px;
	color: #999999;
	float: right;
	padding-right: 20px;
	padding-top: 7px;
}
#term #body {
	margin: 5px;
	width: 600px;
	clear: both;
	color: #444444;
}
#term #body h2 {
	background-color: #D0D0D0;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#term  #body  h2  a, #term  #body  h2  a:link, #term #body h2 a:hover {
	color: #333333;
	cursor: default;
	text-decoration: none;
}
#term #body p {
	text-indent: 13px;
	padding: 0 10px 10px 10px;
}
#term #body h3 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px 10px 10px 5px;
}
#term #body .center { text-align: center; }

#term  #body  ul, #term #body ol {
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 40px;
}
#term #body ul li {
	margin-bottom: 5px;
	list-style-type: disc;
}
#term #body ol li {
	margin-bottom: 5px;
	list-style-type: lower-alpha;
}
#term #body ul.form {
	margin: 0 auto 10px auto;
	width: 600px;
	clear: both;
	padding: 0px;
}
#term  #body ul.form li {
	list-style-type: none;
	float: left;
}
#term  #body  ul.form  li.label {
	text-align: right;
	width: 120px;
	margin: 0px;
	padding: 0px;
}
#term  #body  .button  {
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}
