html { 
	height: 100%; 
	margin-bottom: 1px; 
}


body {
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	height:100%;
	background-color: #b4b4b4;
	
}

#printheader {

	display:none;
	
}

#wrapper {
	display:block;
	position:relative;
	height:99.9%;
	width:100%;
	overflow:hidden;
	text-align:center;
}

.floater {
  display:block;
  /*Should have an absolutely or relatively positioned 
  parent element for subsequent positioning*/
  position:relative;
  top:0;
  width:1024px;
  height:95.9%;
  margin:1%;
  padding:0;
  border:none;
    margin-left: auto;
  margin-right: auto;
}


#centered {
  display:block;
  overflow:auto;
  position:relative;
  top:45%;
  height:450px;
  width:1024px;
  margin-top:-150px;
  margin-left: auto;
  margin-right: auto;
}

 
/* Headings
----------------------------------------------- */

h1 {
	color: #EE3B33;
	font-size: 90%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;	
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 150%;
}
a {
	text-decoration: none;
	color: #EE3B33;
}
	



/* Construct
----------------------------------------------- */




body div#splashwrapper {
	/*max-width:1200px;
	min-width:800px;
	width:50em;*/
	width:1024px;
	height:333px;
	margin:0px;
	padding: 0px;	
}



#splashwrapper #wrapper-l {
	background-image: url(../1/images/left.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}

#splashwrapper #wrapper-r {
	background-image: url(../1/images/right.gif);
	background-repeat: repeat-y;
	background-position: right top;	
}

#splashwrapper #wrapper-inner {
	background-color: #ffffff;
	margin-right: 8px;
	margin-left: 8px;
	padding-bottom: 0px;
}




#splashContent {
	
	padding:0px !important;
	margin:0px !important;
	height:111px;

}

.rule {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;	
	
}

/* top
-----------------------------------------------*/

#splashwrapper #top {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../1/images/top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#splashwrapper #top #top-l {
	background-image: url(images/tlCorner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#splashwrapper #top #top-r {
	background-image: url(images/trCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	text-align:right;		
}





/* copyright
-----------------------------------------------*/


#splashwrapper #copyright {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../1/images/bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#splashwrapper #copyright #copyright-l {
	background-image: url(../1/images/blCorner.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;	

}

#splashwrapper #copyright #copyright-r {
	background-image: url(../1/images/brCorner.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding-top:2px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align:right;	
}

#splashwrapper #copyright p {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	color: #fcfcfc;
}


#splashwrapper #copyright ul {

	padding:0px;
	margin:0px;

}

#splashwrapper #copyright li {
	display:inline;
	
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	color: #fcfcfc;
	
}

#splashwrapper #copyright a {
	margin:0px;
	color: #666666;
	padding-left:7px;
	padding-right:7px;
	padding-top:0px;
}

#splashwrapper #copyright a:hover {
	
	text-decoration:underline
}


.splashButtons {
	border: 1px solid #FF6600;

}

.rolloverDesc {
	position:absolute;
	width:1008px;
	height:111px;
	background-color: #FFFFFF;
	display:none;
	left: 0%;
	
	padding:0px !important;
	margin:0px !important;	
}



.descCell {
	padding-left:60px;
	padding-right:60px;

}