#standardLeft
{
	width:150px;
	
	float:left;
	clear:both;
}

#standardLeft h4
{
	color:#4E759C;
	font-size:14px;
	font-family:Arial, Helvetica, Verdana, sans-serif;

}

#standardRight
{
	float:left;
	color:#565656;
	padding-bottom:15px;
	width: 580px;
	margin-left: 20px;
	margin-top: 30px;

}

#standardRight h2
{	font-size: 13px;
	background-color: #FFFFFF;
	color: #F08E30;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#4E759C;
	

}

#standardRight a
{
	text-decoration:none;
	color:#4E759C;

}

#standardRight ul
{
	list-style-image:url(../images/green_list.gif);
	line-height:20px;
	color:#007FA2;

}



#standardRight a:hover
{
	text-decoration:none;
	background-color:#4E759C;
	color:#FFFFFF;

}

#standardLeft ul
{
	list-style-image:url(../images/green_list.gif);
	line-height:20px;
	color:#007FA2;
	

}

#standardLeft a
{

	text-decoration:none;
	color:#4E759C;

}

#standardLeft a:hover
{
	text-decoration:none;
	background-color:#4E759C;
	color:#FFFFFF;

}

#blueLineHR
{
	height:0px;
	background-color:#4E759C;
	overflow:hidden;
	clear:both;

}

.odd
{
background-color:#EBEBEB;
}
