html, body	{
	height : 100%;
	margin : 0px;
	}

body, html	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background : #CCCCCC;
	}
.content_area	{
	width : 100%;
	max-width : 1000px;
	margin : 0px auto;
	background : #ffffff;
	}
.logo	{
	background : #ffffff;
	text-align : center;
	width : 100%;
	}
.logo img	{
	max-width : 70%;
	}
img	{
	max-width : 100%;
	}
#mobile_button	{
	position : absolute;
	top : 10px;
	right : 10px;
	display : none;
	}
#mobile_nav	{
	position : absolute;
	top : 0px;
	left : 0px;
	margin-top : 0px;
	padding : 5px;
	background : #000000;
	display : flex;
	flex-direction : column;
	margin-top : -500px;
	}
#nav	{
	background : #000000;
	width : 100%;
	text-align : center;
	padding : 3px 0px;
	}
#mobile_nav a,
#nav a	{
	margin : 10px 10px;
	text-decoration : none;
	font-family : Times New Roman, serif;
	font-size : 1.1em;
	color : #ffffff;
	
	}
.header_image	{
	image : 100%;
	}
.content_text	{
	margin : 20px auto;
	width : 95%;
	max-width : 960px;
	padding-bottom : 20px;
	}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.style13 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; }
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.style4 {color: #196469}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


@media screen and (max-width: 1000px) {
  #mobile_button	{
	display : block;
	}
  #nav	{
	display : none;
	}  	
  #mobile_nav a,
  #nav a	{
	font-size : 1.4em;
	
	}

}



