body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	color: #404040;
	background-color: #FFF;
	}


/* -------- A Starts --------*/
a {
	color: #404040;
	text-decoration: underline;
	}
a:hover {
	color: #404040;
	text-decoration: none;
	}
	
/* -------- General Tags Starts --------*/
strong, b {	font-weight: bold;}

.small{
	font-size: 10px;
	line-height:11px;
}

img {	border: 0;}

.images{
	margin:5px;
	padding-right: 20px;
}
.bullet{vertical-align:middle;}
.dot{
	padding:0;
	font-size:10px; 
	font-family: Arial, Helvetica, sans-serif;
	color:#B1B1AA;
}
.more{color:#D4440B;}

/* -------- Rapper Starts --------*/
#rapper{
	width:950px;
	margin: 0 auto;
}
.height{
	clear:both;
	height:15px;
}
.height_small{
	clear:both;
	height:3px;
}

.clear{clear:both}

ul{ 
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
}
.li_title{color:#BD8618; font-size:12px; line-height:20px;}
.li_padding{padding-left:30px;}
.li_box{text-align:left; line-height:15px; padding-left:10px;}


/* -------- Logo Starts --------*/
#logo_bg {
	width:950px;
	height:95px;
	margin: 0 auto;
	background-color:#000;
	background-image:url(images/logo_bg.gif);
}
#logo{padding:20px;}

/* -------- Toplinks Starts --------*/
#toplinks_bg{
	height:40px;
	background-image:url(images/toplinks_bg.gif);}
	
.toplinks_text{
	padding:12px;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
	text-transform:uppercase;
}

	a.toplink { color: #FFF; text-decoration: none; font-size: 11px; font-weight:bold; text-transform:uppercase; padding-right: 20px; }
	a:hover.toplink {color: #FFF; text-decoration: none; font-size: 11px; font-weight:bold; text-transform:uppercase; padding-right: 20px;}
	
	

/* -------- Body Starts --------*/
#bodycontent{
	width:950px;
	margin:0 auto;
	clear:both;
	background-image:url(images/body_bottom_bg.jpg);
	background-repeat:repeat-y;
	}
	
/* - Body-Left Starts -*/
#bodyleft{
	float: left;
	width: 385px;
	background-image:url(images/body_left_bg.jpg);
	background-repeat:repeat-y;
	position:relative;

}
.leftcontent{
	padding:10px;
	width: 285px;
	}

.leftboxes{
	width:330px;
	padding:5px;
}
.box{
	border: 1px solid #CCC599;
	width:130px;
	list-style-type: none;
	float: left;
	margin-right:10px;
	padding:5px;
	text-align:center;
}


/* - Body-Right Starts -*/
#bodyright{
	float: right;
	width: 565px;
	position:relative;

}
.grayband{
	margin-top:74px;
	height:92px;
	background-color:#ECECEC;
	background-image:url(images/grayband_rightimg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.content{padding:10px;}

.gray_title{font-size:13px; font-weight:bold;}
	
/* -------- Footer Starts --------*/
#footer{
	
	width:950px;
	height:47px;
	margin: 0 auto;
	background-image:url(images/footer_bg.gif);
	color: #FFF;
	position:relative;
}
	
.footerleft{
	float:left;
	font-size:10px;
	padding:10px;
}
.footerright{
	padding:10px;
	float:right;
	font-size:10px;
	text-align:right;
}
	a.footerlink { color: #FFF; text-decoration: underline; font-size: 10px;}
	a:hover.footerlink {color: #FFF; text-decoration: none; font-size: 10px;}
	


