/*
	Date: January 15, 2008 3:27 PM 
	Project Title: Elite International Education Consultancy
	Powered By: Radiant InfoTech Nepal (www.radiantnepal.com)
	Website Developer: http://meroblogs.blogspot.com

*/


/*
-------------------------------------------------------
Custom inbuilt tags section
------------------------------------------------------- 
*/
*{
	margin: 0px;
	border: 0px;
	padding: 0px;	
	
}

body {
	background-color: #A08F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/topbg.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;
}

/*
-------------------------------------------------------
Header Section
------------------------------------------------------- 
*/
#maincontainer{
	margin: 0px auto 0px auto;
	width: 895px;

}
#admin{
	
	width: 200px;
	float:left;
	margin: 6px 0px 0px 0px;
}
#admin span{
	color:#FFFFFF;
	margin: 6px 0px 0px 0px;
	float: left;
}
#lang{

	width: 200px;
	float:right;
	text-align:right;
	color:#FFFFFF;
	margin: 6px 0px 0px 0px;

}
#lang img{
	float:right;
}

#lang span{
	
	margin: 2px 0px 0px 0px;
	float:right;	

}

/*
-------------------------------------------------------
Collage Section
------------------------------------------------------- 
*/
#colcontainer{
	margin: 4px auto 0px auto;
	width: 895px;
	
}

#collage{
	
	background-image: url(images/collage.jpg);
	background-repeat: no-repeat;
	height: 203px;
	width: 895px;
	float:left;
	margin: 3px 0px 0px 0px;
}
#collage p{
	
	margin: 40px 0px 0px 30px;
	
}

/*
-------------------------------------------------------
Mib Bar Section
------------------------------------------------------- 
*/
#midbar{
	clear:both;
	background-image: url(images/barbg.jpg);
	background-repeat: repeat-y;
	
	width: 895px;	
	text-align:center;

}
#midbar ul{

	margin: 0px 0px 0px 0px;
	text-align:center;
}
#midbar li{

	list-style: none;
	float: left;
	padding-left: 25px;
		
}
#midbar p{

margin: 0px 0px 0px 0px;


}

.linkformat{
	color: #FFFFFF;
	padding: 0px 20px 0px 20px;
}
a.linkformat:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkformat:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.linkformat:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.linkformat:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*
-------------------------------------------------------
Main Body Section
------------------------------------------------------- 
*/

#rightnav{

	padding: 20px;
	background-color:#FFFFFF;
}

.botline{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.rightlink{
	color: #FE5B25;
}

a.rightlink:link {
	color: #FE5B25;
	text-decoration: none;
}
a.rightlink:visited {
	text-decoration: none;
	color: #FE5B25;
}
a.rightlink:hover {
	text-decoration: underline;
	color: #FE5B25;
}
a.rightlink:active {
	text-decoration: none;
	color: #FE5B25;
}
.leftlink{
	color: #413A03;
}

a.leftlink:link {
	color: #413A03;
	text-decoration: none;
}
a.leftlink:visited {
	text-decoration: none;
	color: #766A01;
}
a.leftlink:hover {
	text-decoration: underline;
	color: #FE5B25;
}
a.leftlink:active {
	text-decoration: none;
	color: #FE5B25;
}

.servicelink{
	color: #413A03;
	font-weight: bold;
	font-size:13px;
}
a.servicelink:link {
	color: #413A03;
	text-decoration: none;
}
a.servicelink:visited {
	text-decoration: none;
	color: #413A03;
}
a.servicelink:hover {
	text-decoration: underline;
	color: #FE5B25;
}
a.servicelink:active {
	text-decoration: none;
	color: #413A03;
}

#notices{

	padding: 20px;
	background-color:#847600;

}

.envelope{
	background-image: url(images/envelope.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
.barbg{
	background-image: url(images/barbg.jpg);
	background-repeat: repeat-y;

}