/* Bouchard, Kleinman and Wright right styles

			Table of Contents:
				layout
				typography
				nav
				news
				footer
				clearfix	
*/


/* layout
----------------------------------------------*/
#contentarea{
	padding: 4px 8px 0px 8px;
	background: #ebebeb url(/media/contentarea_bg_tile.gif) top left repeat-y;
}
#right{
	float: right;
	width: 770px;
}
#content-left{
	margin-bottom: 20px;
}	
#rightcol{
	width: 160px;
	height: 228px;
	padding: 8px 7px 8px 7px;
	background: white;
	font-size: 0.9em;
	float: right;
	border-top: 1px solid #d1dae2;
	border-bottom: 2px solid #d1dae2;
}

#nav{
	width: 150px;
	padding-top: 4px;
	float: left;
}

/* typography
----------------------------------------------*/
#rightcol {
	line-height: 1.7;
	text-align:center;
}
#content-left{
	line-height: 1.6;
}
#content-left a{
	font-weight: bold;
}
a:link {color: #3169a4;}
a:visited {color: #3169a4;}
a:hover {color: #0a3c70;}
a:active {color: #3169a4;}


