/* CSS Document */

/*This tag is for the main container (like main table)*/

#page-container {
	background: white;
	width: 1000px;
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/*This tag is for the main body tag*/
html, body {
	margin: 0;
	padding: 0;
}


body {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
}

/*THis is for the footer*/
#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #333333;
	border-top: 2px solid #efefef;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
color:#000066;
}


/*CONTENT*/
#cont
	{
	clear:both;
	background-image:url(../../images/contbg.jpg);
	width: 995px;
	background-repeat: repeat-x;
	padding-left:5px;
	}
.cont_text {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.cont_text1 {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color:#C3E6FB;
	background-image:url(../../images/newsbg.jpg);
	background-repeat:repeat-x;
	}
.cont_textr {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.cont_textr1 {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color:#C3E6FB;
	background-image:url(../../images/newsbg.jpg);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.cont_head {
	font-family: tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	color: #0C78A7;
}
.cont_mainhead {
	font-family: tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	color: #CA0B0B;
}


/*for div tag that carries table of menu*/
.menu_left {
	float: left;
	width: 120px;
	padding-top: 10px;
}

/*For menu List*/
.menu_List {
	color: #990000;
	height: 30px;
	display:block;
}
.menu_List a{
	color: #0066CC;
	display:block;
	text-decoration:none;
	vertical-align: middle;
	text-align: right;
	white-space: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.menu_List a:hover{
	color: #990000;
	display:block;
	text-decoration:none;
	empty-cells:show;
	white-space:nowrap;
	background-color: #CFE8F6;

	}


/*ONLLY FOR TOP BUTTON IN MENU*/
	.menu_List1 {
	color: #990000;
	height: 30px;
	display:block;
}
.menu_List1 a{
	color: #0066CC;
	display:block;
	text-decoration:none;
	vertical-align: middle;
	text-align: right;
	white-space: normal;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.menu_List1 a:hover{
	color: #990000;
	display:block;
	text-decoration:none;
	background-color: #CFE8F6;
		}
