html, body {
	margin: 0px;
	padding:0px;
	color: #06001a;
	background-color: floralwhite;
	font-weight: 650;
	font-family: sans-serif, monospace;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}


@font-face {
  font-family: 'Mediamoure-Regular';
  src: url('./Mediamoure_Regular/OTF/Mediamoure-Regular.otf');
}

#wrapper {

	margin:0px auto;
	background-color: floralwhite;
	}

#content {
	background-color: floralwhite;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 10%;
	}

#header {
	height:96px;
	border-bottom: 4px double #095d40;
	}

#logo {
	width:20%;
	float:left;
	background: url("Localicows-globe-md.png");
	background-repeat: no-repeat;
	background-position: right;
	}

#logo h1{
	font-family:"Mediamoure-Regular";
	font-size:36px;
	color: #095d40;
	font-weight:bold;
	text-shadow:1px 1px #06001a;
	padding-left:40px;
	padding-top:30px;
	text-decoration:none;
}

#logo h4 {
	font-family:"Mediamoure-Regular";
	font-size:18px;
	color:#095d40;
	font-weight:bold;
	padding-left:75px;
	text-decoration:none;
}

#links ul {
	float: top,right;
	padding-top:67px;
	display:flex;
	text-align: right;
}

#links li{
	float:top, right;
	list-style-type:none;
	height:25px;
	text-align:center;
	background-color:#095d40;
	border-left:1px solid #000000;
	padding-top:5px;
	width: 25%;
	display:inline;
}

#links a{
	font-size:13px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

#change{
	padding-top: 20px;
	float:right;
	font-family:"monospace";
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color: #06001a;
}

select{
	font-family:"monospace";
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color: #06001a;
	border: none;
}

#links a:hover{
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#mainimg {
	background-color: none /*#06001a*/;
	width: 100%;
	text-align: center;
	float: center;
}

#mainimg h3 {
	font-family:"Mediamoure-Regular";
	font-size:42px;
	color:#095d40;
	font-weight:normal;
	text-decoration:none;
	/*padding:20px 40px 0px 0px;*/
	text-align: center;
	clear:both;
}

#mainimg h4 {
	font-family:"Mediamoure-Regular";
	font-size:18px;
	color:#095d40;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
	text-align:center;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

.purple-box {
	border-style: ridge;
	border-radius: 20px;
	border-color: #06001a;
	float:left;
	width: 70%;
	margin: 1%;
	padding: 15px 5px 15px 15px !important;

}
.green-box {
	border-style: ridge;
	border-radius: 20px;
	border-color: #095d40;
	float:right;
	width: 70%;
	margin:1%;
	padding: 15px 5px 15px 15px !important;
}

#leftbar {
	float:left;
	width:69%;
}

#leftbar h2{
	font-family:"Mediamoure-Regular";
	font-size:26px;
	color:#095d40;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar p, ul{
	font-size:13px;
	/*color:#797B7A;*/
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}

#leftbar a {
	font-size:13px;
	color:#095d40;
	font-weight:bold;
	text-decoration:none;
}

#leftbar a:hover {
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#rightbar {
	float:right;
	width:29%;
	margin-bottom: 15%;
	text-decoration:none;
	border-left:1px solid #095d40;
}

#rightbar h2{
	font-family:"Mediamoure-Regular";
	font-size:26px;
	/*color:#797B7A;*/
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar p{
	font-size:13px;
	/*color:#797B7A;*/
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
}

#rightbar a {
	font-size:13px;
	color:#095d40;
	font-weight:bold;
	text-decoration:none;
}

#rightbar a:hover {
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.orangetext {
	font-size:15px;
	color:#095d40;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	height:42px;
	width:100%;
	font-weight:normal;
	font-family: monospace;
	clear:both;
	display:block;
	background-color:#095d40;
	color:#FFF;
	margin-top: 50px;
		}

#bottom a:hover
{text-decoration:underline;}

#email a{
	float:left;
	padding-top: 12px;
	background-color:#095d40;
	color:#FFF;
	height:27px;
	padding-left: 45px;
	text-decoration:none;
	display:inline;
	text-align:left;
	}

#credits a{
	float:right;
	padding-top: 12px;
	background-color:#095d40;
	color:#FFF;
	height:27px;
	text-align:right;
	padding-right:45px;
	text-decoration:none;
	display:inline;
	}
