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

 
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;
	text-align: center;
	background-image: none;
	background-color: #FFF;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	list-style-position: inside;
	list-style-type: square;
}
.thrColLiqHdr #container #footer table tr td .footera {
	color: #999;
}

#banner    {
	width: 760px;
	height: 150px;
	text-align: left;
	clear: inherit;
	float: none;
	position: relative;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
}
#container  {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: none;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FCFCFC;
} 
#header1 {
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
	background-color: #A7001F;
}
#header  {
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
	background-color: #FFF;
} 
#headerbox {
	font-size: medium;
	font-weight: bolder;
	float: right;
	height: 30px;
	width: 175px;
	color: #666;
	z-index: 0000;
	padding-top: 40px;
	margin-right: 100px;
	text-align: center;
	margin-top: 0px;
	position: inherit;
	line-height: -1em;
	vertical-align: middle;
	word-spacing: normal;
	left: 0px;
}
#headerbox2 {
	width: 175px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	clear: none;
	z-index: 0001;
	margin-left: 10px;
}

.thrColLiqHdr #container #header #headerbox p {
	line-height: normal;
	margin: 0px;
	font-size: small;
	color: #900;
}

#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.center p    {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px 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.
*/
#mainContent  {
	background-image: none;
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0;
}
#center {
	clear: none;
	width: 760px;
	height: auto;
	float: none;
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.thrColLiqHdr #container #mainContent #center p {
	margin-left: 40px;
	margin-right: 40px;
	list-style-position: inside;
	list-style-type: none;
}
.thrColLiqHdr #container #mainContent #center ul {
	list-style-position: inside;
}
.thrColLiqHdr #container #mainContent #center table tr td p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	color: #000;
}





/* 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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColLiqHdr #container #header h2 {
	font-size: medium;
	text-decoration: blink;
	padding-bottom: 30px;
}
 
</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 { padding-top: 30px; }
.pageid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999;
	text-align: right;
	margin-left: 600px;
	margin-top: 0px;
}
.thrColLiqHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">

h1 {
	font-size: large;
	color: #6d0013;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}
h2 {
	font-size: large;
	color: #53b9a0;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

</style>
.thrColLiqHdr #container #mainContent #center h1 {
	font-size: large;
	font-weight: bold;
	color: #a7001e;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.ul     {
	list-style-type: square;
	list-style-position: outside;
}
.thrColLiqHdr #container #mainContent #center table tr td {
	font-size: small;
	list-style-position: inside;
	list-style-type: none;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.tablelist {
	padding: 15px;
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
}
.thrColLiqHdr #container #mainContent #center table tr td ul {
	list-style-position: outside;
	list-style-type: square;
	color: #333;
	background-color: #FFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.thrColLiqHdr #container #mainContent #center table tr td ul li a {
	color: #900;
	text-decoration: none;
	margin-left: 0px;
	font-weight: bold;
}
.thrColLiqHdr #container #mainContent #center table tr td ul li a hover {
	color: #999;
}


.tablelable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	font-variant: normal;
	color: #066;
	padding: 15px;
}
#footer {
	font-size: x-small;
	background-color: #000;
	color: #FFF;
}

.tableemphasis {
	font-size: medium;
	font-weight: bold;
	color: #900;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.thrColLiqHdr #container #mainContent #center h1 {
	font-size: medium;
	font-weight: bold;
	color: #900;
	margin-left: 40px;
}
a img {
	border: none;.thrColLiqHdr #container #mainContent #center table tr td h1 {
	margin-left: 0px;
	color: #09C;
}
.thrColLiqHdr #container #footer table tr td .footera visited {
	color: #96F;
}
