/* ############## DEFAULT STYLES ############### */

div
{
	font-size: 12px;
}


/* ############## TEXT STYLES ############### */

div.feedBurnerFeedBlock ul, li 
{
	margin: 0px;
	padding: 2px 0 0 0;
	list-style: none;
}
div.feedBurnerFeedBlock p.date 
{
	color: #0c4d0c;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}

.dcBox
{
	background-color: #c5dec4;
	padding: 12px;
}

#hdrPromo
{
	background-color: #94d68e;
	height: 65px;
	padding: 5px 15;	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#leftCol
{
	width: 305px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	background-color:#000000;
}

.leftColBoxPad
{
	width: 305px;
	padding: 10px 15 5 15;	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.leftColTxtBox
{
	color: #000000;
	background-image: url('/images/parent2010_background.jpg'); 
	background-repeat: no-repeat;
	width: 305px;
	height: 501px;
}
.leftColTxtBox .PageText 
{
	color: #000000;
}

.parKnow
{
	padding-bottom: 3px;
}

#rightMainBox
{
	padding: 5px 0 5 10;
	height: 240px;
	vertical-align: top;
}

#rightCol
{
	width: 288px;
	vertical-align: top;
}

.svBoxImg
{
	float: right;
	width: 92px;
	margin-bottom: 5px;
}

.svBoxTxt
{
	float: left;
	width: 185px;
	height: 63px;
	background-color: #c5dec4;
	padding: 5px 2 0 10;
	margin-bottom: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.svMainBox
{
	background-color: #c5dec4;
	width: 100%;
	height: 150px;
	padding: 5px 5 0 10;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* ############## LINK STYLES ############### */

div.feedBurnerFeedBlock li a
{
	font-size: 12px;
}

a.artHdr:link, a.artHdr:visited, a.blogHdr:link, a.blogHdr:visited  
{
	color: #000000;
}

a.lcol:link, a.lcol:visited  
{
	color: #0c4d0c;
	font-weight: bold;
}
a.lcol:hover  
{
	color: #daffda;
	font-weight: bold;
}

a.rcol:link, a.rcol:visited  
{
	color: #006600;
	font-weight: bold;
}
a.rcol:hover  
{
	color: #669966;
	font-weight: bold;
}

.leftColTxtBox span a:link, .leftColTxtBox span a:visited  
{
	color: #0c4d0c;
	font-weight: bold;
}
.leftColTxtBox span a:hover 
{
	color: #daffda;
	font-weight: bold;
}


