@charset "ISO-8859-1";


h1 {
	font-size: 20px;
	padding: 10px;
    margin-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
		}
h2 {
	font-size: 18px;
	padding: 10px;
    margin-left: 10px;
 	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
		}
	

.genText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}

/** MOBILE NAV START **/	

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

.mobile-container {
  max-width: 335px;
  margin: auto;
  background-color: #555;
  height: auto;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

/** MOBILE NAV END **/	

hr { 
    display: block;
    color: red;
    margin-top: 0.0em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
} 



/* stuff from all_css */





a {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	}
	
pre {
	font-size:11px;
	color:blue;
	}
	
.greek {
	color:#999;
	}
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}
	
	
/* stuff from all_css END */

/* stuff from inline styles */
	

	body {
		text-align:center;
		padding: 0px;
		margin: 0px;
		 background: #ffffff; 
		 background-image: url(images/DBmowerHomeBKGD.jpg) ;
 		 background-repeat:repeat-x;
		}

	#frame {
		width:335px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background:#ffffff;
		}

		
	#contentMIDDLE {
	width:305px;
	padding:0px;
	float:left;
	margin-left: 15px;
		}
		
		#contentMIDDLE2 {
	width:305px;
	padding:0px;
	margin-right: 00px;
		}	
		
		
	#contentcenter {
	width:630px;
	padding:0px;
	float:left;
	margin-left: 0px;
		}

	
		
	p,pre {
		margin:10px 20px 10px 10px;
		}
		
	
/* stuff from inline styles END */

/* MY STUFF IS HERE */
 #NSSHeader
{
  	color: #ffffff;
	border: 0px solid #ff33ff;
	background-color: #ffffff;
	width: 335;
	padding-top: 5px;
	padding-bottom: 0px;
   }

#copyRight
{
	height: 75px;
	font-size: 12px;
	color: #cccc99;
	background-color: #000000;
	text-align: center;
	border: 0px solid #ff33ff;
	width: 335px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: 1px;
}





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

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

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

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

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

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

/* END OF MOBILE navigation menu */
