/*

	Date: March 5, 2008 11:54 AM
	Project Title: Brain Point Education Consultancy
	Powered By: Radiant InfoTech Nepal (www.radiantnepal.com)
	Web Developer: http://meroblogs.blogspot.com

*/


/*
-------------------------------------------------------
Custom inbuilt tags section
------------------------------------------------------- 
*/

*{
	margin: 0px;
	border: 0px;
	padding: 0px;
	
	
}

body {
	background-color: #EADBE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #FE875F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FE875F;
}
a:hover {
	text-decoration: underline;
	color: #FE5D2A;
}
a:active {
	text-decoration: none;
	color: #FE875F;
}

h1{
	font-size: 20px;
	font:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;

}


/*
-------------------------------------------------------
IDs Section
------------------------------------------------------- 
*/

#maincontainer{

	width: 920px;
	margin:0px auto 0px auto;

}
#quote{
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	color: #6D180D;
}

#mainlink{

	margin: 0px 0px 0px 260px;
	padding-bottom: 20px;

}
#mainlink li{

	list-style: none;
	padding:5px;
	float:left;
	padding-right: 15px;

}
#leftnav{

	text-align: right;
	margin-top: 50px;
	width: 230px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	
}
#leftnav li{
	list-style-position:inside;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F38F81;
	padding:5px 0px 5px 0px;
	
	
}
#mainbody{

	padding:25px 0px 25px 25px;
}
#copy{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CA3C2C;
	padding-top:8px;
	text-align:left;
	font-size:11px;

}

/*
-------------------------------------------------------
Classes Section
------------------------------------------------------- 
*/
.mibblockbg{
	background-image: url(images/midblockbg.jpg);
	background-repeat: repeat-x;

}
.backpic{
	background-image: url(images/backpic.jpg) ;
	background-repeat: no-repeat;
	
}
.imgborder{
	border:2px solid #CA3C2C;	
}
input {
	font-size:12px;
}
/*
-------------------------------------------------------
Links Section
------------------------------------------------------- 
*/

.mainlink{

	font-family:"Times New Roman", Times, serif;
	font-size:16px;	
	font-weight: bold;
	font-style:italic;
	color:#FFFFFF;
}
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: underline;
	color:#FBDD9F;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}
