body{
	color:rgb(50,50,60);
	font-family:Georgia,Palatino,Times,Times New Roman,serif;
	background-color: #222;
	margin:0;
	padding: 0;
}
.page_content{
	background-color: white;
	padding: 8px;
	padding-left: 15%;
	padding-right: 15%;

}
.header {
	height: 50px;
	letter-spacing: 0.2em;
}
.header a {
	color:rgba(255,250,250,.7);
	font-size: 25px;
	line-height: 50px;
	margin-left: 20px;
	text-decoration: none;
}
.header a:hover {
	color: white;
}
div {
	/*border:1px solid black;*/
}
ul {
	    line-height: 1.6em;
}
h1{
	font-size:1.3em;
	margin-top:1.6em;
	margin-bottom:2.2em;
	color:rgb(12,48,80);
}
h2{
	font-size:1.15em;
	margin-bottom:1em;
	margin-right:0.5em;
	position: relative;
	color:rgb(12,28,40);

}
h3 {
	margin-top:2em;
}

a {
	color:#132263;
}

fieldset{
	border:0;
}







#footer{
	border-top:1px solid #DDDDDD;
	font-size:1em;
	padding:2em;
	text-align:right;
	color: white;
	border-color: #080808;

}
#footer a{
	color:#9d9d9d;
	text-decoration: underline;

}
#footer a:hover{
	color:white;

}
.clear {
	clear:both;
}

.page_content_text img {
	width: 100%;
}
