﻿/* skel.css - base framework */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit; padding:3px;}
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
form{ height:100%;}
br.c{ clear:both; height:0; margin:0; font-size: 1px; line-height: 0; }

html,body{
  margin:0;
  padding:0;
  border:0;
/* \*/
  height:100%;
}

body{
  text-align:center;
}

#fhc{
  text-align:center;
  position:relative;
/* \*/
  height:100%;
}

#wrapper{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  min-height:100%;
/* \*/
  height:100%;
}
#wrapp\65	r{
  height:auto;
}
/* \*/
* html #wrapper{
  height:100%;
}

#outer{
  z-index:1;
  position:relative;
/* \*/
  height:100%;
}

#float-wrap{
  margin-right:-1px;
  float:left;
  display:inline;
}

#left{
  float:left;
  display:inline;
  position:relative;
}

/* \*/
* html #left{margin-right:-3px;}

#right{
  float:right;
  display:inline;
  margin-left:-1px;
  position:relative;
}
/* \*/
* html #right{
  margin-left:0px;
}

#container-right{
/* \*/
  margin-left:1px;
}
/* \*/
* html #container-right{
  fl\oat:right;
  di\splay:inline;
  margin-left:2px;
  mar\gin-left:0px;
}

#center{
  float:right;
  display:inline;
}

#clearheadercenter,
#clearheaderleft,
#clearheaderright
{
  overflow:hidden;
}

#clearfootercenter
#clearfooterleft
#clearfooterright
{
  overflow:hidden;
}

#footer{
  width:100%;
  z-index:1;
  position:absolute;
  clear: both;
  overflow:hidden;
  margin: 0 auto;
  left:0;
  text-align :center;
}

#subfooter{
  padding: 2px 0;
  margin:0 auto;
  text-align:left;
}
#header{
  width:100%;
  position:absolute;
  z-index:1;
  top:0px;
  left:0;
}
#subheader{
  text-align:left;
  margin:0 auto;
}



