html {
	background: #003366;
	background-image: url('header.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

body {
	margin: 0;
	line-height: 1em;
}

/* Website title */

#site-title {
	position: relative;
	margin: 0.5em 1em;
	
	color: white;
	font-size: 36pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}

#site-title .small {
	font-size: 18pt;
}

/* Navigation Bar */

#navigation-bar {
	position: relative;
	margin: 0em auto;
	width: 75%;
	min-width: 750px;
	
	background-color: black;
	
	//padding: 0;
	padding: 0.5em 1em;
	border-radius: 1em;
}

#navigation-bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Navigation Menu Items */

#navigation-menu li {
	position: relative;
	display: inline;
	
	margin: 0em 0.25em;
	padding: 0.25em 1em;
		
	background-color: darkBlue;
	border-radius: 1em;
	
	font-size: 11pt;
	font-family: "Futura-ExtraBold", Tahoma, sans-serif;
	font-weight: bold;
	text-align: center;
}

#navigation-menu li a {
	color: white;
	text-decoration: none;
}

#navigation-menu li:hover {
	background-color: green;
}

/* Page content */

#page-content {
	position: relative;
	margin: 1em auto;
	width: 75%;
	min-width: 750px;
	overflow: auto;
	
	background-color: white;
	
	font-size: 11pt;
	font-family: "Futura-ExtraBold", Tahoma, sans-serif;
	font-weight: normal;
	text-align: left;
	text-indent: 1.3em;
	line-height: 1.3em;
	
	padding: 2em;
	border-radius: 2em;

	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

#page-content a {
	color: darkBlue;
	text-decoration: underline;
}

#page-content li {
	text-indent: 0;
}

#page-content img {
	//overflow: visible;
	margin: 1em;
	border: 10;
}

/* Page Element */

#page-element {
	margin: 1em 2em;
	
	font-size: 10pt;
	font-weight: normal;
}

#page-element table {
	border-spacing: 0;
	border-style: hidden;
	text-align: right;
	text-indent: 0;
}

#page-element th {
	font-weight: bold;
	//white-space: nowrap;
}

#page-element td {
	border-top: 1px dashed LightGray;
}

#page-element .math {
	width: 2em;
	text-align: center;
	font-weight: bold;
}

#page-element .equals {
	border-top: 2px solid black;
}


/* Website copyright */

#site-copyright {
	position: relative;
	margin: 1em;
	
	color: white;
	font-size: 8pt;
	font-family: "Futura", Tahoma, sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
}
