.twoColLiqLtHdr #container {
	width: 58em;  /* this will create a container that will fit in an 800px brower window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 16px;
} 
.twoColLiqLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	font-size:0.9em;	/* SET FONT-SIZE HERE */
	background-color:#666; /* colors the div */
	}
div#listmenu ul {
	margin:0 0 0 10px;/* indents ul from edge of container */
	text-align: center;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#666; /*sets the background of the menu items */
	color:#FFC;	/* sets the type color */
	font-weight: bold;
	padding:0 6px;
	}
div#listmenu li:first-child {
	border-left:1px solid #069; /*the first vertical line on the menu */
	}
div#listmenu li:hover { 
	background-color:#FFF; /*sets the background of the menu items */
	}
div#listmenu a {
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#CCC;	/* sets the type color */
	font-weight: bold;
	}
div#listmenu a:hover {
	color:#F33;
	}
n mbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
a:link {
	color:#039;
	text-decoration:none;
}
a:visited {
	color:#06F;
	text-decoration: none;
}
a:hover {
	color:#666;
	text-decoration: none;
}
a:active {
	color:#039;
	text-decoration: none;
	text-align: center;
	font-size: 16pt;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.seven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.greyseven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
		color: #999;
}
.dkgreyseven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
		color: #666;
}
.whiteseven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
		color: #FFF;
}
.eight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.greyeight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999;
}
.dkgreyeight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#666;
}
.redeight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C40505;
}
.whiteeight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
}
.greynine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999;
}
.dkgreynine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
}
.vdkgreynine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#333;
}
.nine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #000;

}
.rednine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #C40505;
}
.whitenine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
}
.ten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
.tencenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
.tenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
}
.redten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #C40505;
}
.greyten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#999;
}
.dkgreyten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#666;
}
.whiteten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFF;
}
.eleven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
}
.redeleven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#C40505;
}
.greyeleven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#666;
}
.dkgreyeleven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#666;
}
.dkgreeneleven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#390;
}
.dkgreenten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#390;
}
.dkgreennine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#390;
}
.dkgreeneight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#390;
}
.dkgreenseven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#390;
}
.whiteeleven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#FFF;
}
.twelve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.redtwelve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #C40505;
	text-align: left;
	font-weight: normal;
}
.greytwelve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #999;
}
.dkgreytwelve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666;
}
.whitetwelve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
}
.redthirteen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #C40505;
	}
.thirteen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}
.greythirteen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #999;
	}
.dkgreythirteen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #666;
	}
.whitethirteen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FFF;
	}
.redfourteen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #C40505;
}
.fourteen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.greyfourteen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #999;
}
.dkgreyfourteen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #666;
}
.whitefourteen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
}
.ctrbold {
	font-weight:bold;
	font-size: 11pt;
	text-align:center;
}

.footer {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-align: right;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	float: left;
	width: 200px;
	position: relative;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.headertd {
	font-size: 10px;
}
.td-bkgrnd {
	color: #999;
}
.headertxt {
	font-size: 36px;
	color: #00F;
	text-align: center;
}
