*
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body
{
	background:#AAA;
}
a
{
	text-decoration:none;
	color:#0069A4;
}
a:hover
{
	color:#B8B8B8;
}
/*------------------- layout stuff ---------------------*/

#pageWrapper
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#top
{
	width:100%;
	height:150px;
	background:url(/images/top_banner.jpg) center top no-repeat;
}

#mid
{
	width:100%;
	background:url(/images/mid_bg_repet.gif) left top repeat-y;
}
#left
{
	width:250px;
	float:left;
}
#right
{
	width:750px;
	float:right;
}
#contents
{
	padding:15px;
	text-align:justify;
	line-height:20px;
	font-size:12px;
	color:#000000;
}
.clearer
{
	clear:both;
}
#bottom, #bottom a, #bottom a:link, #bottom a:hover, #bottom a:active, #bottom a:visited
{
	width:100%;
	background:#003D7B;
	text-align:center;
	text-decoration:none;
	line-height:25px;
	font-size:10px;
	color:#F6F6F6;
}
#bottom a:hover
{
	text-decoration:underline;
}
/*--------------- left menu -------------------------*/
.leftMenu
{
	margin:15px auto;
	width:230px;
	border:1px solid #F2F2F2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	font-size:12px;
	font-weight:bold;
}
ul.leftMenuUl
{
	margin:2px;
}
ul.leftMenuUl li
{
	margin:3px 0px;
	background:#F5F5F5;
	border:1px solid #F5F5F5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	list-style:none;
	display:block;
}
ul.leftMenuUl li a, ul.leftMenuUl li a:link, ul.leftMenuUl li a:visited, ul.leftMenuUl li a:hover, ul.leftMenuUl li a:active
{
	padding:3px;
	display:block;
	color:#003D7B;
	text-decoration:none;
	border:1px solid #F5F5F5;	
}
ul.leftMenuUl li a:hover
{
	background:#0069A4;
	color:#F6F6F6;
	text-indent:5px;
	border:1px solid #0069A4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:block;
}
#body_about_college #menu_li_about_college,
#body_courses #menu_li_courses,
#body_faculty #menu_li_faculty,
#body_library #menu_li_library,
#body_gymkhana_facility #menu_li_gymkhana_facility,
#body_other_amenities #menu_li_other_amenities,
#body_location_map #menu_li_location_map,
#body_photo_gallery #menu_li_photo_gallery,
#body_alumni #menu_li_alumni,
#body_achievements #menu_li_achievements,
#body_contact_us #menu_li_contact_us,
#body_feedback #menu_li_feedback
{
	background:#0069A4 url(/images/menu_arr.gif) left center no-repeat;
	color:#F6F6F6;
	text-indent:15px;
	border:1px solid #0069A4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/*--------------- contents formatting ---------------------*/

h1
{
	padding-bottom:15px;
	background:url(/images/h1_bull.jpg) left top no-repeat;
	text-indent:25px;
	font-size:18px;
	color:#003D7B;
	font-weight:normal;
}
h2
{
	margin:10px 0px;
	padding:3px 10px;
	background:url(/images/h2_bg.jpg) left top no-repeat;
	font-size:13px;
	color:#003D7B;
	font-weight:bold;
}
h3
{
	margin-top:10px;
	margin-bottom:10px;
	background:url(/images/h3_bull.gif) left 9px no-repeat;
	text-indent:12px;
	font-size:12px;
	font-weight:bold;
}
h4
{
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	font-size:12px;	
	color:#003D7B;
	text-decoration:underline;
}
h1, h2, h3, h4
{
	clear:both;
}	
.generalOrderedList, generalUnorderedList
{
	margin:15px 25px;
}
.imgFloatRight
{
	float:right;
	margin-left:20px;
	padding:2px;
	border:1px solid #CCC;
}
.imgCenterContainer
{
	width:100%;
	text-align:center;
}
.imgCenter
{
	padding:2px;
	border:1px solid #CCC;
}
.tableContainer
{
	width:98% !important;
	width:94%;
	height:300px;
	padding:1%;
	border:1px solid #CCC;
	overflow:auto;
}
table.general_table
{
	border-collapse:collapse;
}
table.general_table th, table.general_table td
{
	padding:5px 10px;
	border:1px solid #CCC;
	font-weight:bold;
	vertical-align:top;
}
table.general_table td
{
	font-weight:normal;
}
