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

body {
	font-family: 'Noto Serif', Calibri, Helvetica, Arial, sans-serif;
	background: #EAEEF6;
	color: #373737;
}

#container {
	margin: auto;
	width: 90%;
	padding: 0;
	border: 1px dotted #cccccc;
	background: #fffffe;
}

p {
	
		font-family: 'Noto Serif', Calibri, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
}
	
	
#header {
	margin: 0px 20px 43px 20px;
}

#content {
	padding: 0 20px 20px 20px;
	width: 75%;
	float: right;
	margin-left: 40px;
	vertical-align: top;
}

h1 {
	font: normal 2.3em 'Noto Serif', calibri, arial, sans-serif;
letter-spacing: 4px;
    color: #527087;
}


h3 {
	font: normal 1.8em 'Noto Serif', calibri, arial, sans-serif;
letter-spacing: 2px;
    color: #527087;
	padding: 0;
	margin: 0;
	border-bottom: 1px inset #527087;
}

#menu {
	margin: 0 20px 0 20px;
	vertical-align: top;
	width: 200px;
	padding: 0 0 0 20px; 
	border: 1px dotted #dfdfdf;
}

#menu a {
	text-decoration: none;
	color: #527087;
	font-weight: normal;	
}

#menu a:hover {
	background: #527087;
	color: white;
	text-decoration: underline; 
	
}




a {
	text-decoration: none;
	color: #527087;
	font-weight: normal;	
}

a:hover {
	background: #527087;
	color: white;
	text-decoration: underline; 
	
}




#footer {
	margin: 40px 0 20px 0;
	padding-bottom: 40px;
	padding-top: 40px;
	border-bottom: 1px dotted #dadada;
	border-top: 1px dotted #dadada;

	}
	
#footer p {
	font-size: 0.8em;
	line-height: 0.6em;
		
}


#footer a {
	text-decoration: none;
	color: #527087;
	font-weight: normal;	
}

#footer a:hover {
	background: #527087;
	color: white;
	text-decoration: underline; 
	
}
