

body{
	margin: 0px;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #39419D;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 2px;
}

ul{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	list-style-position: outside;
}
.noBullet{
	list-style-type:none;
}


a{
	color: #39419D;
	text-decoration: underline;
}
a:hover{
	color: #FF9900;
	text-decoration: underline;
}

blockquote{
	margin: 0px;
	margin-left: 30px;
}


/* Layout Cells */

#baseCell{
	width: 740px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
#header{
	width: 740px;
	height: 80px;
	background-color: #39419D;
	background-image: url(_layout/headerTop.gif);
	background-position: top left;
	background-repeat:no-repeat;
}
#logoTop{
	margin-left: 20px;
	margin-top: 14px;
}
#contactInfo{
	float:right;
	margin-right: 10px;
	margin-top: 14px;
}
#topNav{
	background-color: #FFC142;
	width: 100%;
	height: 24px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#mainFrame{
	width: 100%;
	background-color: #D8D8EB;
	background-image: url(_layout/contentBottom.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	margin-top: 0px;
	display: block;
}

/* Home page */
#homeLeft{
	margin:15px;
}

#homeMid{
	margin-top:15px;
	margin-bottom:15px;
}
#homeRight{
	margin:15px;
}
#homeFeaturePic{
	width: 328px;
	border: 1px solid #FFCC00;
	background-color: #FFFFFF;
}
#homeFeatureReadMore{
	width: 328px;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	background-color: #39419D;
}
#homeIntro{
	margin-top: 15px;
	margin-bottom: 20px;
}


/* Left Nav */
#lNav{
	width: 180px;
	padding-top: 15px;
}
#lNav #dynNav ul{
	margin: 0px;
	padding: 0px;
}
#lNav #dynNav li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#lNav #dynNav li a.mainSection{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	background-color: #FFFFFF;
	
	padding-left: 15px; 
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	border-top: 1px solid #CCCCCC;
	width: 155px;
}
#lNav #dynNav li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #000000;
	
	margin: 0px;
	display: block;
	width: 155px;
	padding-left: 15px; 
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
#lNav #dynNav li a:hover, #lNav #dynNav li a.selected{
	background-color: #EEEEEE;
	color: #39419D;
}

#lNav .feature{
	border: 1px solid #000000;
}
#lNav .featureB{
	border: 1px solid #000000;
	border-top: 0px;
}


/* Main Content */
#mainContent{
	background-color: #FFFFFF;
	background-image: url(_layout/contentBg.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	padding: 15px;
}

#storeContent{
	padding: 15px;
}




/* footer */
#footerLinks{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #CCCCCC;
	margin-top: 15px;
}
#footerLinks a{
	color: #39419D;
	text-decoration: none;
}
#footerLinks a:hover{
	color: #FF9900;
	text-decoration: none;
}
#copyright{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #666666;
	margin-top: 15px;
}


/* Special text style */
.rightBox{
	padding-top: 10px ;
	padding-bottom: 10px ;
	padding-left: 15px ;
	padding-right: 10px ;
	margin: 0px;
	margin-left: 15px;
	margin-top: 15px;
	background-image: url(_layout/rBoxTop.gif) ;
	background-repeat: no-repeat ;
	background-position: top right;
	border: none;
	background-color: #E8E8E8;
	width: 180px ;
	float:right;
}
.rightBoxB{
	padding-top: 10px ;
	padding-bottom: 10px ;
	padding-left: 15px ;
	padding-right: 10px ;
	margin: 0px;
	margin-left: 15px;
	margin-top: 15px;
	background-image: url(_layout/rBoxTopB.gif) ;
	background-repeat: no-repeat ;
	background-position: top right;
	border: none;
	background-color: #FFC142;
	width: 180px ;
	float:right;
}

.rightBox h1, .rightBoxB h1{
	font-size: 14px;
	line-height: 18px;
	color: #39419D;
	font-weight: bold;
	padding: 0px;
	margin: 0px; 
	margin-bottom: 4px;
}
.rightBox p, .rightBoxB p{
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}
.rightBox ul, .rightBoxB ul{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.rightBox ul li, .rightBoxB ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

.lNavBox{
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 158px ;
}
.lNavQuotes{
	padding: 5px;
	margin: 5px;
	padding-bottom: 0px;
	background-color: #FEF3C5;
	border: 1px solid #999999;
	width: 158px ;
}

.lNavBox h1, .lNavQuotes h1{
	font-size: 14px;
	line-height: 18px;
	color: #39419D;
	font-weight: bold;
	padding: 0px;
	margin: 0px; 
	margin-bottom: 4px;
}
.lNavBox h2, .lNavQuotes h2{
	font-size: 13px;
	line-height: 16px;
	color: #39419D;
	font-weight: bold;
	padding: 0px;
	margin: 0px; 
	margin-bottom: 4px;
}

.lNavBox p{
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}
.lNavBox ul {
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 15px !important;
}
.lNavBox ul li{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 16px !important;
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: disc !important;
}
.lNavQuotes p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}


.lNavNotes{
	padding: 5px;
	margin: 5px;
	border: none;
	width: 160px ;
}
.lNavNotes p{
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}


.horizQuote{
	border: 1px solid #FFC142;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: *;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(_layout/hBarBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.horizQuote h2{
	margin-top: 0px;
}
.horizFrame{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: *;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
}
.horizFrame h2{
	margin-top: 0px;
}

.imgRight{
	border: 1px solid #39419D;
	float: right;
	margin-top: 4px;
	margin-left: 15px;
	margin-bottom: 4px;
	display: block;
}
.imgLeft{
	border: 1px solid #39419D;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 4px;
	display: block;
}
.orgTable{
	
}
.orgTable td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding-bottom: 2px;
	padding-right: 4px;
	border-bottom: 1px solid #EEEEEE;
}
.charts{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.charts td{
	padding: 3px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.charts p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#reachMillionBg{
	background-image: url(/kidzana/whatsNew/reachAMillion/images/desk.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}