html {
  height: 100%;
  padding-bottom: 1px;
  }

body {
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
  font-size: 11pt;
  color: #000000;
  margin: 0px;
  background-color: #F0F0F8;
  }

input, textarea, select, button
{
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
  font-size: 11pt;
  margin-right: 1px;
  margin-bottom: 1px;
  border: 1px solid #999999;
}

div
{
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
margin: 0px;
padding: 0px;
}

img
{
  border: 0px;
}

#divMainContainer
{
height: 100%;
width: 100%;
float: left;
}

/* Header Styles */
#divPageHeader
{
display: block;
float: left;
width:100%;
background-color: #000055;
margin: 0px;
padding: 0px;
}

#divPageHeader h1
{
float: left;
color: #DDDDDD;
}

/* Side Bar Style */
#divSideBar
{
float: left; 
clear: left;
height: 100%;
width: 24%;
padding: 5px;
background-color: #DDDDFF;
}

/* Breadcrumb styles */
#h2ContentTitle ul
{
display: inline;
margin-left: 5px;
padding: 0px;
}

#h2ContentTitle li
{
display: inline;
}

#h2ContentTitle a
{
text-decoration: none;
color: black;
}

#h2ContentTitle a:hover
{
color: silver;
}

/* WayFinder Styles */
#navWayFinder
{

}

#navWayFinder a
{
text-decoration: none;
color: black;
}

#navWayFinder a:hover
{
color: white;
}

.liMenuActiveItem
{
font-weight: bold;
}

.liMenuActiveItem li
{
font-weight: normal;
}


/* Main content page styles */
#divContentOuter
{
float: right;
width: 74%;
}

#divContentInner
{
}