@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #container {
	width: 92%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/backgd.gif);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #00C;
}
.styledtable2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #009;
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
	width: 90%;
	margin-left: 5%;
}

.oneColLiqCtrHdr #header {
	padding: 0;  /* 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. */
	background-color: #999;
	background-image: url(../images/grauback.gif);
	background-repeat: repeat;
}
.oneColLiqCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #FC0;
}
.oneColLiqCtrHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #039;
	background-color: #FFF;
	background-image: url(../images/backgd.gif);
	background-repeat: repeat;
	padding-top: 3%;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
	line-height: 150%;
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.oneColLiqCtrHdr #footer {
	background-color: #666;
	background-image: url(../images/grauback.gif);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #fc0;
} 
.red {
	color: #C30;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: 25px;
	text-align: left;
}

.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FC0;
	clear: both;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.styledtable {
	color: #009;
	background-color: #CCC;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	border-collapse: collapse;
	width: auto;
	left: 15%;
	text-align: left;
	padding: 2px;
	right: 15%;
	margin-top: 0px;
	margin-right: 25%;
	margin-left: 15%;
}
#mainContent .styledtable tr th {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #009;
	background-color: #FC0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009;
	width: 70%;
	padding-bottom: 12px;
	overflow: auto;
}
.styledtable tr td {
	text-align: left;
	padding: 10px;
	width: auto;
	left: 20%;
}
.oddrow {
	background-color: #EAF1F4;
}
.LinkBar {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	background-color: #EAF1F4;
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 2px;
	border-bottom-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	width: 100%;
	position: relative;
	height: auto;
	left: 12px;
	top: 5px;
	right: 12px;
	bottom: 10px;
}
.tablehead {
	font-size: 24px;
}
p {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #039;
	text-align: left;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColLiqCtrHdr #container #mainContent #linkbar .LinkBar .red a {
	font-size: 14px;
}
.oneColLiqCtrHdr #container #mainContent .MsoNormal .MsoNormal img {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-right: 15px;
}
.oneColLiqCtrHdr #container #footer p a {
	color: #0FF;
}
.oneColLiqCtrHdr #container #mainContent table tr td p span span .textstyle {
	font-style: italic;
}
.oneColLiqCtrHdr #container #mainContent table tr td p .MsoNormal span {
	font-family: Verdana, Geneva, sans-serif;
}
.oneColLiqCtrHdr #container #mainContent table tr td pre span {
	font-family: Verdana, Geneva, sans-serif;
}
.oneColLiqCtrHdr #container #mainContent table tr td {
	font-family: Verdana, Geneva, sans-serif;
}
.oneColLiqCtrHdr #container #mainContent table tr td {
	font-style: normal;
}
.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	text-decoration: none;
	color: #039;
}
.oneColLiqCtrHdr #container #mainContent #tabletrips .oddrow td a {
	text-align: center;

}
