@import url('https://fonts.googleapis.com/css?family=Lato');

body
{
	margin: 0px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	padding-bottom: 64px;
}

div#titlebar
{
	margin: 0px;
	height: 42pt;
	background-color: rgba(20,20,20,0);
	width: 100%;
	min-width: 100%;
	padding: 0px;
	text-align: left;
	position: fixed;
	transition-property: opacity;
	transition-duration: 2s;
	transition-timing-function: ease;
}
div#titlebar div#titletext
{ 
	color: rgb(255,255,255);
	font-size: 16pt;
	font-weight: 300;
	max-width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 13pt;
	padding-bottom: 13pt;
	padding-left: 16pt;
}
div#titlebar img{ 
	width: 30pt; height: 30pt; margin-left: 16px; 
	margin-top: 6pt;
	display: inline;
	float: left;
}
div#titleimage{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
div#titleimage img{
	width: 100%;
}

div#title{
	width: 100%;
	text-align: center;
	background-color: rgb(0,128,0);
	display: block;
	padding: 0px;
}
h1{
	font-size: 34pt;
	font-style: normal;
	color: rgb(255,255,255);
	padding: 12pt;
	margin: 0px;
}
div#page{
	max-width: 1184px;
	margin: 0 auto;
	text-align: left;
	padding-top: 16pt;
	padding-left: 32pt;
	padding-right: 32pt;
}
div.content{
	font-size: 12pt;
}
h2{
	color: rgb(0,128,0);
	font-size: 18pt;
	font-weight: 400;	
	text-transform: uppercase;
	margin-top: 32pt;
}
a{
	color: rgb(0,128,0);
	text-decoration: underline;
	font-weight: bold;
}
div.address
{
	background-color: rgb(230,230,230);
	width: 300px;
	text-align: center;
	font-style: italic;
	padding: 8pt;
	font-size: 12pt;
}
li
{
	margin-bottom: 8pt;
}