html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {display: block;}
img,
object,
embed {max-width: 100%;}
html {overflow-y: scroll;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}
a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
input, select {vertical-align: middle;}
pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}
select, input, textarea {font: 99% sans-serif;}
table {font-size: inherit; font: 100%;}
a:hover, a:active {outline: none;}
small {font-size: 85%;}
strong, th {font-weight: bold;}
td, td img {vertical-align: top;} 
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
pre, code, kbd, samp {font-family: monospace, sans-serif;}
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}
button, input, select, textarea {margin: 0;}
button {width: auto; overflow: visible;}
.ie7 img {-ms-interpolation-mode: bicubic;}
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* clear floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
body, select, input, textarea {color: #333;}

/* Default Styles */

a { color: #663300; text-decoration: none; }
a.fungom { color: #006600; text-decoration: none; }
a:visited { color: #663300; }
a.fungom:visited { color: #006600; }
a:hover, a:active { border-bottom: thin dotted #663300; }
a.fungom:hover, a.fungom:active { border-bottom: thin dotted #006600; }
a.imageLink:hover, a:active.imageLink { border-bottom: none; }

p {
	padding-bottom:6px;
	text-align:justify;
}

ul {
	padding-bottom:12px;
}

h1 {
	color: #354c99;
	border-bottom:solid 1px #354c99;
	margin-bottom:8px;
	margin-top:16px;
}

h2 {
	color: #354c99;
	border-bottom:solid 1px #354c99;
	margin-bottom:8px;
	margin-top:16px;
}

h3 {
	font-size:18px;
	color: #663300;
	margin-bottom:4px;
	margin-left:0px;
}

h3.fungom {
	font-size:18px;
	color: #003300;
	margin-bottom:4px;
	margin-left:0px;
}

h4 {
	font-size:16px;
	color: #663300;
	margin-left:0px;
	margin-top:0px;
}


.small {
	font-size:14px;
}

/* +++++=====-----  CHANGE FILENAME BELOW FOR BACKGROUND IMAGE  -----=====+++++ */
/* ++++++=======--------  CROP IMAGE TO 1920px X 1080px  --------=======++++++ */

body {
	font-family: Calibri, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	color: #333;
}

body.fungom {
	font-family: Calibri, Helvetica, sans-serif;
	background-image:url(images/green_background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	color: #333;
}


/* +++++=====-----  CHANGE FILENAME ABOVE FOR BACKGROUND IMAGE  -----=====+++++ */

#preContainer {
	width: 855px;
	background-image: none;
	margin: 0 auto;
	padding:0;
	text-align: center;
}

#container {
	width: 855px;
	background-repeat:repeat-y;
	margin: 0 auto;
	padding:0;
	text-align: left;
}

#mainContent {
	margin: 18px 32px 0 50px;
	padding: 0;
}

/* Header */

#header {
	width: 855px;
	height: 177px;
	margin: 0 0px;
	padding:0;
	font-family:Lato, Helvetica, sans-serif;
	color: #fff;
}

#header_fungom {
	width: 855px;
	height: 225px;
	margin: 0 0px;
	padding:0;
	font-family:Lato, Helvetica, sans-serif;
	color: #fff;
}


.position {
	font-size:9px;
}


/* Name */

#nameContainer {
	position:relative;
	top:1.5em;
	left:42px;
	padding-bottom:.5em;
}

p.name { color: #fff; text-decoration: none; font-size:150%; padding-bottom:0em;}

/* Title */

#titleContainer {
	position:relative;
	left:0px;
}




p.title { color: #fff; text-decoration: none; font-size:100%; padding-bottom:0px;}

/* Menu */

#menuContainer {
	position:relative;
	left:0px;
}

a.menuLinks { color: #fff; text-decoration: none; }
a:visited.menuLinks { color: #fff; }
a:hover.menuLinks, a:active.menuLinks { outline: 0; color: #99ccff; }

li.menu {
	float:left;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
	padding-top:.05em;
	padding-bottom:.05em;
	padding-right:8px;
	letter-spacing:.25em;
	font-size:1.05em;
}


/* Main Content */

#leftColumn {
	width:620px;
	margin: 10px 0 0 0;
	padding: 0;
	background-color:#fff;
}

#oneColumn {
	width:819px;
	margin: 10px 0 0 0;
	padding: 9px 18px 6px 18px;
	background-color:#fff;
}


/* Right Column */

#rightColumn {
	width:265px;
	margin: 0 0 0 0px;
	padding: 0 0 0 32px;
	float:right;
	text-align:center;
}

#rightColumn h3 {
	font-size:16px;
	color: #354c99;
	border-bottom:1px solid #354c99;
	margin:0m 0 4px 0;
	text-align:center
}

#rightColumn p {
	text-align:center;
}

/* Footer */

#footer {
	width: 855px;
	height: 2em;
	margin: 0 0px;
	padding:0;
	font-family:Lato, Helvetica, sans-serif;
	color: #fff;
}

.footerText {
	font-size:12px;
	text-align:center;
	padding-top:.5em;
}

#bottomCap {
	width: 855px;
	height:21px;
	margin: 0 0 0 0;
	padding:0;
}

p.me {
		text-align: justify;
		padding-bottom: 1em;
		}


	p.ref {
		border: 0pt;
		padding-left: 4.5em;
		padding-right: 1em;
		margin-bottom: 0pt;
		margin-top: .25em;
		text-align: justify;
		}


    div.year {
		float: left;
		font-weight: bold;
		width: 3.9em;
		text-align: right;
		color: #663300;
		}

    div.year_fungom {
		float: left;
		font-weight: bold;
		width: 3.9em;
		text-align: right;
		color: #003300;
		}


    div.toAppear {
		float: left;
		font-weight: bold;
		width: 4.2em;
		text-align: right;
		color: #663300;
		letter-spacing: -.15em;
		}

    div.toAppear_fungom {
		float: left;
		font-weight: bold;
		width: 3.9em;
		text-align: right;
		color: #003300;
		letter-spacing: -.1em;
		}


    div.refblock {
		margin-bottom: 0px;
		}
		
table.titleTable {
	width: 100%;
	}
	
td.myPic {
	text-align: right;
	}

li.student {
	margin-top: .33em;
	}
