body,td,th {
	font-family: "Lato", "Lucida Grande", Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
H1 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 200%;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
}
H3 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 125%;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: 700;
}
H4 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #636465;
	margin-top: 0;
	margin-bottom: 0px;
	font-weight: 700;
}
H5 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	margin-top: 0;
	margin-bottom: 0px;
	font-weight: 700;
}
.textbold {
	color: #000;
	font-weight: 700;
}
.textboldMontserrat {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	font-weight: 700;
}
.textlightMontserrat {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 95%;
	color: #000;
	font-weight: 400;
}
.textitalic {
	font-style: italic;
	color: #000;
}
.textwhite{
	color: #FFF;
	font-size: 110%;
}
.textlarger{
	color: #000;
	font-size: 110%;
	line-height: 20px;
}
.moremargintop {
	margin-top: 10px;
}
.lessmargintop {
	margin-top: 3px;
}
.clearfloat { 
	clear: both;
}

.header600 {
	margin: 0 0 -10px 0;
	grid-column: 1 / -1;
	grid-row: 1 / 2;
}
.header900 {
	margin: 0 0 -10px 0;
	grid-column: 1 / -1;
	grid-row: 1 / 2;
}
.header1200 {
	margin: 0 0 -19px 0;
	grid-column: 1 / -1;
	grid-row: 1 / 2;
}
.navbar {
	grid-column: 1 / -1;
	grid-row: 2 / 3;
	text-align: right;
	background-color: #625D97;
	padding: 0 3%;
}
.titlebar {
	grid-column: 1 / -1;
	grid-row: 3 / 4;
	color: #FFF;
	text-align: left;
	background-color: #779376;
	padding: 2px 3%;
}
.footer {
	grid-column: 1 / -1;
	color: #FFF;
	text-align: right;
	background-color: #625D97;
	padding: 10px 3%;
	border-top: solid 6px #779376;
}
.image-fluid {
	margin: 0px auto -3px auto;
	max-width: 100%;
}
.image-fluid-inset {
	margin: 10px 0 10px 30px;
	max-width: 50%;
	float: right;
}
.list-indent {
	margin-left: -25px;
	line-height: 20px;
}
.list-indent-space {
	margin-left: -25px;
	padding-bottom: 20px;
}
.graybox {	
    background-image: -moz-linear-gradient(#C7C8CA, #E6E7E8);
    background-image: -webkit-linear-gradient(#C7C8CA, #E6E7E8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C7C8CA), to(#E6E7E8));
    background-image: -o-linear-gradient(#C7C8CA, #E6E7E8);
    background-image: linear-gradient(#C7C8CA, #E6E7E8);
}
.greenbox{
	background-color: #91AC6D;
}
.leafbox{
	background-color: #A8B255;
}
.violetbox {
	background-color: #9BA6CB;
}
.darkvioletbox {
	background-color: #747FB0;
}
	
.graybox a:link {
	color: #000;
	text-decoration: underline;
}
.graybox a:visited {
	color: #000;
	text-decoration: underline;
}
.graybox a:hover {
	color: #636465;
	text-decoration: underline;
}
.graybox a:active {
	color: #636465;
	text-decoration: underline;
}

.greenbox a:link {
	color: #000;
	text-decoration: underline;
}
.greenbox a:visited {
	color: #000;
	text-decoration: underline;
}
.greenbox a:hover {
	color: #D3DDC4;
	text-decoration: underline;
}
.greenbox a:active {
	color: #D3DDC4;
	text-decoration: underline;
}

.leafbox a:link {
	color: #000;
	text-decoration: underline;
}
.leafbox a:visited {
	color: #000;
	text-decoration: underline;
}
.leafbox a:hover {
	color: #DBDFB8;
	text-decoration: underline;
}
.leafbox a:active {
	color: #DBDFB8;
	text-decoration: underline;
}

.violetbox a:link {
	color: #000;
	text-decoration: underline;
}
.violetbox a:visited {
	color: #000;
	text-decoration: underline;
}
.violetbox a:hover {
	color: #E1E4EF;
	text-decoration: underline;
}
.violetbox a:active {
	color: #E1E4EF;
	text-decoration: underline;
}

.footer a:link {
	color: #FFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #C0BED5;
	text-decoration: underline;
}
.footer a:active {
	color: #C0BED5;
	text-decoration: underline;
}


/* everything below is related to the previous navigation bar */

.navlist {
	display: inline;
	list-style-type: none;
}

.navbar a:link {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	margin: 0 10px;
	padding-bottom: 2px;
}
.navbar a:visited {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	margin: 0 10px;
	padding-bottom: 2px;
}
.navbar a:hover {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	margin: 0 10px;
	padding-bottom: 2px;
	border-bottom: solid #8792DB 7px;
}
.navbar a:active {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	margin: 0 10px;
	padding-bottom: 2px;
	border-bottom: solid #8792DB 7px;
}