@font-face{
	font-family: OpenSans; 
	src: url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff');
}

html, body, .main_container { 
	height: 100%; 
}

body > .main_container { 
	height: auto; 
	min-height: 100%; 
}

.content {
	margin-top: 10px;
	padding-bottom: 130px;
}

header{
	background-color: #ffffff;
	height: 75px;
}

h1{
	font-size: 220%;
	margin-bottom: 20px;
}
h2{
	font-size: 140%;
}
h3{
	font-size: 120%;
}
body{
	margin: 0px;
	background-color: #c4edff;
}
a{
	color: #415096;
	text-decoration: underline;
}
ul.no_style{
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	list-style: none;
}
li.inline_block{
	display:inline-block;
}
ol {
    counter-reset: list;
}
ol > li {
    list-style: none;
    position: relative;
}
ol.lower_alpha > li:before {
    counter-increment: list;
    content: "(" counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.5em;
}
li{
  margin: 10px 0;
}
footer{
	clear: both;
	position: relative;
	z-index: 10;
	margin-top: -100px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	font-family: Arial;
	line-height: 10px;
}
.sm-text{
	font-size: 90%;
	line-height: 20px;
}
sup{
	font-size: 100%;
}
#content_with_script{
	display:none;
}
