/*

			Basic Styles


*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

img {
	text-decoration: none;
	margin: 0px;
	border: 0;
}

a:hover {
	color: #336699;
}

.lblFontTimes{
	font-family: "Times New Roman", Times, serif;
}

.lblFontBold {
	font-weight:bold;
}

.lblFontPlain {
	font-weight:normal;
}

.lblFontBlue {
    color: #336699;
}

.lblFontGray {
	color: #999999;
}

/*

	Splash Page

*/

.mainTitle {
	font-size: 14px;
}
    
.blueTitleBigFont {
    font-size: 18px; 
}
        
.sectionText {
    color: #000000;
	font-size: 10px;
}

#divSplashTitle {
    width: 813px;
    margin: 0pt auto; 
    text-align: center; 
    vertical-align: middle;
}

#divTitleText {
    width: 623px;
    margin: 4px auto;
}

#divSplashContent {
    background-color: #CCCCFF;
    height: 62px; 
    margin-top: 60px;
    width: 100%;
}

.divSplashBody {
    width: 561px; 
    margin: 0 auto;
}

#tblSplashContentBody {
    width: 90%; 
    /*margin: 4px auto;*/
	margin: 8px auto;
}

#trSplashContentBody {
	margin: 8px auto;
}

#divSplashFooter {
    width: 813px;
    margin: 0pt auto;
    text-align: center; 
    vertical-align: middle;
}

#divSplashFooterSplitterHeader {
    width: 100%;
    background: url('images/kidscanpress-1pxsplitter.jpg') repeat-x; 
    margin-top: 55px; 
    margin-bottom: 21px;
}

#divSplashFooterSplitter {
	width: 100%; 
    background: url('images/kidscanpress-1pxsplitter.jpg') repeat-x; 
	text-align: left;
    margin-top: 25px;
}

#divSiteFeatList {
   margin-left: 7px; /*43*/
}

/*
	
	Tableless Forms

*/

div.containerCustom {
}

div.headerCustom {
	/*width: 100%;*/
} 

div.footerCustom {
	/*width: 100%;*/
	clear: both;
} 

div.contentCustom {
	float: left;
	/*width: 49%;*/
} 

div.thirdCustom {
	float: left;
	/*width: 49%;*/
}

div.navigationCustom {
	float: left;
	/*width: 51%;*/
}

/*
	
	Tableless Forms - The Area in the Links in the Splash Body

*/

/* IE6 and IE7 hack */
div.divContainerSplashBody {
    width: 90%; 
	padding-top: 0px;
    /*margin: 4px auto;*/
	margin: 8px 50px;
}

/* other borwser */
*|html div.divContainerSplashBody {
    width: 90%; 
	padding-top: 8px;
    /*margin: 4px auto;*/
	margin: 8px 53px;
}

div.divContentSplashBody {
	/*width: 14%;*/
}

div.divNavigationSplashBody {
	padding: 16px 0 0 5px;
}

div#divNavigationSplashBodyCAN {
	margin-right: 30px;
}

div.divFooterSplashBody {
    /*margin-left: 14px;*/
}
