html,body
{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family: arial, "lucida console", sans-serif;
	font-size:11px;
}
a
{
	color: #008da8;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
#container
{
	width:650px;
	min-height:200px;
  	height:auto !important;
  	height:200px;	
}

#leftSide
{
	width:430px;
	padding-left:8px;
}
#rightSide
{
	width:205px;
	border-left:2px solid #c6c6c6;
	padding-left:10px;
}
#rightSideContent
{
	width: 180px;
}
h2
{
	margin-bottom:5px;
	font-size:14px;
}
