@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #FFF;
}
.oneColPars #container {
	width: 90%;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px none #000000;
	text-align: left;
}
.oneColPars #mainContent {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
}

/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 4px;
}
.fltlft {
	float: left;
	margin-right: 4px;
}
.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;
}
/* just to alternate nice layout in long multi-level lists */
.liOdd {
	background-color:#96B8FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	text-indent: 4px;
}
.liEven {
	background-color:#FFFD9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-indent: 4px;
}
.liliOdd {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	font-style: italic;
}
.liliEven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
}
