@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}

#lists {
	height: 400px;
	overflow: auto;
	text-align: left;
	margin-top: 10px;
}

#column_left {
	width: 320px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 20px;
}
#column_right {
	width: 320px;
}
#lists a {
	text-decoration: underline;
}


/* CSS Document */

.fltrt { /* this class can be used whenever you wish to float an element to the right side of the page. The floated element must be placed above the element that will display next to it in the source code. */
	float: right;
}

.fltlft { /* this class can be used whenever you wish to float an element left on the page */
	float: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
#lists h1 {
	font-size: 100%;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
}
#lists h2 {
	font-size: 90%;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
}
#lists h3 {
	font-size: 80%;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
	padding-top: 3px;
}
#lists h4 {
	font-size: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;

}
#lists h5 {
	color: #008480;
	font-size: 110%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
	font-weight: normal;

}
#lists h6 {
	font-size: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
