html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	height: 100%;
}
td, p {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
}
.mainlayout {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-color:#666666;
	height: 100%;
}
.maintable {
	background-color:#666666;	
}
.mainpad {
	text-align: left;
}
.sidenav {
	width: 205px;
	background-color: #000;
}
.sidenav a{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	background-color: #000;
	border-top: solid 1px #ab1c45;
	padding: 6px 0px 6px 17px;
	width: 205px;
}
a.sidenavnolink {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	background-color: #ab1c45;
	border-top: solid 1px #ab1c45;
	padding: 6px 0px 6px 17px;
	width: 205px;
}
.sidenav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ab1c45;
}
.sidenav a:active {
	background-color: #ab1c45;
}
.subnav a {
	background-color: #781430;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	background-image: url(../images/header_arrows.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666;
	margin: 0px;
}
h3 {
	font-size: 16px;
	color: #000;
}
h4 {
	font-size: 14px;
	color: #666;
}
h5 {
	font-size: 12px;
	color: #000;
}
h6 {
	font-size: 12px;
	color: #666;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
td, tr {
	margin: 0px;
	padding: 0px;
}
.mainpad {
	padding: 15px;
}
.navtd {
	width: 230px;
}
.contenttd {
	width: 500px;
	background-color: #fff;
}
.contenttd table table{
	margin: 17px 17px 0px 17px;
}
.contenttd .pad{
	margin: 17px 17px 0px 17px;
}
.contenttd a {
	font-weight: bold;
	color: #781430;
	text-decoration: none;
}
.contenttd a:hover {
	color: #999999;
	text-decoration: underline;
}
.nolink {
	font-weight: bold;
	color: #666666;
}
.sitemapsubnav {
	padding-left: 15px;
}

.collegedetails {
	padding: 17px;
	color: #fff;
}
.collegedetails a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.collegedetails a:hover{
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}
.subjecttable th, .subjecttable td {
	padding-right: 10px;
}
.contacttable {
	margin-left: 10px
}
.contacttable td {
	padding-bottom: 5px;
	padding-right: 5px;
}
.scroller {
	text-align: center;
}
.galleryimage {
	text-align: center;
	margin-top: 10px;
}
.galleryimage img {
	border: solid 1px #666;
}
