body{
	background:white;
}

div.container{
	font-family:"Trebuchet MS",Helvetica,Arial;
	font-size:18px;
	color:black;
	background:rgb(0,200,0);
	width:800px;
	margin:auto;
	border:3px solid rgb(0,200,0);
	border-radius:25px;-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}

div.header{
	padding-top:50px;
	color:white;
	background-color:rgb(0,200,0);
	border-radius:25px;-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	clear:left;
}

p.header{
	font-family:"Trebuchet MS",Helvetica,Arial;
	font-size:40px;
	color:black;
	background:rgb(0,200,0);
	border-radius:25px;-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	text-align:center;
	padding:0;
	margin:0;
}

p.subheader{
	font-family:"Trebuchet MS",Helvetica,Arial;
	font-size:16px;
	color:black;
	background:rgb(0,200,0);
	text-align:center;
	text-decoration:none;
	line-height:0.5em;
	padding:0;
	margin:0;
}

p.pgtitle{
	font-family:"Trebuchet MS",Helvetica,Arial;
	font-size:25px;
	color:black;
	background:rgb(0,200,0);
	text-align:center;
	text-decoration:none;
	line-height:2.5em;
}

div.menu{
	background:rgb(0,200,0);
	padding:1em;
	margin:auto;
	clear:left;
}

ul{
	float:left;
	text-align:center;
	width:100%;
	padding:0;
	list-style-type:none;
}

menu.li{
	display:inline;
}

div.content{
	text-align:justify;
	margin-top:85px;
	margin-bottom:75px;
	margin-left:75px;
	margin-right:75px;
}

div.title{
	font-size:24px;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:10px;
}

div.subtitle{
	font-size:20px;
	text-align:left;
	margin-top:50px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

div.bullets{
	text-align:left;
}

a{
	float:left;
	width:6em;
	text-decoration:none;
	color:blue;
	font-size:14px;
	background-color:lightgray;
	padding:0.4em 0.7em;
	border-radius:25px;-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	margin:2px;
}

a:hover{
	background:yellow;
	color:blue;
}

div.footer{
	text-align:center;
	line-height:0.5em;
	font-size:14px;
}

div.center{
	text-align:center;
}

div.google_translate_element{
	background:rgb(0,200,0);
}