body {
	height: 100%;
	background-color: #000;
	line-height: 120%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: "Lucida Grande", "Segoe UI", "Bitstream Vera Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

html, body, .main {
	height: 99.94%;
}

.main{
  display: table;
  width:99.95%;
  #position: relative;
  overflow: hidden;
  margin:0;
  background-image: url('/images/art/home-bg1.gif');
  background-position: 50% 10%;
  background-repeat: repeat-x;
}
.mid {
 #position: absolute;
 #top: 50%;
 display: table-cell;
 vertical-align: middle;
}
#centered {
  #position: relative;
  #top: -50%;
  width:980px;
  margin: 0 auto;
}


/* Home Nav */

#navContainerHome {}

#topNavHome { }
#topNavListHome { font-family: Arial, Helvetica, sans-serif; }
#topNavListHome ul { margin: 0; padding: 0; whitespace: nowrap;}
#topNavListHome li { display: inline; list-style-type: none; padding-right: 20px; }

#topNavListHome a {padding: 4px 10px 6px 10px;  line-height: 22px; font-size: .80em; color: #d9eddb; text-decoration: none; font-weight: bold; }
#topNavListHome a:link, #topNavListHome a:visited, #topNavListHome a:active { text-decoration: none;}
#topNavListHome a:hover { text-decoration: underline; color: #FFF; background-color: #CCFFCC; background-image: url('/images/art/hover-rollover.gif'); }

/* END NAV */


#footerBar {margin: 10px 0px 10px 0px; width: 980px; height: 70px; background-image: url('/images/art/home-footerbar.gif'); background-postion: 0px 0px; background-repeat: no-repeat; }
#footerBarOuter {width: 580px; float: left; color: #FFF; font-size: .65em; font-weight: bold; font-family: arial,helvetica, sans-serif; padding: 0px 0px 0px 20px; line-height: 115%; }
#footerBarOuter a {color: #99CCFF; text-decoration: none; }
#footerBarOuter a:hover {text-decoration: none; color: #FFF; }
.copyRight {margin: -10px 0px 5px 0px; width: 100%; text-align: right; font-family: arial,helvetica, sans-serif; font-size: .7em; color: #999;}
.copyRight a { color: #FFF; text-decoration: none;}
.copyRight a:hover { color: #CCC; text-decoration: underline;}
