/* CSS Document */

#leftside
{
	width: 650px;
	margin: 0 0 0 0;
	float: left;
	display: inline;
}
#leftside .leftpanel
{
	padding-right: 40px;
	display:block;
}

#leftside h2
{
	margin: 0;
	padding:0;
	font-size: 12px;
	color: #303030;
}

#leftside .text
{
	padding-right: 35px;
}
#leftside .leftpanel_button
{
	margin-top: 15px;
	margin-bottom:0px;
	text-align: right;
}
#leftside .leftpanel_button img
{
	display: inline;
	margin-bottom:8px;
	padding:0;
}
#leftside .divider
{
	background:url(../img/divider300.png) no-repeat top left;
	height:1px;
	margin-bottom:30px;
}
#leftside .text a:link,
{
	color: #000000;
	text-decoration: underline;
}
#leftside .text a:visited
{
	color: #000000;
	text-decoration: unerline;
}

#leftside .text a:hover, #leftside .text a:focus
{
	color: #00a6ee;
	text-decoration: underline;	
}
img.dotted{
margin-bottom:10px;
}


/* right hand side content area */


