/*body{
	font-size: 18px;
	line-height: 1.5;
	background-image: url('../imgs/bgHeader3x128.png');
	background-repeat: repeat-x;
}
div{
	margin: 5px;
	padding: 10px;
	border: thin inset #ffcc00;#8833ff;
}
div.body{
	position: absolute;
	left: 205px; top: 137px; right: 10px;
	margin: auto;
	border: medium inset;
}
h2{
	margin: 3px;
}
pre{
	font-size: 11px;
	font-style: italic;
}
a{
	text-decoration: none;
	color: #fff;
}
body {
	margin: 0px;
	padding: 0px;
}*/



/* Styles for the topup lightbox */
.te_title, .te_bottom{
	cursor: move;
}


a:link {
	color: #2b2114;
	text-decoration: none;
}
a:visited {color: #ffeec2;}
a:hover {color: #2b2114;}
a:active {color: #2b2114;}
body{
	background-color: #E8E3F0;
	font-family: Trebuchet MS, serif;
	font-size: 12pt;
	color: #522E91;
}
.pageTitle{
	color:#FFF5D9;
	font-size: 24px;
	
}
#bgDiv{
	margin: 0 auto auto;
	padding-top: 10px;
	width: 70%; height: auto;
	min-height: 750px;
	min-width: 750px;
	background-image: url('../images/purpleClearGr10x1500.png');
	background-repeat: repeat-x;
	-webkit-border-radius: 35px;
    border-radius: 35px;
	overflow: hidden;
}
#appTitle{
	margin: 0 0 0 30px;
	color: #FFD04F;
	font-size: 29px;
	font-weight: normal;
	display: block;
}
#appMoto{
	color: white;
	font-size: 20px;
	font-weight: normal;
	margin: -8px 0 0 67px;
	display: block;
}
#imgAndroid{
	float: right;
	margin: 5px 35px 0 0;
}
#imgIOS{
	float: right;
	margin: 5px 5px 20px 20px;
}
#innerGradDiv{
	min-height: 700px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	border: medium outset #FFC423;
	background-image: url('../images/peachClearGr10x750.png');
	background-repeat: repeat-x;
	margin:10px 20px;
	padding-top: 1px;
}
#sectionGradDiv{
	height: 79px;
	background-image: url('../images/purpleClearGr10x89.png');
	background-repeat: repeat-x;
	margin-top: -16px;
	padding: 15px 15px 0px 50px;
}
#topNavDiv{
	margin:auto;
	text-align: left;
}
#topNavDiv ul a li{ 
	color: #644589;
	display: inline-block;
	border: none;
	padding: 3px 5px 0px 5px;
	margin: 0;
	background-color: white;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	font-size: 15px;
	font-family: Trebuchet MS, serif;
	font-weight: bolder;
	line-height: 1.8em;
}
#topNavDiv ul li{
	
}
#bgDiv #innerGradDiv #topNavDiv ul a li:hover{
	background-color: #FFC423;
	color: #644589;
}
#topNavDiv ul li.here{
	background-color: #644589;
	color: #FFD04F;
	font-style: oblique;
}
#yellowEggDiv{
	width: 293px; height:293px;
	margin: 0; padding: 0;
	margin-top: -94px;
	/*		position: absolute;
			right: 17%;*/
	float: right;
	background-image: url('../images/yellowPeachEgg293x293.png');
	background-repeat: no-repeat;
}
#headerDiv{
	margin: 5px;
}
#contentDiv{
	min-height: 750px;
	padding: 0 15px 15px;
	
}

h3{
	margin-bottom: 5px;
	font-style: oblique;
	font-family: Georgia;
	font-weight: normal;
}
h4{
	margin: 10px;	
	margin-top: 10px;
	font-style: oblique;
	font-family: Georgia;
	font-weight: normal;
}
.summaryDiv{
	margin-bottom: 20px;
}
.boxDiv{
	padding: 5px;
	border: thin outset #FFC423;
	margin-bottom: 15px;
}
p{
	margin-top: 0px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 11pt;
}



#footerDiv{
	background-image: url('../images/goldPurpleGr10x33.png');
	background-repeat: repeat-x;
	height: 33px;
/*	padding-right: 25px;*/
	text-align: center;
}
#botNavDiv{
	margin:auto;
	padding-left: 10px;
	text-align: right;
	display: inline-block;
}
#botNavDiv ul{
	margin: 0;
}
#botNavDiv ul li{
	color: #FFF5D9;
	display: inline-block;
	border: none;
	padding: 2px;
	margin: 3px 0 0;
	background-color: transparent;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px;

}
#bgDiv #footerDiv #botNavDiv ul a li:link{
	text-decoration: underline;
}
#bgDiv #footerDiv #botNavDiv ul a li:hover{
	background-color: #FFC423;
}
#bgDiv #footerDiv #botNavDiv ul a li.here{
	background-color: #FFF5D9;
	color: #644589;
}