/* CSS Document */
body {
	background-color: #06642C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #008A33;
	font-size:12px;
}
.style1 {
	font-size: 10px;
	color: #FFFFFF;
}
.style2 {font-size: 10px}

.main_header { width:900px; height:265px; vertical-align:top; background-repeat:no-repeat; }
.logged_in { margin: 1px 10px 5px;}
.logged_in div { float:right; margin-right:5px; }
.top_menu td
{
	cursor:pointer;
}
.top_menu a, a:hover
{
	text-decoration:none;
	border:0px;
}
.top_menu img { border:0px; }
.top_menu div { width:100%; cursor:pointer; }
.home_menu { background-image:url("images/menu_home.jpg"); background-position:center; background-repeat:no-repeat; }
.home_menu_hover { background-color: #2D9E59; font-size:14px; color:#FFFFFF; }
.about_menu { background-image:url("images/menu_about_Us.jpg"); background-position:center; background-repeat:no-repeat; }
.about_menu_hover { background-color: #2D9E59; font-size:14px; color:#FFFFFF;  }
.admission_menu { background-image:url("images/menu_admission.jpg"); background-position:center; background-repeat:no-repeat; }
.admission_menu_hover { background-color: #2D9E59; font-size:14px; color:#FFFFFF;  }
.alumni_menu { background-image:url("images/menu_alumni.jpg"); background-position:center; background-repeat:no-repeat; }
.alumni_menu_hover { background-color: #2D9E59; font-size:14px; color:#FFFFFF;  }
.facilities_menu { background-image:url("images/menu_facilities.jpg"); background-position:center; background-repeat:no-repeat; }
.facilities_menu_hover { background-color: #2D9E59; font-size:14px; color:#FFFFFF;  }
.departments_menu { background-image:url("images/menu_departments.jpg"); background-position:center; background-repeat:no-repeat; }
.departments_menu_hover { background-color: #2D9E59; font-size:14px; color:#FFFFFF;  }

.leftmenu { padding-top:20px; background-color:#ECF3EC; }
.leftmenu
{
	margin-bottom: 10px;
	margin-left:10px;
}
.leftmenu a:link, .leftmenu a:active, .leftmenu a:visited{
	color: #006600;
	text-decoration:none;
}
.leftmenu a:hover {
	color: #006600;
	text-decoration:underline;
}
.logged_link a, a:hover { color:#FF0000; text-decoration:none; }
.logged_link a:hover { color:#FF0000; text-decoration:underline; }

.newsletter {
	padding-right: 10px;
	padding-bottom: 18px;
	font-size:12px;
}

.newsletter a{
	font-size:12px;
	color: #008A33;
}

.newsletter p{
	font-size:11px;
}

.newsletter a:hover{
	font-size:12px;
	color: #008A33;
	text-decoration:underline;
}

#loginmain a {
	color:#008A33;
	text-decoration:none
}

#loginmain a:hover {
	color:#FF0000;
	text-decoration:underline
}

#linknews a {
	color:#FF0000;
	text-decoration:none;
	font-style:italic
}

#linknews a:hover {
	color:#FF0000;
	text-decoration:underline;
	font-style:italic
}

#loginmain2 a {
	color:#FF9900;
	text-decoration:none
}

#loginmain2 a:hover {
	color:#FF0000;
	text-decoration:underline
}

.registration_class { font-size:11px; text-align:left }
.registration_class input, textarea { font-size:11px; width: 150px; }
.registration_class input, select, textarea { font-size:11px; }
.registration_class input[type="radio"] { width:13px; }
.registration_class input[type="submit"] { width:80px; background-color:#009900; color:#FFFFFF }
#error_display { 
	position:absolute; 
	font-size:10px;
	width:215px; 
	color:#FF0000;
	background-color:#FFFF99; 
	padding:5px 3px 5px; 
	border:1px solid #00FF00;
	z-index:10;
}
.tooltip_hint {
	background-color:#FF0000; 
	padding:2px 5px 2px 5px; 
	color:#FFFFFF; 
	border:1px solid #ccc; 
	cursor:pointer;
	font-weight:bold;
}
.hint_text { 
	position:absolute;
	background-color:#FFCC00;
	color:#000000;
	padding:5px;
	z-index:20;
	width: 300px;
	border:1px solid #FFFF99;
}

.sbutton input[type="submit"], #theComment { 
	width:80px;
	background-color:#009900;
	font-size:9px;
	color:#FFFFFF;
	height: 25px;
}

.sbutton {width:50px; height:25px; text-align:center}

.newssidebar {
	font-size:11px;	
}

.newssidebar td input[type="text"] {
	text-align:left;
	
	}
.newssidebar input[type="text"] {
	text-align:left;
	width: 145px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #102132;
	border: 1px solid #284279;
	margin-right: 0px; 
}
	
.links {
	font-size:11px;
	color:#999999;
	border-top:1px dashed #666666;
}

.newstitle{
	color: #006600;
	font-size:16px;
	border-bottom:1px solid #000000;
}

.commentsheader{
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #000000;
}	

.tbody{
color:#06642C;
font-size:11px;
}

#comment {
	border:1px solid #009933 ;
	width:100%;
}

.commentinput {
	color: #781351;
	background: #FFFFFF;
	border: 1px solid #009933;
	width:75%;
}

.commentlabel
{
	width: 4em;
	float: right;
	text-align: left;
	vertical-align:middle;
	margin-right: 8em;
	display: block
}

.comments_display_odd {
	background: #F5F5F5;
	width:100%;
	height: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-style: solid;
	border-width:thin;
	border-color:#CCCCCC;
}

.comments_display_even {
	background: #F4FDC1;
	width:100%;
	height: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-style: solid;
	border-width:thin;
	border-color: #CCCCCC;
}

#posted {
	font-size:10px;
	font-style:italic}
.success {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color:#FF0000;
}
