
html, body, * ,.ui-widget  {
    
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
   
}

body 
{
	font-size: 12px;
}

#main
{
  height: 100%;
  width:80%;
  margin: auto;	
  position: relative;
}

#pageHeader
{
	height:100px;
	
}

#pageHeader li
{
list-style: none;
float: left;
padding: 5px 0 0 38px;
}

#pageHeader li a:hover
{
border-bottom: 4px solid #203e5c;
}

#pageHeader li.active a {
border-bottom: 4px solid #203e5c;
}


#pageHeader a
{
  font-size: 20px;
  text-decoration: none;
  color: black;
}

#pageHeader ul
{
  float:right;
}

#pageHeader #logo {
    background-image: url("../img/logo.gif");
    background-repeat: no-repeat;
    height: 50px;
    position: relative;
    top: 36px;
    
}



#pageFooter {
   
    bottom: 0;
    background-color:white;
    color: #AAAAAA;
    width:100%;
    height: auto;
    margin: 0;
    padding: 6px;
    position: fixed;
    left:0px;
    
    border-top: 1px solid #AAAAAA; 
   
}

.ui-widget {
    font-size: 98% !important;
}

.padding5 td,.padding5 th
{
    padding: 5px;
}
