@charset "utf-8";
/* CSS Document */

BODY{
	background-color:#DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #424242;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}.logo_bg {
	background-image: url(images/logo_bg.jpg);
	background-repeat: repeat-x;
	height: 94px;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 100px;
}
.green_txt {
	color: #087438;
	font-size: 16px;
	font-weight: bold;
}
.gallery_bordr {
	border: 3px solid #666666;
}

.white_link {
	color: #FFFFFF;
	text-decoration: none;
}

.white_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
}

.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.message_princi {
	background-image: url(images/princi_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 64px;
	padding-left: 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 10px;
	vertical-align: bottom;
}
.calender_bg {
	background-image: url(images/calender_bg.jpg);
	background-repeat: no-repeat;
	height: 213px;
	width: 428px;
}
.white_txt {
	color: #FFFFFF;
	text-decoration: none;
}
.logo_footer {
	background-image: url(images/eps_logo_btm.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 49px;
	color: #FFFFFF;
}
.calender_head_bg {
	background-image: url(images/calnder_head_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 45px;
	vertical-align: bottom;
}
.news_bg {
	background-image: url(images/news_bg.jpg);
	background-repeat: no-repeat;
	height: 39px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 50px;
}
.more {
	color: #015a8c;
	text-decoration: none;
}

more:hover{
	color: #015a8c;
	text-decoration:underline;
}
	
img{
	border-style:none;
}

#alumni input{
	height:18px;
	background-color:#E0E0E0;
	border: 1px solid #666666;
	color: #333333;
	font-size: 12px;
	
}


#alumni select{
	height:20px;
	background-color:#E0E0E0;
	border: 1px solid #666666;
	color: #333333;
	font-size: 12px;
	
}
#alumni #fileField {
	background-color: #E0E0E0;
	height: 25px;
	width: 250px;
}

#alumni #button, #alumni #button2 {
	color: #FFFFFF;
	background-color: #0066CC;
	height: 30px;
	width: 80px;
	font-size: 14px;
	cursor:pointer;
}


#alumni th{
	text-align: left;
	padding-left: 35px;
	font-weight: normal;
}
