@-ms-viewport{
  width: device-width;
}

body {
	text-align: center;
	background-color: #8FBC8F;
	font-family: Georgia, Times New Roman, Times, serif;	font-size: 12pt;
	color: green;
	text-align: justify;
}

#container {
	background-color: #ffffff;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 90%;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#header {
	float: left;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	width: 90%;
	overflow: visible;
}

#content {
	clear: both;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 90%;
	height: auto;
	overflow: visible;
}

#footer {
	clear:both;
	background-color: #ffffff;
	overflow: visible;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
	text-align: left;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;	font-size: 18pt;
	text-align: left;
	color: green;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;	
	font-size: 16pt;
	text-align: left;
	color: green;
}

h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16pt;
	text-align: left;
	color: green;
}

.heading {
	font-family: Georgia, Times New Roman, Times, serif; 	
	font-size: 24pt;
	text-align: left;
	color: #green;
	font-weight: bold;
}

.menu {
	font-family: Georgia, Times New Roman, Times, serif;	
	font-size: 14pt;
	text-align: left;
	color: green;
	font-weight: bold;
}

p {
	font-family: Georgia, Times New Roman, Times, serif;	font-size: 12pt;
	color: green;
	text-align: justify;
}

a:link {
	color: green;}
	
a:hover {
	color: #8FBC8F;}
		
a:visited {
	color: green;}

a:active {
	color: #8FBC8F;}

.off {
	font-weight: bold;
	text-decoration: underline;
	color: green;
	text-align: justify;	
}

.on {
	font-weight: bold;
	text-decoration: underline;
	color: #ff0000;
	text-align: justify;	
}

hr {
	width: 100%;
	height: 4px;
	color: #8FBC8F; 
	background-color: #8FBC8F;
}

.divider {
	width: 100%;
	height: 1px;
	color: #8FBC8F; 
}

ul {
	font-family: Georgia, Times New Roman, Times, serif;	font-size: 12pt;
	color: green;
	text-align: left;
}

li {
	font-family: Georgia, Times New Roman, Times, serif;	font-size: 12pt;
	color: green;
	text-align: left;
}

img {
	max-width: 100%;
}

table {
	max-width: 100%;
}

iframe {
	max-width: 100%;
}
