Body {
	background-color: white;
}

A:hover {
	/* background: white; */
	color: red;
	/* border-style: solid; */
	border-color: gray;
}

DIV {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
} 

.nobullets {
	list-style-type: none;
}

.logo-header {
	width: 70%;
	height: 15%;
}

.headline {
	font-size: x-large;
	font-weight: bold;
        /* border-style: solid; */
        text-align: center;
        background-color:skyblue;
        margin-bottom: 15px;
       -moz-border-radius: 3%;
}

.subheadline {
	/* font-size: x-large;
	font-weight: bold;
        border-style: solid;*/
        text-align: center;
        background-color:skyblue;
        /* margin-bottom: 1px; */
       -moz-border-radius: 3%;
}

.quote-list {
	list-style-image: url(none);
	font-style: italic;
	font-weight: bold;
	background: white;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

.quotecallout {
	background: white;
        font-weight: normal;
        width: 98%;
	padding-left: 3px;
	padding-right: 3px;
        margin-top: 1px;
}

.description-list {
	list-style-image: url(none);
	font-style: italic;
	background: yellow;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

.instruction-list {
	
	/*border-style: solid;*/
	font-style: normal;
	font-weight: bold;
	text-align: left;
	/* background: #ffeebb; */
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

.body-text {
	font-style: normal;
	font-weight: normal;
	/*text-align: left;
	background: #ffeebb;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;*/
}

.standout-text {
	
	/* border-style: solid; */
	font-style: normal;
	font-weight: bold;
	/*text-align: left;
	background: #ffeebb;*/
	background: #fefede;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

.header1 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.header2 {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

.header3 {
  margin-top: 2px;
  margin-bottom: 1px;
  /*background-color: #ffeebb;*/
  width: 90%;
}

/* test 3 col layout classes */

.rowcontainer {
	/* border-style: inset;
	background: yellow; */
	height: 75px;
        overflow: auto;
	margin-left: 5%;
	margin-right: 5%;
}

.leftcol {
	width: 15%;
        border-style: solid;
        float: left;
	height: 50px;
        background-color: yellow;
}

.rightcol {
	width: 15%;
        border-style: solid;
        float: left;
	/* height: 50px; */
	marghin-left: 0px;
	background-color:skyblue;
}

.centercol {
	width: 65%;
        border-style: solid;
        float: left;
	height: 50px;
	margin-left: 5px;
	margin-right: 5px;
}
