@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

/* CSS Document */

#text-section {
	height: auto;
	width: 640px;
	margin-left: 30px;
	background-image: url(../images/sub-pages-banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 48px;
}
#table-grands {
	background-color: #DFDFDF;
	width: 640px;
}

.table-grands {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.table-grands a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.table-grands a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.table-grands a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8000;
	text-decoration: none;
}
#table-students {
	background-color: #DFDFDF;
	width: 640px;
}
.table-students {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: left;
}
.table-students a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.table-students a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.table-students a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8000;
	text-decoration: none;
}










.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	color: #000099;
	margin-left: 25px;
	margin-bottom: 15px;
}
.event {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: justify;
}
.horiz-separator {
	background-image: url(../images/horizontal-bar.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 3px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.event a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
	text-align: justify;
	text-decoration: underline;
}
.event a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
	text-align: justify;
	text-decoration: underline;
}
.event a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF8000;
	text-align: justify;
	text-decoration: none;
}
