@charset "UTF-8";

/* Webfont for WOFF-capable browsers */
@font-face {
  font-family: BauWebPro;
  src: url("BauWebPro.woff") format("woff");
}

@font-face {
  font-family: BauWebPro-Medium;
  src: url("BauWebPro-Medium.woff") format("woff");
}

#NUBmainBody {
	margin: 0;
	padding: 0;
	}
	
#container {
	position: relative;
	margin-top: 50px;
	left: 70px;
	width: 620px;
/*	background-color: #ff8078; */
	}

.content {
	width: 620px;
	}

#logo {
	position: relative;
	top: 0px;
	left: -5px;
	margin-bottom: 1.2em;
	}

.baumedium {
	font-family: BauWebPro-Medium, sans-serif;
	}

.bar {
/*	margin-left: 15%; */
	margin-top: 1em;
	margin-bottom: 1em;
	height: 0.8em;
	width: 50%;
	background-color: #9cff00;
	}

.halfbar {
	height: 0.8em;	
	}
	
.aftertitle {
	height: 0.45em;	
	}

.BGcolor {
	background-color: #404040;
	}

.link:link {
	color: #ffffff;
	font-family: BauWebPro, sans-serif;
	text-decoration: underline; 
	}

.link:visited {
	color: #ffffff;
	}

.link:hover {
	color: #9cff00;
	}

.link:active {
	color: #9cff00;
	}

.picnote {
	margin-top: 0.6em;
	margin-bottom: 4.5em;
	}

h1, h2, h3, h4, h5, h6, p, span {
	font-family: BauWebPro, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
/*	-webkit-font-smoothing: antialiased;  Remedy for too fat rendering. Works in Safari Mac only  */
	}

h2 {
	font-size: 1.5rem;		/* 1.5rem = 24px (24/16=1.5) */
	line-height: 1.3em;
	} 

p {
	font-size: 1.25rem;		/* 1.25rem = 20px (20/16=1.25) */
	line-height: 1.34em;
	}