@charset "utf-8";
html {
     overflow: -moz-scrollbars-vertical;
     overflow-x: auto;
}
body {
	margin: 0; 
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image:url(images/menubkg.gif);
	background-repeat:repeat-x;
	background-position:0px 143px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color:#636466;
	line-height:150%;
}
ul {
	padding-left:15px;
	margin:0;
}
li {
	padding:0;
}
img {
	border:0;
}
a {
	color:#636466;
	text-decoration:none;
}
.grayborderleft li a {
	color: #087cc7;
	text-decoration:underline;
}
td.menuheight {
	height:78px;
	padding-left:60px;
}
.clickview {
}
.clickview a {
	color:#087cc7;
	text-decoration:underline;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	border: 0px solid #000000;
	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;
}
.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: #f5821f;
	height:73px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtrHdr #footer {
	height:35px;
	padding: 0;
	background-color: #f5821f;
	color: #FFFFFF;
	font-size:90%;
} 
.oneColLiqCtrHdr #footer a {
	color: #FFFFFF;
}
#mainTable {
	width: 1000px;
}

.headings {
	color:#F5821F;
	text-transform:uppercase;
	font-weight: bold;
}
.hrbar {
	color:#636466;
}
.graybordertop {
	border-top:1px solid #c7c7c7;
}
.grayborderright {
	border-right:1px solid #c7c7c7;
}
.grayborderbottom {
	border-bottom:1px solid #c7c7c7;
}
.grayborderleft {
	border-left:1px solid #c7c7c7;
}

@media screen {
#footer a {text-decoration:underline;}
.printHeader { display: none; }
.printFooter { display: none; }
div.rightcol {
	float:left;
	width:50%;
	text-align:left;
}
div.leftcol {
	float:left;
	width:50%;
	text-align:left;
}
div.storyright {
	float:left;
	width:45%;
	text-align:left;
	padding-left:30px;
	padding-right:10px;
}
div.storyleft {
	float:left;
	width:45%;
	text-align:left;
	padding-left:10px;
}
}

@media print {
body {
	margin: 0; 
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image:none;
	font-size: 60%;
	color:#636466;
	line-height:150%;
}
.noprint {
	display:none;
}
#mainTable {
	width: 700px;
}
div.listintro {
	width:600px;
}
div.story {
	width:600px;
	margin-left:-300px;
}
div.leftcol {
	width:600px;
	float:left;
	text-align:left;
	
}
div.rightcol {
	width:600px;
    display: inline-block;
    display: -moz-inline-stack;
	text-align:left;
}
div.storyleft {
	width:600px;
	float:left;
	text-align:left;
	
}
div.storyright {
	width:600px;
	display:block;
	text-align:left;
}
div.prdheader {
	width:600px;
}

/*  #header {
    display: none; 
  }
  */
  #footer {
  	display:none;
	}
   .menuheight {
   display:none;
  }
  .printHeader{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:22px;
	font-weight: bold;
	padding:25px 0px;
  }
  .printFooter {
    padding: 25px 0px 0px 0px;
    bgcolor: #FFFFFF;
    border: 0;
	margin: 0;
  }
}
