.leftbg {
	background-color: #d64837;
	background-image: url(images/left_tower.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.rightbg {

	background-color: #d64837;
	background-image: url(images/right_tower.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.right_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height:18px;
}
.maintxt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.bottom_bluletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1e69b1;
	text-decoration: underline;
	font-weight: normal;
}
.bottom_bluletxt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D43730;
	text-decoration: none;
	font-weight: normal;
}


list {
	width:auto;

	}
.list ul{
	margin:0;
	padding:0; margin-left:10px;
	}
.list li{
	background:url(images/arrow.gif) no-repeat 0 12px;
	list-style-type: none;
	line-height:14px;
	padding-left:14px;
	padding-bottom:4px;
	padding-top: 4px;

		}
p{ margin:0; padding:0; margin-bottom:10px;}

.copyright {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	text-decoration: none;
	font-weight: normal;
}

.shadow_left{
background:url(images/left_bg.png) repeat-y right;
}
/* jkiran Added for IE6 fix as png and ie6 has known issues */
/* \ */
* html .shadow_left{
background:none;
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left_bg.png',sizingMethod='scale')
}
/* */

.shadow_right{
background:url(images/shadow_right.png) repeat-y;
}
/* jkiran Added for IE6 fix as png and ie6 has known issues */
/* \ */
* html .shadow_right{
background:none;
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow_right.png',sizingMethod='scale')
}
/* */


	.inner_leftbg {
	background:url(images/inner_towerleft.gif);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #22428c;
}
.inner_rightbg {	
	background:url(images/inner_towerright.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #22428c;
}.boder_left {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FAB7B9;
}
.arial13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.arial13:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F47F82;
	text-decoration: none;
	line-height: 16px;
}
.more{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.more:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.institute_leftbg {
	background-color: #22428c;
	background-image: url(images/institute_leftbg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.institute_rightbg {

	background-color: #22428c;
	background-image: url(images/institute_rightbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}.img_broder {
	border: 3px solid #E0E6F3;
}
.download_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #d43730;
	text-decoration: none;
}
.download_link:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #d43730;
	text-decoration: none;
	border-bottom: 1px dashed #d43730;
	}
	
	.faq_txt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.faq_txt:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #acaeb0;
	
}
.testimon_brdr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E29092;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E69B1;
	text-decoration: none;
	font-weight: bold;
}
.flash_bg{
background:url(images/bg.jpg) repeat-x;
}
.flash_bg1{
background:url(images/bg1.jpg) repeat-x;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/

position: absolute;
background-color: #E0E6F3;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #000000;
text-decoration: none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #D43730;
text-decoration: none;
line-height: 12px;
text-align: left;
text-decoration:none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
width:auto;
text-decoration:none;
}

.table_brdr {
	border: 1px solid #AFDAFA;
}
.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	
}
.arial12blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #27469E;
}
.level_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #d43730;
	text-decoration: none;
}

.request_link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.request_link:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #005DAB;
	text-decoration: none;
}

.pdf_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #334C96;
	text-decoration: none;
}
.pdf_link:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #d43730;
	text-decoration: none;
	}
	
	
	.bottom_whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
.bottom_whitetxt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f7dad8;
	text-decoration: none;
	font-weight: normal;
}


.copyright1{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f7dad8;
	text-decoration: none;
	font-weight: normal;
}