@charset "iso-8859-1";
<script type="text/javascript">
<!--
/*
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}
*/
//-->
</script>

body  {
	font: 100%  Arial, Verdana, sans-serif;
	background: #cccc99;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	}

.twoColLiqRtHdr #container { 
	width: 780px;  /* this will create a container 80% of the browser width */
	background: #ffffcc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0px;
	border: 1px #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColLiqRtHdr #headerOne{
float:left; /*floating the div lets it contain the floated list items so the background displays behind them*/
 width:780px; height:80px; /*width is necessary for the float*/
background:  #cc6600 url("images/ListTestHeaderUpperSlice.jpg") no-repeat;  /*sets the one navbar image as background*/

}
.twoColLiqRtHdr #headerOne ul{
list-style-type:none; /*removes bullets from the list*/
text-align:center; /*aligns the text to what should end up as the center of each graphical button*/
margin: 0 0 0 1em;
}


.twoColLiqRtHdr #headerOne ul li{
display:inline; /*extra step to get IE to display link list horizontally*/
}
.twoColLiqRtHdr #headerOne ul li a{
display:block; /*makes the anchor fill the list item so clicking any part of the graphical button will work, also allows the anchor to take a width*/
float:right; /*the key to making the list horizontal*/
width:65px; /*set to the width of each button part of the image, make sure the combined width doesn't exceed the total width of the navbar*/
line-height:30px; /*set equal to the height of the navbar image. Using line-height, rather than height, will get the text aligned to the vertical center of the button*/

}


.twoColLiqRtHdr #headerOne ul li a:link{font-size:1.0em;font-family:arial, verdana, sans-serif;font-weight:bold;text-decoration:none;color:#333333;}  
.twoColLiqRtHdr #headerOne ul li a:link:hover{font-size:1.0em;font-family:arial, verdana, sans-serif;text-decoration:underline;color:#666666;}
.twoColLiqRtHdr #headerOne ul li a:visited:hover{font-size:1.0em;font-family:arial, verdana, sans-serif;text-decoration:underline;color:#666666;}
.twoColLiqRtHdr #headerOne ul li a:visited{font-size:1.0em;font-family:arial, verdana, sans-serif;text-decoration:none;color:#333333;}






.twoColLiqRtHdr #headerTwo{
float:right; /*floating the div lets it contain the floated list items so the background displays behind them*/
 width:780px; height:40px;/*width is necessary for the float*/
background: #cc6600 url("images/ListTestHeaderLowerSlice.jpg") no-repeat; /*sets the one navbar image as background*/

}
.twoColLiqRtHdr #headerTwo ul{
list-style-type:none; /*removes bullets from the list*/
text-align:right; /*aligns the text to what should end up as the center of each graphical button*/
margin: 0 7em 0 7em;
}
.twoColLiqRtHdr #headerTwo {
display:inline; /*extra step to get IE to display link list horizontally*/
}
.twoColLiqRtHdr #headerTwo a{
display:block; /*makes the anchor fill the list item so clicking any part of the graphical button will work, also allows the anchor to take a width*/
width:130px; /*set to the width of each button part of the image, make sure the combined width doesn't exceed the total width of the navbar*/
line-height:40px; /*set equal to the height of the navbar image. Using line-height, rather than height, will get the text aligned to the vertical center of the button*/
}
.twoColLiqRtHdr #headerTwo a:link{font-size:1.2em;font-weight:bold;font-family:arial, verdana, sans-serif;text-decoration:none;color:#333333;}  


.twoColLiqRtHdr #headerTwo a:link:hover{font-size:1.2em;font-weight:bold;font-family:arial, verdana, sans-serif;text-decoration:underline;color:#666666;}
.twoColLiqRtHdr #headerTwo a:visited:hover{font-size:1.2em;font-weight:bold;font-family:arial, verdana, sans-serif;text-decoration:underline;color:#666666;}
.twoColLiqRtHdr #headerTwo a:visited{font-size:1.2em;font-weight:bold;font-family:arial, verdana, sans-serif;text-decoration:none;color:#333333;}





.twoColLiqRtHdr #pic{
float:left;
    margin-left: auto; margin-right: auto; text-align: left;
	padding: 0px 0px 0px 0px ;
	background: #333333;
	width: 780px;
	height: 110px;
	border-to 2 px solid #333333;
	 
}

.twoColLiqRtHdr #pic img{
float:right;
    margin: 3px 10px 5px 5px;
	padding: 0px 0px 0px 0px ;
		border: 1px solid #333333;
	 
}

.twoColLiqRtHdr #muppet img{
	position: relative; left: -1px; top: 0px;	
	float:left;
	margin:0px 0px 0px 1px;
}





/* 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 ".twoColLiqRtHdr #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.
*/
.twoColLiqRtHdr #sidebar1 {
	
	float: right; /* since this element is floated, a width must be given */
	width: 200px; 
	
	background: #333333; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px 0; /* top and bottom padding create visual space within this div  */
padding-bottom: 10px;
text-align: center;
}
.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 h4, .twoColLiqRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: rgb(153,153,153);
	font-family:arial, verdana, sans-serif;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right 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.
*/
.twoColLiqRtHdr #mainContent { 
	margin: 0px 26% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */


} 
.twoColLiqRtHdr #mainContent  ul{
color: rbg(51,51,51);text-align:center: ;
font-family:arial, verdana, sans-serif;
font-size:small;

}
.twoColLiqRtHdr #mainContent  p, h2, h3, h4, ul{
color: rbg(51,51,51);text-align:center: ;
font-family:arial, verdana, sans-serif;

}

.twoColLiqRtHdr #footer { 
	float:left;
    margin-left: auto; margin-right: auto; text-align: left;
	padding: 10px 0px 0px 0px ;
	
	width: 760px;
	height: 100px;
	background: #cccc99;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.twoColLiqRtHdr #footer p {
	color: #333333;text-align:center; ;
font-family:arial, verdana, sans-serif;
font-size:0.7em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* 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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
