﻿/* CSS Document */
body {
	background:#F7F8E5 url(images/page_bg.jpg) repeat-x;
	margin:13px 0 0 0;
}
body.inner {
	background:#F7F8E5 url(images/inner_page_bg.jpg) repeat-x;
	margin:13px 0 0 0;
}

#page
{
	width:956px;
	margin:0 auto;
	border:1px solid #C8C9B5;
	background-color:#FFFFFF;
	padding:2px;
	padding-top:0px;
}
/*===================================================== Header Part Start ==========================================*/
#header
{
	background:url(images/header-bg.jpg) repeat-x;
}
#logoRight
{
	background:url(images/Microfinlogo .jpg) no-repeat;
	padding-left:259px;
	padding-right:25px;
	padding-top:10px;
	height:122px;
	text-align:right;
	font:normal 10px Verdana;
	color:#656565;
}
.smallTopLink:link,.smallTopLink:active,.smallTopLink:visited,.smallTopLink:hover
{
	font:normal 10px Verdana;
	color:#656565;
	text-decoration:none;
}

/* =================================== Middle Part Start ============================================*/
#quickLinksBox{width:214px;}
#quickLink
{
	background:url(images/quick_links_bg.jpg) repeat-x;
	height:147px;
}
.ul_lib
{
	margin:0px 0px 15px 25px;
	padding:0px;
}
.ul_lib li 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 29px;
	font-weight:normal;
	color: #656565;
	width: 97%;
	vertical-align: top;
	display: list-item;
	margin-bottom: 1px;
	padding-bottom: 1px;
	list-style-position: outside;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	list-style-image: url(images/gr_arrow.jpg);
	list-style-position:top;
}
.ul_lib li a
{
	font:normal 11px Verdana;
	color:#656565;
	text-decoration:none;
	border-bottom:1px solid #656565;
}
.ul_lib li a:hover{border-bottom:none;}

.categoryBox{width:240px;}
.categoryText{border:1px  solid #B8B8B8;height:136px;padding:9px 12px 0 12px }
.categorylink{padding:5px;}
.categorylink a{font:bold 11px Verdana;color:#0D2B8C;text-decoration:none;}
/* ==================================================================    Footer part=====================================*/
#footerPart
{
	background: url(images/footer_bg.jpg) repeat-x;
	height: 78px;
	padding-left: 25px;
	padding-top: 15px;
	font: normal 10px/20px Verdana;
	color: #FFBA2E;
}
a.footLink
{
	font:normal 10px Verdana;
	color:#6396C5;
	text-decoration:none;
	border-bottom:1px solid #6396C5

}
a:hover.footLink{border-bottom:none}
.footerGoldlink:link,.footerGoldlink:active,.footerGoldlink:visited
{
	font:normal 10px Verdana;
	color:#FDBD38;
	text-decoration:none;
}
.footerGoldlink:hover{border-bottom:1px solid #FDBD38}
/* ============================================== General Classes ============================================*/
.fullWidth{width:100%;}
.floatLeft{float:left;}
.floatRight{float:right;}
.clear{clear:both;}
.rowspacer{width:20px; clear:both}
.leftMargin{margin-left:4px;}

/* ======================================= Inner Page Classes ======================================================*/

#middleLeft
{
	width:246px;
}
#contactUsBox{width:242px;}
#contactUs
{
	background:url(images/quick_links_bg.jpg) repeat-x;
	min-height:147px;
}
#middleRight
{
	width:669px;
	padding:0 20px;
}
.genText
{
	font:normal 11px/16px Verdana;
	color:#464646;
}
.subHead
{
	font:bold 11px Verdana;
	color:#0E2C8E;
}
.genText a
{
	font:normal 11px/16px Verdana;
	color:#A16800;
	text-decoration:none;
	border-bottom:1px solid #FFBA2E;
}
.genText a:hover
{
	border-bottom:none;
}
