#maincontent {
	background: #26528F; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#26528F, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#26528F, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#26528F, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#26528F, white); /* Standard syntax */
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	font-family: 'Libre Franklin', sans-serif;
	font-kerning: normal;
	    letter-spacing: .25px;
	color: white;
	text-align: center;
	}
#mainwidth {
	width:664px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
#topmenuribbon {

}

.imageborder {

   border:12px solid white;
   background-color:white;
}

.namblogo{
	padding: 20px 20px 20px 0px;
	width: 200px;
	display: block;
	/*margin-left: auto;
  	margin-right: auto;*/

}

.missioncenterlogo{
	padding: 20px 20px 20px 0px;
	width: 150px;
	display: block;
	/*margin-left: auto;
  	margin-right: auto;*/

}

.h1 {
	font-weight:bold;
}
a:link, a:visited {
    color: inherit;
	text-decoration:inherit;
}

button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 5px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	/* width: 90px; */
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /* font-size: 1.1em; */
    margin: 5px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	/* width: 95px; */
}

.buttongreen {
    background-color: #1E7100;
    color: white;
    border: 5px solid #1E7100;
border-radius: 12px;
}

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

.buttongreen2 {
	margin: 15px;
    background-color: #4CAF50;
    color: white;
    border: 5px solid #4CAF50;
border-radius: 12px;
width: 120px;
}

.buttongreen2:hover {
    background-color: limegreen;
    color: white;
}

.buttonblue {
    background-color: #26528F;
    color: white;
    border: 5px solid #26528F;
border-radius: 12px;
}

.buttonblue:hover {
    background-color: mediumslateblue;
    color: white;
}

.buttonred {
    background-color: #864D46;
    color: white;
    border: 5px solid #864D46;
border-radius: 12px;
}

.buttonred:hover {
    background-color: darkgoldenrod;
    color: white;
}

.buttonwhite {
    background-color: white;
    color: black;
    border: 5px solid black;
border-radius: 12px;
}

.buttonwhite:hover {
    background-color:grey;
    color: white;
}
#title {
	padding: 1px 1px 12px 1px;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align:center;
	font-weight:bold;
	display: block;

}
#titleleft {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align:center;
	font-weight:bold;
	float: left;

}
#titleright {
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align:left;
	font-size:2.5em;
	font-weight:bold;
	float: right;

}
#titleleft h1 {
	font-size:2em;
	text-align:right;
}

#photo {
	background: #white;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align:center;
	width: 680px;
}
#belowphoto {
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;

}
#buttons {

	padding: 20px 5px 20px 5px;
	text-align:center;
	display: block;
  	margin-left: auto;
  	margin-right: auto;

}
.blue {
	background: #26528F;
	padding: 10px 10px 27px 10px;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align:center;
	font-size:1.1em;
}
.green {
	background: #1E7100;
	padding: 10px 10px 27px 10px;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align:center;
	font-size:1.1em;
}
.red {
	background: #864D46;
	padding: 10px 10px 27px 10px;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align:center;
	font-size:1.1em;
}
