.body{
	color:#000000;
	background-color:#bad4eb;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#page {
	width:100%;
	text-align:center;
	margin-top:-15px;
	}

#design {
	width:956px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	}

#centercolumn{
	float:left;
	background-color:#dcdcdc;
	margin:0px;
	padding:0px;
}

		#application{
			float:left;
		}
		
		#footer{
			float:left;
			width:976px;
		}
		
		*html #footer{
			margin:0px;
			margin-top:-1px;
		}

#tipFooter{
	float:center;
	background-color:#101111;
	border:1px solid #cccdd1;
	text-align:left;
	padding:10px 25px 10px 25px;
}

			#tipFooter  .textWhite{
				color:#FFFFFF;
				font-size:1em;
			}
			
			#tipFooter  .textBold{
				color:#FFFFFF;
				font-size:1.50em;
			}

#bubble_tooltip{
	position:absolute;
	width:325px;
	display:none;
	z-index:2;
}

	#bubble_top1{
		background-image: url(../images/bubble_top.gif);
		background-repeat: no-repeat;
		width:325px;
		height:28px;
	}
	
	 #bubble_middle1 {
		 background-image: url(../images/bubble_middle.gif);
		 background-repeat: repeat-y;
		 width:325px;
	 }
	 
	 #bubble_tooltip_content{
			width:275px;
			padding:20px;
			color:#000000;
			line-height:150%;
		}
	
	#bubble_bottom1{
		background-image: url(../images/bubble_bottom.gif);
		background-repeat: no-repeat;
		width:325px;
		height:22px;
	}

a {text-decoration:none; color:#edc038;}
