﻿@import url("layout.css");
body {
	font-family: "Lucida Calligraphy", Arial, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #008000;
	color: #000080;
}
#masthead {
     width: 1280px;
   	height:175px;
	background-image:url('../images/Logo Springa.jpg');
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #008000;
	font-size: small;
	font-family: Georgia;
	text-align: center;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	Text-align: center;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #008000;
}
#masthead img {
	
}
#masthead p {
	border-color: #FFFFFF;
	border: thick;
	font-size: xx-large;
	margin: 0;
	margin-right: 1%;
	float: inherit;
}
h6 {
	font-family: "Lucida Calligraphy";
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: "Lucida Calligraphy";
	font: xx-large serif;
}
h1 {
	font-family: "Lucida Calligraphy";
	font-size:xx-large;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: list-item;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: list-item;
	
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5%;
	display: list-item;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	background-color: #FFFF66;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}