@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-size: 18px;
	color: #141414;
	font-weight: normal;
} 
body {

	background-color: #FFFFFF;
	margin-left: 0px;
}

a {
	color: blue;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:active {
	color:blue;
	text-decoration: none;
}
a:hover {
	color: #FFD700; ;
	text-decoration: none;
}

#content {
	margin-left: 0px;
	margin-top: 200px;
	margin-right: 0px;
	position: relative;
	/*figure out a way to position the text so it automatically is placed just under the background image*/
	text-align: left;
}

#contact {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 2;
}

#navbar {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 2;
}

#header {
	position: fixed;
	background: url(/images/header.jpg);
	background-size: cover;
	height: 125px;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 1;


}

div.tab{
	margin-left: 45px;
}

/*this is doing anything
#pubStyle {
	border: 1px solid black;

}*/

