
body	
{
	font-family: Arial; 
	font-size: 12pt; 
}

.aref:link       { color: #FF6600 }
.aref:active     { color: #FF9933 }
.aref:visited    { color: #FF6600 }

.ErrorMsg
{
	 font-weight: bold;
	 color: Red;
}

.button {
	background-color: #3D9C3A; /* Green */
	border: 2px solid #3D9C3A;
	color: white;
	padding: 10px 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4s;
	cursor: pointer;
	font-family: Arial;
}

.button:hover {
	background-color: white; /* Green */
	color: #3D9C3A;
	border: 2px solid #3D9C3A;
}

/* Style the navigation menu */
.topnav {
	overflow: hidden;
	background-color: white;
	position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
	display: none;
	background-color: #3D9C3A;
}

/* Style navigation menu links */
.topnav a {
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 2em;
	display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
	background: white;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
	background-color: white; /*#3D9C3A;*/
	color: #3D9C3A;
}

/* Style the active link (or home/logo) */
.active {
	background-color: white; /*#04AA6D;*/
}

.active a:hover {
	background-color: white; /*#04AA6D;*/
}

.burgerbar {
	width: 40px;
	height: 4px;
	background-color: #3D9C3A;
	padding: 2px 1px 2px 1px;
	margin-bottom: 4px;
}

.beg-row {
	background-color: white;
	text-align: left;
}

.beg-row a {
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 0 8px 0;
	font-size: 1.5em;
}

.beg-row img {
	vertical-align: middle;
	padding-left: 10px;
}

.beg-row p {
	display: inline;
	vertical-align: middle;
	padding: 2px 0 2px 10px;
	text-decoration: none; "
}

.beg-row-img {
	display: inline-block;
	width: 40px;
}

.beg-row-alt {
	background-color: #CCFFCC;
}

.beg-row-red a {
	color: red;
}

.beg-row-bold a {
	font-weight: bold;
}

.greenline {
	width: 100%;
	background-color: #3D9C3A;
	height: 2px;
	padding: 1px 0 1px 0;
}



/* Page and Category nav */

.pagenav {
	overflow: hidden;
	background-color: white;
	padding: 3px 0 3px 0;
	text-align: center;
}

.pagenav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.pagenav .icon {
	display: none;
}


.banner {
	width: 450px;
	height: 92px;
}


.dropdown {
	/*
	float: left;
	overflow: hidden;
	 */
	display: inline-block;
}

.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	padding: 10px 16px;
	background-color: #3D9C3A;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #CCFFCC;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: #3D9C3A;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.pagenav a:hover, .dropdown:hover .dropbtn {
	background-color: #CCFFCC; /*#555;*/
	color: #3D9C3A; /*white;*/
}

.dropdown-content a:hover {
	background-color: #3D9C3A;
	color: white;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/* end Page and Category nav */

.alertMessage {
	text-align: center;
	color: red;
}

/* side nav */

.hamburgericon {
	font-size: 3em;
	cursor: pointer;
	color: #3D9C3A;
	vertical-align: top;
	display: inline-block;
	float: left;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #3D9C3A; /*#111;*/
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: white; /*#818181;*/
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.pic {
	padding: 0 0 10px 0;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

@media screen and (max-width: 800px) {
	img.banner {
		max-width: 300px;
		height: auto;
	}
	span.hamburgericon {
		font-size: 2.3em;
	}
	.pic img {
		max-width: 600px;
	}
}

@media screen and (max-width: 600px) {
	img.banner {
		max-width: 250px;
		height: auto;
	}
	span.hamburgericon {
		font-size: 1.8em;
	}
	.pic img {
		max-width: 360px;
	}
}

@media screen and (max-width: 500px) {
	img.banner {
		max-width: 250px;
		height: auto;
	}
	span.hamburgericon {
		font-size: 1.8em;
	}
	.pic img {
		max-width: 300px;
	}
}

@media screen and (max-width: 400px) {
	img.banner {
		max-width: 200px;
		height: auto;
	}
	span.hamburgericon {
		font-size: 1.8em;
	}
	.pic img {
		max-width: 240px;
	}
}


/* Slider */

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #3D9C3A;
}

input:focus + .slider {
	box-shadow: 0 0 1px #3D9C3A;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


/* Custom radio button */
.radioContainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	color: #3D9C3A;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
}

/* Hide the browser's default radio button */
.radioContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
	text-align: right;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .checkmark {
	background-color: #3D9C3A; /*#2196F3;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}