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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
}

#container {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	background-color: #ffffff;
}

#header {
	max-width: 100%;
    	position: relative;
    	padding-top: 20px;
	padding-bottom: 20px;
	overflow: visible;
	background-color: #ffffff;
    	font-size: 12pt;
}

#menu {
    	clear: all;
	max-width: 100%;
	height: auto;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	align: left;
	vertical-align: middle;
	overflow: visible;
	background-color: lightgray;
   	font-size: 10pt;

}

#content {
   	clear: all;
	max-width: 100%;
	float: left;
	align: center;
	width: 100%;
    	padding-top: 10px;
	padding-bottom: 10px;
	overflow: visible;
	background-color: #ffffff;
}

#footer {
	max-width: 100%;
	clear: all;
    	padding-top: 40px;
	padding-bottom: 10px;
	overflow: visible;
	background-color: #ffffff;
}

p {
	font-size: 12pt;
	color: black;
	text-align: center
}

h1 {
	font-size: 18pt;
	color: black;
	text-align: center
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	font-size: 12pt;
	color: black;
}

li {
	font-size: 12pt;
	color: black;
}

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

.menu-off {
	font-size: 14pt;
	font-weight: bold;
	font-color:blue;
	font-family: Georgia, Times New Roman, Times, serif;
}

.menu-on {
	font-size: 14pt;
	font-weight: bold;
	font-color:#ffcc00;
	font-family: Georgia, Times New Roman, Times, serif;
}

.Arial {
	font-family: Arial, Helvetica, sans-serif;
}

.Times {
	font-family: Times New Roman, Times, serif;
}

#menu a:link {color:black;}

#menu a:visited {color:black;}

#menu a:active {color:black;}
	
#menu a:hover {color:#ffcc00;}

a:link {color:black;}
	
a:visited {color:black;}

a:active {color:black;}
	
a:hover {color:#ffcc00;}