html, body{  
    image-rendering: high-quality;
    background: linear-gradient(90deg, #347793 0%, #EAD7DC 45%, #FFFFFF 50%, #EAD7DC 55%, #347793 100%);
    margin-left:auto;
    margin-right:auto;
    overflow-x: hidden;
    width:100%;
}
.fitted {
    background-color:transparent;
    border:none;
    width:960px;
    height:auto;
    margin-bottom:4px;
    margin-left: auto;
    margin-right: auto;
}
.topheader {
	background-color: rgba(121, 121, 121, 0.3);
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	width: 956px;
	height: 10px;
	margin-top: 36px;
}
.mnav {
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.45);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    box-shadow:
    0 4px 18px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.65);
    width:960px;
    height:48px;
    position:fixed;
    top:2px;
    text-align:center;
    z-index:100;
    font-family:monospace;
    font-size:12px;
    font-weight:bold;
}
.topheader nav ul {
    background:transparent;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:128px;
    list-style:none;
    margin:0;
    padding:0;
    height:48px;
}
.mnav ul li {
    border:none;
    background:none;
    padding:0;
    margin:0;
}
.mmnu ul li a {
    display:block;
    padding:6px 18px;
    border-radius:12px;
    color:#222222;
    text-decoration:none;
    transition:
        background .20s ease,
        color .20s ease,
        transform .15s ease;
}
.mmnu ul li a:hover {
    background:rgba(255,255,255,.55);
    color:#000000;
    transform:translateY(-1px);
}
.mmnu ul li a:active {
    background:rgba(255,255,255,.75);
    transform:translateY(1px);
}
.mmnu ul li a:visited {
    color:#222222;
}
.descriptions {
    background-color: transparent;
	width: 940px;
	text-align: center;
    margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
}
.descriptions p {
    width:760px;
	align-items: center;
	text-align: left;
	font-weight: normal;
	font-family: monospace;
	font-size: 14px;
/*	text-spacing: 2px; */
	line-height: 18px;
    word-spacing: 2px;
    text-wrap: normal;
    margin-left:auto;
    margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
}
.descriptions h3 {
	color: #000000;
	width: auto;
	font-family: monospace;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.flimgtp {
    background-color: transparent;
    border: none;
    width:auto;
    height:290px;
    z-index: -100;
}
.flimgbtm {
    background-color: transparent;
    border: none;
    width:auto;
    height:290px;
    z-index: -100;
}
.topabout {
	background-color: #FFFFFF;
	border-left: 1px solid #2C9AB7;
	border-right:1px solid #2C9AB7;
	border-bottom:1px solid #347793;
	border-top-left-radius:6px;
    border-top-right-radius:6px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
	color: #000000;
	font-family: monospace;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding-top: 2px;
	padding-bottom:0px;
	margin-bottom: 2px;
}
.cname{
   margin-top:8px;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   font-size:14px;
   font-family:monospace;
   font-weight:normal;
}
.cname h3{
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   font-size:18px;
   font-family:monospace;
   font-weight:bold;
}
.cname p{
   margin-top:1px;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   font-size:12px;
   font-family:monospace;
   font-weight:normal;
}
.importantnotice{
   margin-top:6px;
   width:800px;
   margin-left:auto;
   margin-right:auto;
   text-align:left;
}
.importantnotice p{
   margin-top:2px;
   margin-left:auto;
   margin-right:auto;
   text-align:left;
   font-size:12px;
   font-family:monospace;
}
.missonstatement{
    margin-top:14px;
    margin-bottom:14px;
    text-align:left;
    font-size:14px;
    font-weight:normal;
    font-family:monospace;
    line-height:6px;
}
.missonstatement h2{
    margin-top:10px;
    margin-bottom:14px;    
    text-align:center;
    font-size:16px;
    font-weight:bold;
    font-family:monospace;
}
.missonstatement p{
    margin-top:4px;
    margin-bottom:10px;
}
.topicbox {
	    background-color: transparent;
        border: 1px solid #4c3d3f;
		box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.71);
       -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.71);
       -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.71);
        border-radius:14px;
        width: 500px;
        height: 40px;
        margin-top: 6px;
        margin-bottom: 6px;
	    margin-left: auto;
	    margin-right: auto;
}
.titlebar {
    background-color: #ffffff;
	border: 1px solid #353635;
	border-radius: 6px;
	width: 470px;
	height: 20px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #336699;
	margin-top: 3px;
	margin-bottom: 8px;
	margin-left: 15px;
    margin-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}
 .journals {
	background-color: rgba(45, 50, 51, 0.35);
    font-family: Roboto;
    border:1px solid #4c3d3f;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.71);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.71);
	border-left: 1px solid #2C9AB7;
	border-right: 1px solid #2C9AB7;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
    border-radius:14px;
	width: 960px;
    height: auto;
	min-width: 960px;
    margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
    padding-top: 2px;
	padding-bottom: 2px;
}
