
/*RIGHT SIDE*/
#rightSide ul
{
	Font-family: Verdana;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 4px; 
	padding-bottom: 13px;
	font-size:80%;	
	padding-left: 20px;	
	margin-left:5px;
	list-style-type:square;
}
#rightSide ul li a
{
	text-decoration:none;
	color : #ffffff;
}
#rightSide ul span
{
	font-size:80%;
}
	
#rightSide a:hover
{
	text-decoration: underline;
}

#rightSide li
{
	padding: 2px 0 2px 0;
}

.box
{
    background-position: top right; 
    background-repeat: no-repeat; 
    width: 100%;
    border-top: solid 1px #ffffff;
}
 
h3.boxTitle
{
	font-family: Verdana;
	font-size : 87%;
	Font-weight : Bold;
	padding-left: 10px; 
	padding-top: 3px;
	padding-bottom:0px;
	height : 21px;
} 

.boxContent
{
} 

/*Each box in order*/

#mostPopular
{
	width:100%;
}

#mostPopularTitle
{
	background-color:#B5B5B5;
}

#mostPopularContent
{
	background-color:#999999;
}

#makePayment
{
	background-image: url(/images/icon_payment_home_11_tcm15-11203.GIF);
}

#consult
{
	background-image: url(/images/icon_consult_home_11_tcm15-11204.GIF);
}

#apply
{
	background-image: url(/images/icon_apply_home_11_tcm15-11205.GIF);
}

#report
{
	background-image: url(/images/icon_report_home_11_tcm15-11206.GIF);
	padding: 0px 0px 0px 0px;
}
 


/*RIGHT SIDE*/
