
section{
	padding-bottom:70px; 
}
section .maintable{
	margin-top: 20px;
	border: 0px solid black;
	border-collapse: collapse;
}
section .maintable td{
	vertical-align: top;
}

/*
	HEADER STYLING --------------- */

.header-table{
	border-collapse: collapse;
	width: 980px; 
}
.header-table td:first-child{
}
.header-table .deplogo{
	overflow: hidden;
	padding-top: -1px;
	margin: 0px;
	height: 78px;
	background-color:#e0c000;
	text-align: center;
}
.header-table .deplogo img{
	height: inherit;
}
.header-table .title-logo{
	font-weight: bold;
	letter-spacing: 10px;
	font-size: 16pt;
}
.header-table .emis-number{
	text-align: right;
	font-size: 10pt;
	margin:-10px 0px -10px 0px;
	color:#aaa;
}

/*
	GENERAL SECTION STYLING ----------- */

.info-div{
	border:0px solid black;
	width:450px;
	font-size: 10pt;
}
.school-img-div{
	background-color: #101010;
	background-image: url("../img/logo2.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	width:433px;
	height: 296px;
	overflow: none;
	text-align: center;
	border: 0px solid black;
}
.school-img-div img{
	border-radius: 2px;
	margin: auto;
	height: inherit;
}
.info-div img:hover{
	opacity: 0.2;
	cursor: pointer;
}
.logo-div{
	text-align: center;
	background-color: #505050;
}
div.heading-bar{
	border: 1px solid #eee;
	font-size: 12pt;
	letter-spacing: 5px;
	color:gray;
	background-color: #fefefe;
}
.bg-msg-div{
	padding-top: 20px;
	padding-left: 100px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 3px silver;
	font-size: 10pt;
	text-align: justify;
	background-image: url("../img/keybg.png");
	background-repeat: no-repeat;
	min-height: 80px;
}
section .contact-card{
	min-height: 100px;
	line-height: 16pt;
	font-size: 10pt;
	padding-left:40px;
	text-align: left;
	width: 400px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 2px 2px 1px #eee;
}
section .contact-card div:first-child{
	font-size: 12pt;
	margin-left:-30px;
	width: 90%;
	font-weight: bold;
	text-align: left;
	margin-right: 5px;
	padding: -5px;
	border-bottom: 1px solid #eee;
}

.galtable{
}
.galtable td{
	text-align: center;
}
.galtable .th{
	margin:0px 4px 4px 4px;
	border-radius: 2px;
	cursor: pointer;
	border-top:0px solid #585858;
	height: 140px;
}
.galtable .fullpic{
	padding-bottom:10px;
	background-color: white;
}
.galtable .fullpic div{
	border-radius: 2px;
	text-align: center;
	background-color: #222;
}
.galtable .fullpic div img{
	margin-top: 4px;
	margin-left: 4px;
	border-radius: 2px;
	box-shadow: 2px 2px 5px black;
}

.doctable{
	margin-top: 20px;
	margin-left: 20px;
	border-collapse: collapse;
}

.doctable td{
	padding: 5px 10px;
	border:1px solid #eee;
}
.doctable tr:first-child{
	font-weight: bold;
}

/*
	FOOTER STYLING ------------ */

footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height:65px;
	background-color: #109020;
	border-top: 0px solid #ddd;
	box-shadow: 0px -2px 5px black;
}
footer .menu-table{
	table-layout: fixed;
	border-collapse: collapse;
	width: 980px;
	border: 0px solid gray;
}
footer .menu-table td{
	border-right:1px solid white;
}
footer .menu-table td div{
	text-align: center;
}
footer .menu-table td:last-child{
	border: 0px;
}
footer .menu-table a:link, .menu-table a:visited{
	text-decoration: none;
	color: white;
}
footer .menu-table a:hover{
	text-decoration: underline;
}
