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

div 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


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

.leftCol
{
	width: 305px;
	height: 642px;
	vertical-align: top;
	border-right: 1px solid #ccc;
}

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

.leftColTxtBox
{
	color: #ffffff;
	background-image: url('/images/blogs2010_background.jpg'); 
	background-repeat: no-repeat;
	width: 305px;
	height: 454px;
}

.rightCol
{
	width: 288px;
	height: 642px;
	vertical-align: top;
}

.rightColPadBox
{ 
	padding: 5px 5 5 10;	
	vertical-align: top;
	
}


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

.leftColTxtBox a:link, .leftColTxtBox a:visited  
{
	color: #ffcc66;
	font-weight: bold;
}
.leftColTxtBox a:hover 
{
	color: #ffffcc;
	font-weight: bold;
}

.rightColLinkPad
{
	padding: 8px 0;
}

.rightColPadBox a:link, .rightColPadBox a:visited  
{
	color: #cc0000;
	font-weight: bold;
}
.rightColPadBox a:hover 
{
	color: #ff3333;
	font-weight: bold;
}