@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #3867AE;
}
.twoColLiqLtHdr #container {
	width: 90%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.twoColLiqLtHdr #header {
	background-image: url(Images/Homepage/HeaderLogoLeft.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	margin: 0 0 0 0;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	overflow: hidden;
}
.twoColLiqLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Franklin Gothic Medium", "Helvetica Neue";
	font-size: 24px;
	color: #1A3D1E;
	font-style: italic;
	text-align: right;
	padding-right: 5px;
	clear: both;
	float: right;
}
.twoColLiqLtHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Franklin Gothic Medium", "Helvetica Neue";
	font-size: 24px;
	color: #1A3D1E;
	font-style: italic;
	text-align: right;
	padding-right: 5px;
	vertical-align: text-bottom;
	white-space: nowrap;
	float: right;
	clear: right;
	margin-top: 135px;
}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	width: 200px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 0px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	padding: 28px 0 0 0;
	margin: 0 0 0 0;
}
.twoColLiqLtHdr #sidebar1 form {
	width: 196px;
	background-color: #3450C3;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 1px;
	padding-left: 3px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
.twoColLiqLtHdr #sidebar1 img {
	width: 200px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	margin-bottom: 5px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	padding: 28px 10px 28px 30px;
}
.twoColLiqLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #169120;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin: 15px 15px 8px 15px;
}
.twoColLiqLtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #169120;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px 3px 5px;
	border-bottom-color: #DCDCDC;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.twoColLiqLtHdr #mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #169120;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px 3px 5px;
}
.twoColLiqLtHdr #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #169120;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px 3px 5px;
}
.twoColLiqLtHdr #mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #930101;
	font-style: normal;
	list-style-type: decimal;
	line-height: 17pt;
	letter-spacing: 1pt;
}
.twoColLiqLtHdr #mainContent ol a {
	font-family: Arial, Helvetica, sans-serif;
	color: #930101;
	font-style: normal;
	text-decoration: none;
}
.twoColLiqLtHdr #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #930101;
	font-style: normal;
	list-style-type: square;
	line-height: 17pt;
	letter-spacing: 1pt;
	list-style-position: inside;
}
.twoColLiqLtHdr #mainContent ul a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-style: italic;
}
.twoColLiqLtHdr   #mainContent ul a sup {
	font-family: "Trebuchet MS";
	font-style: italic;
	color: #930101;
	text-decoration: none;
	width: auto;
	height: auto;
	z-index: 1040;
	text-transform: uppercase;
	cursor: default;
}
.twoColLiqLtHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	line-height: 14pt;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1pt;
	font-size: 14px;
	text-align: justify;
}
.twoColLiqLtHdr #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	color: #000099;
	text-transform: uppercase;
	clear: right;
}
.twoColLiqLtHdr #footer {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-right: 15px;
	padding-left: 15px;
}
.twoColLiqLtHdr #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
	text-decoration: none;
}
.twoColLiqLtHdr    #footer td   {
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.twoColLiqLtHdr #mainContent sub {
	font-family: "Trebuchet MS";
	color: #333333;
	font-weight: bold;
	width: auto;
	height: auto;
	visibility: hidden;
	position: absolute;
}
.twoColLiqLtHdr #footnotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	position: absolute;
	visibility: hidden;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float: inherit;
}
.twoColLiqLtHdr #footnotes2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	position: absolute;
	visibility: hidden;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float: inherit;
}
.twoColLiqLtHdr #footnotes3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	position: absolute;
	visibility: hidden;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float: inherit;
}
.twoColLiqLtHdr #footnotes4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	position: absolute;
	visibility: hidden;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float: inherit;
}
.twoColLiqLtHdr #footnotes5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	position: absolute;
	visibility: hidden;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float: inherit;
}
.twoColLiqLtHdr #footnotes6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	position: absolute;
	visibility: hidden;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float: inherit;
}
.twoColLiqLtHdr #footnotes7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	position: absolute;
	visibility: hidden;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float: inherit;
}
.twoColLiqLtHdr #reference {
}
.twoColLiqLtHdr #reference h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #169120;
	border-bottom-color: #DCDCDC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	text-transform: capitalize;
}
.twoColLiqLtHdr #quotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	background-color: #E7FFD4;
	margin-left: 4em;
	margin-right: 4em;
	margin-bottom: 4em;
	color: #B10202;
	padding: 3px 5px 3px 5px;
}
.twoColLiqLtHdr     a#brds    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #930101;
	text-decoration: none;
	text-transform: uppercase;
	cursor: default;
}
.twoColLiqLtHdr     #brdsp    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	visibility: hidden;
	color: #3C3C3C;
	text-decoration: none;
	width: 450px;
	position: absolute;
	top: 275%;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	left: 30%;
}
.twoColLiqLtHdr  #brdsp h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
}
.twoColLiqLtHdr #brc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: static;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
}
.twoColLiqLtHdr #brcIndex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: absolute;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
	left: 45%;
	top: 140%;
}
.twoColLiqLtHdr #brcAlcohol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: absolute;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
	left: 45%;
	top: 153%;
}
.twoColLiqLtHdr #brcDrugs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: absolute;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
	left: 45%;
	top: 153%;
}
.twoColLiqLtHdr #brcEat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: absolute;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
	left: 45%;
	top: 205%;
}
.twoColLiqLtHdr #brcMeet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: absolute;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
	left: 45%;
	top: 160%;
}
.twoColLiqLtHdr #brcMission {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: absolute;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
	left: 45%;
	top: 250%;
}
.twoColLiqLtHdr #brcNic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: absolute;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
	left: 45%;
	top: 168%;
}
.twoColLiqLtHdr #brcSA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: absolute;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
	left: 45%;
	top: 115%;
}
.twoColLiqLtHdr #brcTorq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: absolute;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
	left: 45%;
	top: 68%;
}
.twoColLiqLtHdr #nutra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: absolute;
	top: 68%;
	left: 35%;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
}
.twoColLiqLtHdr #nutra a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight: bold;
	width: 500px;
}
.twoColLiqLtHdr #auriculo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #770101;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 0 5px 3px 5px;
	position: absolute;
	top: 68%;
	left: 35%;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
}
.twoColLiqLtHdr  #auriculo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight: bold;
	width: 500px;
}
.twoColLiqLtHdr #chiro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B10202;
	text-decoration: none;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px 5px 3px 5px;
	position: absolute;
	top: 65%;
	left: 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
	visibility: hidden;
}
.twoColLiqLtHdr #chiro a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight: bold;
	width: 500px;
}
.twoColLiqLtHdr #yoga {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	color: #000099;
	text-decoration: none;
	width: 300px;
	clear: both;
	float: right;
	height: auto;
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 0 5px 0 5px;
	position: absolute;
	top: 86%;
	left: 30.5%;
	z-index: 2010;
	visibility: hidden;
}
.twoColLiqLtHdr     #subabuse   {
	font-family: "Trebuchet MS";
	color: #333333;
	font-weight: bold;
	width: auto;
	height: auto;
	visibility: hidden;
	position: absolute;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.twoColLiqLtHdr #subabuse2 {
	font-family: "Trebuchet MS";
	color: #333333;
	font-weight: bold;
	width: auto;
	height: auto;
	visibility: hidden;
	position: absolute;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.twoColLiqLtHdr #subscript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	width: auto;
	height: auto;
	visibility: hidden;
	position: absolute;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 2px 4px 2px 4px;
}
/* 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;
}
.homepageimg {
	width: 225px;
	height: 225px;
	margin: 0px 6px 6px 24px;
	z-index: 1075;
}
.fllftimg2 {
	float: left;
	margin-left: 8px;
	margin-right: 15px;
	margin-bottom: 2px;
	width: auto;
	height: auto;
	outline-color: #DCDCDC;
	outline-style: solid;
	outline-width: thin;
	margin-top: 8px;
}
.fltrtimgMission1 {
	float: right;
	width: auto;
	height: auto;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 8px;
	outline-color: #DCDCDC;
	outline-style: solid;
	outline-width: thin;
}
.twoColLiqLtHdr #mainContent label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	font-style: normal;
	padding-left: 5px;
	letter-spacing: 1pt;
}
.twoColLiqLtHdr #testimonials {
	font-family: "Trebuchet MS";
	z-index: 1040;
	font-size: 12px;
	font-style: italic;
	background-color: #E1E1E1;
	width: 80%;
	margin-left: 3em;
	padding: 2px 5px 2px 5px;
}
.twoColLiqLtHdr #spacer {
	text-align: center;
	border-bottom-style: solid;
	vertical-align: middle;
	color: #FFFFF;
	width: 100%;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
}
.twoColLiqLtHdr #hormenu {
	width: 100%;
	height: 27px;
	background-color: #FFFFFF;
}
.twoColLiqLtHdr #mainContent1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	line-height: 14pt;
	padding-left: 35px;
	padding-right: 35px;
	letter-spacing: 1pt;
	font-size: 14px;
	font-weight: bold;
}
.twoColLiqLtHdr #mainContent1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #169120;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin: 15px 15px 45px 15px;
}
.twoColLiqLtHdr #mainContent1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #169120;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px 3px 5px;
}
.twoColLiqLtHdr #mainContent1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000099;
	clear: right;
}
.twoColLiqLtHdr #sidebar2 {
	width: 225px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: 0px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	font-style: italic;
	text-transform: capitalize;
	font-stretch: expanded;
	padding: 0 3px 0 3px;
}
.twoColLiqLtHdr #sidebar2 h2 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 1px;
	padding-left: 1px;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 5px;
}
.twoColLiqLtHdr #sidebar2 h3 {
	text-align: center;
	padding-right: 1px;
	padding-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.twoColLiqLtHdr #sidebar2 h1 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 1px;
	padding-left: 1px;
	color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
}
