body {
	height: 100%;
	font-size: 100%;
	background: #fff;
	color: #4d4d4d;
	padding: 0;
	margin: 0;
	font-family: "lato", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	border-top: 4px solid #363135;
	cursor: auto;

}

a:hover {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  font-family: "lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #900664;
  /* color: red; */
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.2; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.4375rem; }

h4 {
  font-size: 0.9375rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }


a: hover {
	cursor: pointer; 
}

xdiv {
	outline: black solid thick;
}


/* ID for nav menu */
/* convert ul/li to inline type, <a> font color gray, mouse-over purple */
#navbar {
	position: relative;
	top: 50px;
}

.px50 {
	position: relative;
	width: 50px;
}

#navbar li {
	display: inline;
	padding-left: 1.875rem;
        position: relative;
}

#navbar a:link {
	color: gray;
	text-decoration: none;
}

#navbar a:visited {
	color: gray;
}

#navbar a:hover {
	color: purple;
}

#navbar a:active {
	color: purple;
}

.linkcenter {
	text-align: center;
}

.linkcenter a:link {
	color: gray;
	text-decoration: none;
}

.linkcenter a:visited { 
	color: gray;
}

.linkcenter a:hover {
	color: purple;
}

.linkcenter a:active {
	color: purple;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.purple_space50 {
	position: relative;
	height: 50px;
	background: purple;
}

.white_space50 {
	position: relative;
	height: 50px;
	background: #ffffff;
}

.white_space20 {
	position: relative;
	height: 20px;
	background: #ffffff;
}

#sidebar {
}

#sidebar li {
/*
        display: inline;
        padding-left: 1.875rem;
*/
        position: relative;
}

#sidebar a:link {
        color: gray;
        text-decoration: none;
}

#sidebar a:visited {
	color: gray;
}

#sidebar a:hover {
	color: purple;
}

#sidebar a:active {
	color: purple;
}

#body_area {
	min-height: 400px;
}

#body_area p {
	padding-top: 10px;
}

.top2px {
	border-top: 2px solid black;
}

.bottom2px {
	border-bottom: 2px solid black;
}

/* body inner content for products */

#productPage {
	display: block;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration:underline;
}

.red {
	color: red;
}

.bigBoldRed {
	font-weight: bold;
	color: red;
}

.green {
	color: lightgreen;
}

.left {
	float: left;
}

.right {
	float: right;
}

#productPage {
	font-size: .75em;
	display: block;
}

#productPage h3 {
	margin-top: 1em;
}


#productPage table {
	width: 100%;
	border: 1px solid black;
}

#productPage th {
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	background: lightgreen;
	font-weight: bold;
}

#productPage td {
	text-align: left;
	border: 1px solid black;
	padding: 5px;
}

.formEntry {
	font-size: 100%;
}

.formEntry td {
	text-align: left;
	padding: 5px;
}

.minHeight200 {
	min-height: 200px;
}

hr { 
	display: block;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	margin-left: 0em;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
	width: 100px;
}

#qrcode {
	float: right;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
	padding-left: 15px;
}

ul {
	list-style-type: square;
}

.wrap li {
        white-space: normal;
}

.nobullet li {
        list-style-type: none;
}

ul li {
        list-style-type: square;
        padding-left: 0px;
        padding-right: 5px;
        list-style-position: inside;
        white-space: nowrap;
}

.outside li {
        list-style-position: outside;
}

.circle li {
	list-style-type: circle;
}

.LeftPad {
	padding-left: 25px;
}

.smallfont {
        font-size: .75em;
}

.centerall {
	text-align: center;
}
