/* Stylesheet */

/* RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 5;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.25;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Page Style */

body {
	background-color: #F2F5FA;
	font-family: "Calibri",sans-serif;
	color: #010101;
}
a {
	color: #67009a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.content {
	background-color: #fff;
	width: 1009px;
	margin: 0 auto;
	min-height: 300px;
	border-left: 2px solid #ccd2de;
	border-right: 2px solid #ccd2de;
	border-bottom: 35px solid #ccd2de;
	background-image: url('header2.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.page {
	padding: 0 50px;
}
.header {
	font-size: 19px;
}
.logo {
	float: left;
	padding-right: 25px;
}
.tagline {
	padding-top: 25px;
}
.contents {
	background-image: url('ifse_coursepage_r4_c3.png');
	width: 133px;
	height: 26px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 6px;
}
.welcome {
	clear: both;
	font-size: 16px;
	padding-left: 25px;
}
.heading2 {
	color: #8F959E;
	padding: 15px 0;
	display: block;
	font-size: 19px;
}
.left-column {
	width: 515px;
	float: left;
	padding-left: 25px;
	border-top: 1px solid #eee;
	padding-top: 25px;
}
.right-column {
	float: left;
	width: 360px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	padding-left: 5px;
	padding-top: 25px;

}
.item {
	padding: 0 0 10px 0;
	font-size: 14px;
}
.item div,
.item input {
	display: inline-block;
	padding: 5px 10px;
	background-image: url('gradient-gray.png');
	border-radius: 4px;
	color: #000;
}
.item div:hover {
	background-image: url('gradient-hover.png');
	color: #888;
}
.item div:active {
	background-image: url('gradient-click.png');
	color: #ddd;
}
.news-header {
	display: inline-block;
	padding: 5px 10px;
	background-image: url('gradient-gray.png');
	border-radius: 4px 4px 0 0;
	width: 180px;
}
.item-title {
	width: 390px;
}
.video {
	border: 9px solid #bfbfbf;
	width: 310px;
	height: 174px;
}
.resources {
	padding-top: 25px;
	padding-left: 0px;
	float: left;
}
.news {
	padding-top: 25px;
	padding-left: 5px;
	float: left;
	width: 210px;
}
.news ul {
	background-color: #f0f1f5;
}
.news li {
	padding: 10px;
	font-size: 12px;
}
.news-item {
	padding: 10px;
	font-size: 12px;
}
.resources img {
	padding-right: 5px;
}
.vertical-center {
	position: relative;
	top: -10px;
}
.resources li {
	padding-bottom: 10px;
}
.quiz {
	font-weight: bold;
}
.table1 {
	padding: 10px;
	font-size: 16px;
}
.table2 {
	padding: 10px;
	font-size: 16px;
}
.glossarydef {
	padding: 10px;
	font-size: 16px;
}
.glossaryterm {
	padding: 10px;
	font-size: 16px;
	font: bold;
	color:#666
}
.glossarytitle {
	padding: 10px;
	font-size: 16px;
	font: bold;
	text-align:center;
}
.glossarytop {
	padding: 10px;
	font-size: 16px;
	text-align:center;
}
.glossaryindex {
	padding: 10px;
	font-size: 20px;
	text-align:center;
}
.glossaryheading {
	clear: both;
	font-size: 14px;
	padding-left: 0px;