@charset "shift_jis";

/* ================================================= */
/* designed by Khristianne Bautista                  */
/* Guevara batch96                                   */
/* index.css                                         */
/* NOTE: ALL HTML FILES ARE LINK TO THIS CSS.        */
/* ================================================= */

.main a,
.main a:link,
.main a:visited,
.main a:active {
	color: #009966;
	text-decoration: none;
	}

.main a:hover {
	color: #009966;	
	text-decoration: underline;
	}
	
.leftTop1 { /* latest news */
	margin: 0 8px;
	width: 262px;
	height: 85px;
	float: left;
	background: transparent url("../images/indexHeader2.gif") no-repeat top left;
	display: block;
	}

.leftTop2 { /* upcoming events */
	margin: 0 8px;
	width: 262px;
	height: 85px;
	float: left;
	background: transparent url("../images/indexHeader3.gif") no-repeat top left;
	display: block;
	}
	
.leftBottom {
	margin: 0 8px;
	width: 262px;
	float: left;
	background: transparent url("../images/indexHeaderBottom.gif") no-repeat top left;
	display: block;
	}	

h1 {
	margin: 4px 0;
	width: 460px;
	height: 41px;
	background: transparent url("../images/indexHeader1.gif") no-repeat top left;
	padding: 0 0 0 0;
	}

h2 {
	margin: 0 0;
	font-weight: bold;
	padding: 0 0 0 0;
	}

.reminderCon { /* reminder container */
	margin: 0 0;
	width: 220px;
	float: left;
	display: block;
	}

.reminder {
	margin: 0 0;
	width: 210px;
	height: 30px;
	float: left;
	background: transparent url("../images/indexReminder.gif") no-repeat top left;
	display: block;
	}
	
.reminderCon .text {
	margin: 0 5px;
	width: 210px;
	float: left;
	}

*html .reminderCon .text {
	margin: 0 0;
	}
		
.reminderCon .border {
	margin: 0 0;
	width: 220px;
	float: left;
	border: 1px dashed #ccc;
	}
	
.alumniCon { /* alumni container */
	margin: 0 10px;
	width: 220px;
	float: left;
	display: block;
	}
	
.alumniCon .border {
	margin: 0 5px;
	width: 220px;
	float: left;
	border: 1px dashed #ccc;
	}
	
.alumni {
	margin: 0 6px;
	width: 210px;
	height: 30px;
	float: left;
	background: transparent url("../images/indexAlumni.gif") no-repeat top left;
	display: block;
	}
	
.alumniCon .text {
	margin: 0 5px;
	width: 210px;
	float: left;
	}
	
*html .alumniCon .text {
	margin: 0 0;
	}