/* CSS Document */
body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin:0;
  padding:0;
  background-color: #FFFFCC;
  
}
html, body{
scrollbar-face-color:#EBF5FF;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;
}



a{
	color:blue;
	text-decoration:none;
	text-decoration:underline;
}
a:hover{
	color: #330066;
	text-decoration: underline;
}
/***************************        ID Selector     ***************************/
#logo, #page_name, #g_search{
	width:100%;
	border:0px solid #CCCCCC;
}
#page_name{
	float: left;
	border-top: 0px solid #FFFFFF;
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	/*background-color:#3D6080;	*/
}
#g_search{
	float: left;
	background-color:#D6DEEB;
	margin:0;
	padding:0;
}
#main_div{
	margin:5px;
}
#content{
	padding:0 5px;
} 
#footer{
	width:100%;
	text-align:center;
}
#footer_top{
	padding: 5px;
	text-align:center;
}
form#login .input_txt{
	width: 75px;
	height:13px;
	margin-bottom:3px;	
	background-color: #99FFFF;
	font-size:10px;
}

form#login a{
	color:#0066FF;
}
form#login a:hover{
	color: red;
}
.button_sub{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #333333;
	color:#FFFFFF;
		
}

/***************************       Class Selector      **********************/
.page_name{
	width:150px;
	border-top: 0px solid #000;
	border-bottom:0px solid #000;
	text-align:center;
	margin-left:115px; 
}
.border_1{
	border: 1px solid #000;
}
.white_bg{
	background-color:#FFFFFF;
}
.g_left_ad{
	margin-bottom: 10px;
}
.ad_right{
	width:98%;
	text-align:center;
	border:0px solid #999;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:5px;
	/*background-color:white;*/
	height:42px;
	font-weight:bold;
	
	
}
.ad_right_rent{
	margin: 0 auto;
	margin-top:5px;
	width:152px;
	text-align:center;
	
	border:0 solid #999;
	
	padding-top:1px;
	padding-bottom:1px;
	
	background-color:white;
	height:42px;
	font-weight:bold;
}

/*************************       YELLOW PAGE HOME  ****************************/
.y_btn{
	background:url(../images/button_yellow.gif) no-repeat;
}
#y_top_btn{
	background-color: #FBBD06;
}
#y_top_btn a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.border_exleft{
	border: 1px solid #CCCCCC;
	border-left:none;
}
.border_bottom{
	border-bottom:1px solid #CCCCCC;
}
#content{
	height:400px;
}	
.border_y_info{
	padding:1px 7px 1px 7px;
	border:1px solid #FFFFFF;
	background:#E6FFFF;
}
/*****************************    Tutor Style  **************************************/
.tutor_menu{
	padding: 5px 0;
	background-color:#FFFFCC;
	border-bottom:1px solid #00FF00;
}		
/*********************************    Home Page  ************************************/
/*login box*/
#login1 .login_text{
	width: 75px;
	height:13px;
	background-color: #FFF;
	font-size:10px;
	border:1px solid #999;
	margin-bottom:1px;
}
.submit1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:6px;
	font-weight:bold;
}
.txt{
	height: 13px;
}
#tolet{
	color:#CCCCCC;
}
#tolet a{
	color:#CCCCCC;
}
#tolet a:hover{
	color:#FFFFFF;
}
#content{
	color:#000000;
}
#content a{
	color: #0033CC;
}
#content a:hover{
	color: #0066FF;
}
/*********************        EDUCATION  **************************************/
.ed_link ul{
	margin: 0;
	padding: 0;
	margin-left: 30px;	
}
.ed_link ul li{
	list-style-image:url(../education/images/img_drkarrows.gif);
}		
.ed_link ul li a{
	text-decoration: none;
	color: #330033;
}	
.ed_link ul li a:hover{
	text-decoration: underline;
	color: #990000;
}
#navigation a.active{
	color:#996600;
	font-weight:bold;
}
.ed_link h2{ background-color:#996600; color:#FFFFFF; font-size:13px; padding:3px; }

/*****************************************************************************/
#inner{ border:0px solid #000000 }