all {
	font-family: verdana,arial,sans-serif;
}

/*goes with skyblue#23a3d3*/
/*black*/
/*#003399*/
/*#FF523E*/
/*#1b7a9f*/

A:link {  color: black; 	text-decoration: none;}
A:visited {  color: black;	text-decoration: none;}
A:hover {  color: silver;	text-decoration: none;}

TD.NAVOff {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
	background-color: #BDB76B; 
	cursor: hand;
}

TD.NAVOff A:link, TD.NAVOff A:visited  {
	color: #000000; 
	text-decoration: none;
}

TD.NAVOff2 {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white; 
	background-color: #003377;
	cursor: hand;
}

TD.NAVOff2 A:link, TD.NAVOff2 A:visited  {
	color: white; 
	text-decoration: none;
}

TD.NAVOff2 A:hover  { color: silver; text-decoration: none }


TD.temp2 {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white; 
	background-color: #003377;
}


TD.NAVOff2000 {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black; 
	cursor: hand;
}

TD.NAVOff2000 A:link, TD.NAVOff2000 A:visited  {
	color: black; 
	text-decoration: none;
}

TD.NAVOff2000 A:hover  { color: silver; text-decoration: none }

TD.NAVOff3000 {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: silver; 
	cursor: hand;
}

.NAVOff2000 {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black; 
	cursor: hand;
}

.NAVOff2000 A:link, .NAVOff2000 A:visited  {
	color: black; 
	text-decoration: none;
}

.NAVOff2000 A:hover  { color: silver; text-decoration: none }



TD.NAVOff A:hover  { color: #000; text-decoration: none }

TD.NAVOver {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #CCCC99;
	cursor: hand;
}

TD.NAVOver A:link, TD.NAVOver A:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

TD.NAVOver A:hover {
	color: #FFFFFF;
	text-decoration: none;	
}

TD.NAVOn {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666633;
	background-color: #FFFFFF;
	cursor: hand;
}

.TXTBody {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}


.TXTBigBody {
	font-family: verdana,arial,sans-serif;
	font-size: 13.5px;
	font-weight: normal;
	color: #333333;
}

.TXTLargeCursive {
        font-family: 'Rancho', cursive;
	font-size: 50px;
	font-weight: bold;
	color: #666633;
}


.TXTLargeHeadline {
	font-family: verdana,arial,sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #666633;
}


.TXTHeadline {
	font-family: verdana,arial,sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #666633;
}

.TXTSubHead {
	font-family: verdana,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999966;
}

.TXTDate {
	font-family: verdana,arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: white;
}

TD.TDCrossLink {
	background-color: #FFCC66;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

A.LNKCrosslink:link {color: #CC6600; }
A.LNKCrosslink:visited {color: #CC6600; }
A.LNKCrosslink:hover {color: #993300; }

TD.TDQuote  { color: #a0522d; font-style: italic; font-size: 15px; font-family: georgia, times, serif }

.PDF {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000; text-decoration: none;
}
.Journal_website{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000; 
}
A.LINKPDF:hover {color: #330000; }

body {
  background: url('mcg.bg.tif');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.v-wrap{
    height: 100%;
    white-space: nowrap;
    text-align: center;
}
.v-wrap:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    /* adjust for white space between pseudo element and next sibling */
    margin-right: -.25em;
    /* stretch line height */
    height: 100%; 
}

/*=== Basic box styling  ===*/
.box {
  background: #23a3d3;
  width: 100%;
/*  height: 100%;*/
  padding: 20px;
  text-align: center;
  color: white;
  margin: 0 auto;
  font-size: 70px;
  font-family: 'Rancho', cursive;
  font-weight: bold;
}

.mainmenu{
  display: inline-block;
  background: white;
  padding: 5px;
  text-align: center;
  color: #23a3d3;
  font-size: 15px;
  font-family: verdana,arial,sans-serif;
  font-weight: bold;
}

.mainmenuoutside{
  display: inline-block;
  background: #23a3d3;
  padding: 5px;
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: verdana,arial,sans-serif;
  font-weight: bold;
}

/*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.two {
-webkit-animation-delay: 1.7s;
-moz-animation-delay: 1.7s;
animation-delay: 1.7s;
}

.three {
-webkit-animation-delay: 2.3s;
-moz-animation-delay: 2.3s;
animation-delay: 2.3s;
}

.four {
-webkit-animation-delay: 3.3s;
-moz-animation-delay: 3.3s;
animation-delay: 3.3s;
}

/*=== Animations start here  ===*/
/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/*=== FADE IN DOWN ===*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.background22 {
    position: absolute;
    width: 100%;
    height: 0px;
    display: block;
    background: #23a3d3;
}
.blue-gradient22 {
    width:100%;
    height: 100%;
    position:absolute;
    opacity: 1;
    background: #23a3d3;
 }
h122 {
    width:100%;
    height: 100%;
   position:absolute;
    color:white;
}

.logo {
  font-family: 'Raleway', sans-serif;
  color: black;
  font-size: 14px;
}
