body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
}

* html body{ /*IE6 hack*/
	padding: 155px 0 20px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
}
#msg {
	height: 155px;
}
.pad {
	margin: 7.5px;
}
.detail_wrapper{
	width: 760px;
}
.logo{
	position: static;
	float: left;
	top: 0px;
	width: 250px;
	text-align: center;
}
.contact{
	position: static;
	float: left;
	top: 0px;
	width: 250px;
	max-width: 250px;
	overflow: hidden;
	background-color: #eeeeee;
}
.blurb{
	position: relative;
	float: right;
	left: 10px;
	top: 10px;
	width: 500px;
	max-width: 500px;
}
div.main {
	position: fixed;
	width: 100%;
	top: 155px;
	bottom: 20px;
	overflow: auto;
}
.details {
	color: black;
	font-size: 80%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
}

.flash_error {
	width: 400px;
	color: white;
	font-size: 80%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
}
.getflash{
	width: 400px;
	text-align: right;
}
div.splash {
	position: absolute;
	top: 0px;
	width: 100%;
	color: white;
	background-color: black;
	min-height: 155px;

}
div.splash_msg {
	color: white;
	font-size: 155%;
	line-height: 80%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
div.splash_noflash {
	text-align: center;
	font-size: 12pt;
}
div.getflash {
	
}
.error {
	color: #ff9600;
	font-weight: bold;
	font-size: 120%;
}
.plus {
	color: #ff9600;
	font-weight: bold;
}
div.pxl_mini {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0px;
	color: white;
	background-color: black;
}
div.pxl {
	position: absolute;
	right: 0px;
}
div.pxlmedia {
	width: 93px;
	height: 20px;
	background: url('../images/splash/pxl_mini_hov_dark.gif') -93px 0 no-repeat;
}
div.pxlmedia a{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	height: 20px;
	background: url('../images/splash/pxl_mini_hov_dark.gif') 0 0 no-repeat;
}
div.pxlmedia a:hover{
	background-image: none;
}
.splash_note{
	font-size: 76%;
	font-style: italic;
}