* {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

.alternator:nth-child(2n+1) {
	background-color: #eff;

}

.alternator:hover {
	background-color: #0099ff;
	color: white;
	cursor:pointer;
}

.container {
	margin: 0 auto;
	width: 978px;
}

.floatingColumn {
	float:left;
	width:420px;
}


.header1 {
	font-weight:bold;
	font-size: 18pt;
}


.header2 {
	font-weight:bold;
	font-size: 16pt;
}

.header3 {
	font-weight:bold;
	font-size: 14pt;
}

.header4 {
	font-weight:bold;
	font-size: 12pt;
}

.infoTile {
	width:300px;
	margin-right:25px;
}

.menuBar {
	 background: linear-gradient(#a0a0ff, #00f);
	 border-radius: 5px;
	 color: white;
	 padding: 5px;
	 text-align: center;
}

.menuButton {
	padding-left: 20px;
	padding-right: 20px;
}

.paragraph {
	font-size:10pt;
}

.req {
	background: #fff;
}

.sideBar {
	border-right:thin black solid;
	float:left;
	margin-right:20px;
	width:200px;
}

.tableRowData {
	vertical-align:top;
}

.tableRowHeading {
	font-weight: bolder;
	text-align:right;
}

.topicHeading {
	border-bottom: thin black solid;
	font-size:14pt;
	margin-top:10px;
}

#staff_pic {
	z-index:-400;
}

a {
	color:#0066ff;
	text-decoration: none;
}

a.file[href$='.pdf'] {
	background: url('./assets/pdf_document_icon.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	background-size: contain;
	margin-left:10px;
	text-decoration:none;
	font-weight:bold;
	color: #0066ff;
}

a.file[href$='.ppt'] {
	background: url('./assets/ppt_document_icon.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	background-size: contain;
	margin-left:10px;
	text-decoration:none;
	font-weight:bold;
	color: #0066ff;
}

a:visited {
	color:#0066ff;
}

a:hover {
	color:#0000ff;
}
div, p {
	color: #666666;
	font-size: 12px;
}

h2, h3 {
	color: #666666;
	direction: ltr;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	table-layout: fixed;
	text-align: left;
	width: 100%;
}

html, body {
	border: none;
	margin:0px;
	padding:0px;

}

td, th {
	padding:0;
}

	.flex-container {
		padding: 0;
		margin: 0;
		list-style: none;
		width:100%;

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
	}

	.flex-item {
		background: #fff;
		padding: 5px;
		height:105px;
		width:30%;
		color: black;
	}

	.flex-item2 {
		background: #fff;
		padding: 5px;
		width:60%;
		color: black;
	}


	.annTitle {
		color:#996600;
		font-weight:bold;
		font-size:12pt;
	}

	.adTitle {
		color:#900;
		font-weight:bold;
		font-size:11pt;
	}

	.adTag {
		color:#900;
		font-weight:bold;
		font-style: italic;
		font-size:11pt;
	}


	.topicHeading {
		font-weight:bold;
		font-size:12pt;
		margin-top:5px;
		color:#666;
	}

	.announcement {
		position:relative;
		width:90%;
		height:80px;
		margin: auto auto;
		padding: 10px;
		border: thin black solid;
		border-radius: 20px 20px;
		box-shadow: 5px 5px #eee;
	}
