/*--common style Start--*/
body {
	margin: 0px;
	background: url(../images/bg_b.gif) repeat-x;
	background-color: #EDEDED
}

td, div, p, span {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B1B1B;
}
/*--common style End--*/
/*--links style Start--*/

.site-root-links {
	color: #3C7FAF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.site-root-links:hover {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.left-sub-links {
	color: #3C7FAF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.left-sub-links:hover {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.footer-links {
	color: #07519A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer-links:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*--links style End--*/
/*--header area Start--*/
.text-input {
	border: 1px solid #3C7FAF;
	width: 115px;
}

.search-textbox {
	float: left;
	width: 123px;
	height: 30px;
	margin-top: 10px;
}

.search-button {
	float: right;
	width: 57px;
	height: 30px;
	margin-top: 11px;	
}
/*--header area End--*/

/*--left side Start--*/
.sub-head {
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	color: #375BA1;
	height: 22px;
	background: #EBF3FB;
}

.sub-links {
	list-style-type: none;
	margin: 5px 12px 10px 20px;
}

.sub-links li {
	padding-top: 5px;
}

.sub-add {
	font-size: 10px;
	padding: 12px;
}

.sub-add-head {
	font-size: 10px;
	font-weight: bold;
	color: #07519A;
}
/*--left side End--*/

/*--main text area Start--*/
.main-text {
	padding: 20px 12px;
	text-align: justify;
}

.main-heading {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #375BA1;
}

.box-heading {
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	color: #375BA1;
	background: url(../images/box_head.gif) no-repeat;
}

.box-text {
	font-size: 10px;
	padding: 7px;
	color: #3974AE;
}

.site-root-box {
	font-size: 11px;
	color: #3C7FAF;
	height: 19px;
	padding-top: 4px;
	padding-left: 12px;
	border-bottom: 1px solid #3D7FAF;
}
/*--main text area End--*/
/*--Right Box Start--*/

.right-box-head {
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	color: #375BA1;
	height: 23px;
	background: url(../images/right_box_head.gif) no-repeat;
}

.right-box-text {
	font-size: 11px;
	padding: 10px 8px;
	color: #375BA1;
	border: 1px solid #AACCEE;
}

/*--Right Box End--*/
/*--footer text area Start--*/
.footer-left {
	color: #07519A;
	background: #EBF3FB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 12px;
}	

.footer {
	color: #07519A;
	background: #EBF3FB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-right: 12px;
}
/*--footer text area End--*/