* {
  font-family:Tahoma, Arial, verdana, sans-serif;
  font-size:11pt;
  color:black;
}

html {
  height:100%;
}

body {
  text-align:center;
  margin:0;
  background-color:black;
  color:white;
}

h1 {
  margin-top:0px;
  font-size: 24pt;
  color: white;
  font-weight:normal;
}

h2 {
  margin:0px;
  font-size:9pt;
  color:rgb(12,62,142);
}

h3 {
  margin:0px;
  color:white;
}


#pageContainer {
  width:857px; min-height:800px;
  margin:0 auto;
  text-align:left; /* ie bug */
  background-color:rgb(146,195,50);
  background-image: url(../images/site_btmBacking.jpg);
  background-position: bottom;
  background-repeat:no-repeat;
}

#siteHeader {
  height:179px;
}

#siteMenu {
  font-size:11pt;
  color:white;
  font-weight:bold;
  text-align:center;
  line-height:33px;
  background-image:url(../images/site_menuStrip.jpg);
  background-repeat:no-repeat;
}

#siteMenu a{
  font-size:11pt;
  text-decoration:none;
  color:white;
}
#siteMenu a:hover {
  color:yellow;
}

#siteTopEnd {
  height:28px;
}

#footer{
  font-size:9pt;
  text-decoration:none;
  color:white;
  width:857px;
  margin:0 auto;
  text-align:left;
}

#contentPadding {
  padding:10px 36px 100px 36px;
  position:relative;
}

#rightColumn {
  position:absolute;
  right:36px;
  top:10px;
  width:311px;
}

#oneColumn {
  width:400px;
}


.insetBox_header{
  float:left;
  font-weight:bold;
  background-color:rgb(254,186,1);;
  background-image:url(../images/orangeCorner.jpg);
  padding-right:35px;padding-left:15px;
  background-position:right;
  background-repeat:no-repeat;
  height:33px;
  line-height:33px;
  color:rgb(213,4,4);
}

.insetBox_table{
  clear:left;
  width:100%;
  border:3px solid rgb(254,186,1);
  border-bottom-width:0px;
  margin:0px; padding:0px;
  background-color:white;
}

.insetBox_table td {
  padding:15px;
  font-size:9pt;
  border-bottom:3px solid rgb(254,186,1);
}

.insetBox_green {
  background-color: rgb(232,242,212);
}



