/* much style help from http://www.positioniseverything.net */		

#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 88%;
	max-width: 1500px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -200px 0 -200px;
	min-width: 400px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

html,body,form
{
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #83B8E4;
}

a 
{
  color: #5084C0; 
  text-decoration: none;
}

a:hover 
{
  text-decoration: underline;
}

hr
{
  color: #990099;
}

h1
{
  color: #83B8E4; 
}

h2
{
  color: #83B8E4; 
}

h3
{
  background-color: #DEDEDE; 
  color: Black;
}

h4
{
  background-color: #DEDEDE; 
  color: Black;
}

.nav 
{
  color: #999999; 
  text-decoration: none;
}

.nav:hover 
{
  text-decoration: underline;
}

.siteTitle
{
  font-size: xx-large;
  font-weight: bold; 
}

#mainTable 
{
	padding: 0 200px 0 200px;
	margin: 0;
	background: #83B8E4;
}

#headerTable
{
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  height: 125px;
}

#header 
{
  float: left;
  display: inline;
  height: 125px;
  width: 450px;
  background-image: url('images/BlankBanner1.jpg'); 
  background-repeat: no-repeat;
  padding-left: 10px
}

#footer
{
  float: right;
  display: block;
  clear: both;
  height: 32px;
  width: 112px;
  background-image: url('images/csla_logo2_32.png'); 
  background-repeat: no-repeat;
  padding-left: 10px
}

#headerAd
{
  float: right;
  display: inline;
  height: 125px;
  vertical-align: middle;
  padding-top: 10px;
  padding-right: 10px;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 11px; 
}
  
#subnavigation 
{
  margin-left: 10px;
  margin-right: 10px;
  background-color: #FFFFFF;
  display: block;
}

#sitenav
{
  float: left; 
  display: inline;
  background-color: #FFFFFF;
  padding-left: 20px;
  width: 55%;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: small;
  color: #999999;
}

#logout
{
  float: right; 
  display: inline;
  padding-right: 10px;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: small;
  color: #999999;
}

#rss 
{
  float: right; 
  display: inline;
  padding-right: 10px;
}

#menubar
{
  display: inline;
  padding-top: 5px;
  padding-left: 50px;
  padding-right: 10px;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: medium;
}

#mainArea
{
  width: 100%;
  padding: 0px; 
  margin-left: auto;
  margin-right: auto; 
}

#navigation 
{
  color: #999999;
  float: left; 
  width: 150px; 
  background-color: #FFFFFF; 
}

#navigationContent 
{
  color: #999999;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: bold; 
  font-style: italic; 
  margin-left: 10px; 
  white-space: nowrap;
  margin-top: 20px;
}

#content 
{
  background-color: #FFFFFF;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  float: left; 
  display: inline;
  padding: 10px; 
  padding-top: 10px; 
  margin-right: 10px;
}

.calloutgroup
{
  border: none;
  background-color: #FFFFFF;
  margin: 5px;
  width: 200px;
  float: right;
  text-indent: 0px;
}

.calloutwrapper
{
  border: solid 1px #990099;
  background-color: #FFFFFF;
  color: #999999;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
  text-indent: 0px;
}

.callouttitle
{
  margin: 5px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #990099;
}

.callout
{
  font-size: small;
  margin: auto;
  font-size: small;
  padding-left: 20px;
  padding-bottom: 5px;
  line-height: normal;
}


.accentleft {float: left; width: 25%; text-align: left;
   font-size: 140%; font-weight: bold; font-style: italic;
   padding: 1em; text-indent: -0.5em; background: white;
   color: black; border: solid black 1px;
   border-width: 1px 1px 1px 1px; margin: 0.2em 0.5em 0.2em 0.5em;
   position: relative;}                  /* fix for IE/Win */

.accentright {float: right; width: 25%; text-align: left;
   font-size: 140%; font-weight: bold; font-style: italic;
   padding: 1em; text-indent: -0.5em; background: white;
   color: black; border: solid black 1px;
   border-width: 1px 1px 1px 1px; margin: 0.2em 0.5em 0.2em 0.5em;
   position: relative;}                  /* fix for IE/Win */

.file
{
  font-size: large;
  background-color: #DEDEDE;
}
.cltable
{
  padding: 5px;
  border-collapse: collapse;
}
.cltable td
{
  border: solid 1px grey;
}
.rev
{
  font-weight: bold;
}
.user
{
  font-style: italic;
}
.IE8Fix
{
    z-index: 1000;

}

