/*		BANNER STYLES START		*/
.content .banner{
	margin:0;
	width:746px;
	height:249px;
	border-bottom:1px solid #b9c9d4;
	background:url('../images/banner.png') no-repeat top left;
}
.content .banner .apply{
	position:relative;
	top:-82px;
	left:521px;
    z-index:50;
}

* html .content .banner .apply{
display:none;
}
/* 		BANNER STYLES END		*/


/*		SIDE NAVIGATION STYLES START		*/
.left ul{
	list-style-image:url('../images/chev.gif');
}
.left ul li{
	margin:2px 0px;
    padding-left:5px;
    vertical-align:top;
    font-size:14px;
}
.left ul li a:link,.left ul li a:visited{
	color:#053566;
	text-decoration:none;
}
.left ul li a:hover{
	text-decoration:underline;
}
/* 		SIDE NAVIGATION STYLES END 		*/


/*		MIDDLE CONTENT STYLES START		*/
.right h3{
	margin:0px;
	padding:0px;
	color:#5b6064;
	font-size:18px;
	font-weight:normal;
}
.right table tr td{
	text-align:center;
	min-width:150px;
	min-height:150px;
}
.right table tr td a:link,.right table tr td a:visited{
	display:block;
	text-decoration:none;
}
.right table tr td a:hover{
	text-decoration:underline;
}
/*		MIDDLE CONTENT STYLES END		*/