body
{
	margin:0;
	font-family:Arial;
	font-size:12px;
	color:#333333;
	text-align:justify;
	background:#000;

}
p{
padding:0px;
}
/*table .onlyfor-fontcolor{
}
table .onlyfor-fontcolor a:link{
	color:#b74001;
}*/
h2{
color:#762d08;
font-size:14px;
text-transform:uppercase;
font-weight:bold;
}
h3{
color:#762d08;
font-size:14px;
text-transform:uppercase;
font-weight:bold;
background:url(../images/line.gif) repeat-x 0  90% ;
padding-bottom:20px;
padding-right:10px;
}
h4{
	padding-top:15px;
	padding-bottom:20px;
	padding-right:10px;
	background:url(../images/line.gif) repeat-x 0  90% ;
	width:96%;
	margin:0 auto;
	font-size:14px;
	font-weight:normal;
	color:#762d08;
	font-weight:bold;
	text-transform:uppercase;
}
h5{
	font-size:14px;
	color:#690;
	margin:0 auto;
	padding-bottom:10px;
	padding-right:10px;
}
.heading{
color:#762d08;
font-size:14px;
text-transform:uppercase;
font-weight:bold;
}
.subheading{
color:#762d08;
font-size:16px;
}
.subheadingred{
color:#ff0000;
font-size:12px;
}
table.nuvtsav{

}
table.nuvtsav td{
vertical-align:top;
}

table.mytable
 {

padding: 0px;
color:#000000;
 text-align:left;
background-color:#ffffff;


 }
table.mytable td
 { 
 border: none;
vertical-align: top; 
 font-weight:normal;
 }
 .collegename{

 height:127px;
  background:#762d08;
 
 }
 .logo{
 background:#762d08;
 
 text-align:right;

 }
 .menubg{
 background:url(../images/topnav_bg.gif) repeat-x;


 }
 .nuvatree{
 
 height:326px;
 padding-top:8px;
 padding-bottom:8px;
 
 }
 table.leftcontents{
 
 
 }
 table.leftcontents td{
 text-align:left;
 vertical-align:top;
 }
 .bottomline{
 background:url(../images/line.gif) repeat-x;

 }
 
 .horizontalmenus{
 border-right:1px solid #819232;
 height:30px;
 text-align:center;
 }
 
 
 .horizontalmenulast{
 
 height:30px;
 text-align:center;


 }
 
 
 
 
 
table.menus{
padding-left:5px;
}
.border{
background:url(../images/white-blueborder.gif);
background-repeat:no-repeat;

}
.collegenm{
height:52px;

}
table.contentsholder{
border-left:1px solid #96b94a;
border-right:1px solid #96b94a;
border-bottom:1px solid #96b94a;

}
table.contentsholder td{
 font-size:12px;
}


table.footer{
width:100%;
height:40px;
/*background:#ffefe2;*/
background:#772D08;color:#FFFFFF;

}
table.footer  td{
text-align:center;
padding-bottom:5px;


padding-top:4px;
}

a.footermenu:link    { color:#ffffff; text-decoration:none; }
    a.footermenu:visited { color:#ffffff; text-decoration:none; }
    a.footermenu:hover   { color:#ffffff; text-decoration:underline; }
    a.footermenu:active  { color:#ffffff; text-decoration:none; }


.curvetableborder{
border:1px solid #A5B74B;
padding-left:6px;

}
.curvetableborder a{
font: bold 12px arial;
color: #000000;
text-decoration:none;
}
table.eventtable{
border:1px solid #EAE9E6;
}
table.eventtable td{
padding:3px;
border:1px solid #EAE9E6;
}
table.topalign{

}
table.topalign td{
vertical-align:top;

}
/*-------------------------menus implemented on 20 oct----------------------------------*/
#nuvamenus{
	float:left;
	margin:0;
	padding:0;
	background:#30C;
	
}
ul.topnav {
	list-style: none;
	padding: 0 10px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #000;
	background:url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	width:110px;
	float: left;
	margin: 0;	
	padding: 0 18px 0 18px;
	position: relative; /*--Declare X and Y axis base--*/
	background:url(../images/menus-separator.gif) no-repeat 0%;
	
}
ul.topnav li a{
	padding: 10px 5px;
	color: #000;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.png) no-repeat center top;
}
ul.topnav li span.subhover { cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #a4b93e;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #a4b93e; /*--Create bevel effect--*/
	border-bottom: 1px solid #a4b93e; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #c8e074 url(../images/dropdown_linkbg.gif) no-repeat 10px center;/*submenus darkbrown color*/
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #dff889 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
	
}

