/* Common CSS */
body{
	margin: 0px;
	background: url(../images/body_bg.gif) left top repeat-x #d2e5f6;
}

td, th, div{
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	vertical-align: top;
}

h1{
	font: bold 16px/25px Arial, Helvetica, sans-serif;
	text-align: left;
	color: 29384b;
	vertical-align: middle;
}
h2{
	font: bold 11px/19px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	vertical-align: middle;
}

ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li{
	list-style-type: none;
	background: url(../images/orignal_41.gif) left center no-repeat;
	padding-left: 35px;
	font: bold 11px/32px Arial, Helvetica, sans-serif;
	color: #5e6369;
	margin: 0;
	
}

li a{
	text-decoration: underline;
	color: #5e6369;
	
}

li a:hover{
	text-decoration: none;	
}

a{
	text-decoration: underline;
	color: #;
}
a:hover{
	text-decoration: none;
}
/*general css*/
td.space10{
	height: 10px;
}

td.center_align{
	text-align: center;
	font: bold 14px/23px Verdana, Arial, Helvetica, sans-serif;
}

td.center_align2 a{
	text-align: center;
	font: bold 14px/23px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

td.center_align2 a:hover{
	text-decoration: underline;
	color: #000;
}


/* out css */
table.out_table{
	width: 1000px;
	height: auto;
	float: none;
	clear: both;
	margin: auto;
	border: 0px;
}

table.out_table td.left_tablebg{
	background: url(../images/left_tablebg.gif) right top repeat-y;
	width: 17px;
}

table.out_table td.bottom_tablebg{
	background: url(../images/bottom_tablebg.gif) left bottom repeat-x;
	height: 12px;
}

table.out_table td.right_tablebg{
	background: url(../images/right_tablebg.gif) left top repeat-y;
	width: 17px;
}

table.out_table td.middle_tablebg{
	background: #617b9c;
	padding: 0 7px;
}

/* maintable CSS */

/*table.maintable_table{
	width: 100%;
	height: auto;
	border: 0px;
}
*/

table.menu{
	width: 100%;
	height: auto;
	border: 0px;
	background: url(../images/middle_menubg.gif) left top repeat-x;
}

table.menu td.left_menubg{
	background: url(../images/left_menubg.gif) left top no-repeat;
	width: 17px;
	height: 47px;
}

table.menu td.middle_menubg{
	background: url(../images/middle_menubg.gif) left top repeat-x;
	font: bold 14px/40px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

table.menu td.middle_menubg a{
	text-decoration: none;
	color: #3c4e62;
	padding: 0px 22px 4px;
	font-weight: bold;
}

table.menu td.middle_menubg a:hover{
/*	text-decoration: underline;*/
	color: #1c80f0;
}

table.menu td.bar_menubg{
	background: url(../images/bar_menubg.gif) center center no-repeat;
	width: 1px;
}

table.menu td.right_menubg{
	background: url(../images/right_menubg.gif) right top no-repeat;
	width: 17px;
	height: 47px;
}

/*header css*/

td.heading{
	background: url(../images/header_bg.gif) left top repeat-y;
}

table.header{
	width: 100%;
	height: 115px;
	border: 0px;
	background: url(../images/logo.gif) left center no-repeat;
}

table.header table.rightheader{
	width: 250px;
	height: auto;
	border: 0px;
	float: right;
	background: url(../images/contact.gif) right center no-repeat;
}

table.header table.rightheader td{
	text-align: right;
	color: #cfdef1;
	padding-right: 10px;
	font: bold 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/*body css*/
table.body{
	width: 100%;
	height: auto;
	border: 0px;
}

table.body td.leftbody{
	width: 233px;
	height: auto;
	background: url(../images/table_bg.jpg) center 80px repeat-y;
	border-bottom: 2px solid #ffffff
}

table.body td.leftbody table.leftpanel{
	width: 100%;
	height: auto;
/*	border: 2px solid #ffffff;
	background: #bdd2ef;
	border-top: 0px;*/
}

table.body td.leftbody table.leftpanel td{
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}

/*right table*/

table.body td.rightpanel{
	width: 100%;
	height: auto;
	background: url(../images/rightpanel_bg.gif) center 20px repeat-y;
	border-bottom: 2px solid #ffffff;
} 

table.body td.left_curve{
	background: url(../images/left_curve.gif) left top no-repeat;
	width: 12px;
	height: 12px;
}

table.body td.middle_curve{
	background: url(../images/middle_curve.gif) left top repeat-x;
	height: 12px;
}


table.body td.right_curve{
	background: url(../images/right_curve.gif) right top no-repeat;
	width: 12px;
	height: 12px;
}

table.body table.rightpanel{
	width: 100%;
	height: auto;
	border: 0px;
}

table.body table.rightpanel td.txt1{
	vertical-align: middle;
	font: normal 8.5pt/22px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

table.body td.rightpanel table.form{
	width: 100%;
	height: auto;
	border: 2px solid #ffffff;
	background: #bdd2ef;
	border-top: 0px;
}

table.body td.rightpanel table.form td{
	text-align: left;
	vertical-align: middle;
	line-height: 18px;
	padding: 1px 0px;
}

table.body td.rightpanel table.form td.formtxt{
	text-align: left;
	vertical-align: middle;
	line-height: 14px;
	padding: 1px 0px;
}

table.body td.rightpanel table.form td.txt1{
	text-align: right;
	vertical-align: middle;
	font: normal 14px/22px Arial, Helvetica, sans-serif;
	color: #000000;
}



table.body td.rightpanel table.form input.inputbox1{
	background: #fff;
	border: 1px solid #607a9b;
	color: #333333;
	padding: 1px;
	height: 18px;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	width: 190px;
	}

table.body td.rightpanel table.form input.button1{
	background: url(../images/button.gif) center center no-repeat;
	color: #fff;
	height: 20px;
	width: 55px;
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	border: 0px;
}

table.body td.rightpanel table.form textarea.inputbox2{
	background: #fff;
	border: 1px solid #607a9b;
	color: #333333;
	padding: 1px;
	height: 40px;
	width: 190px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

table.body table.footertable{
	width: 100%;
	height: auto;
	/*border-top: 1px solid #476181;*/
	border-bottom: 0px;
	background: url(../images/header_bg.gif) left top repeat-y;
}

table.body table.footertable td.footer{
	text-align: center;
	color: #fff;
	padding: 5px 20px 10px 20px;
}

table.body table.footertable td.footer a{
	text-align: center;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
}

table.body table.footertable td.footer a:hover{
	text-align: center;
	color: #e2e2e2;
	text-decoration: none;
}

td.header_bar{
	background: url(../images/header_bar.gif) center top no-repeat;
	vertical-align: middle;
	text-align: left;
	padding-left: 12px;
	color: #fff;
	font: bold 12px/41px Arial, Helvetica, sans-serif;
}

table.toplink{
width: 100%;
height: 30px;
border: 0;
}
table.toplink a{
text-decoration: none;
color: #FFFFFF;
padding: 0 10px;
}



	


