body {
	background: #ffffff url('Images/background.png') no-repeat fixed;
	background-size: cover;
	font-family: 'OpenSans', sans-serif;
	font-size: 1em;
	text-align: justify;
	width: 98%;
	height: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	color: #ff0000;
}

a.Submenu:hover{
	font-weight: 600;
}

a.noJS:link, a.noJS:visited {
	text-decoration: none;
	color: #FFFFFF;
}
	
a.noJS:hover{
	color: #FFFF00;
}

h1 {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}

h2 {
  font-size: 1em;
  font-weight: 700;
  text-align: left
}

h3 {
  font-size: 1em;
  text-align: center;
}


h4{
  text-align: center;
  font-size: 0.9em;
}

hr {
  width: 75%;
  margin: auto;
}

li {
  margin-bottom: 6px;
  text-align: justify;
}

ul.Application {
  list-style-type: disc;
  text-align: left;
}

.BackToTop {
  font-size: 0.9em;
  text-align: left;
}

.Bold {
  font-weight: 600;
}

.Affiliation {
list-style-type: none;

}

.BodyDiv {
	width: 80%;
	margin: auto;
}

.CopyrightDiv{ 
 color: #ffffff; 
 background-color: #2980b9; 
 border-radius: 15px; 
 width: 100%; 
 margin: 10px;
 padding: 10px;
 font-size: 0.9em; 
 text-align: center; 
 clear: both;
}

.TopImageDiv {
  width: 90%;
  margin: 20px auto;
  text-align: center;
}


.Left {
  float: left;
  margin: 10px;
}


.greatest {
	float: left;
	margin: 20px;
}

.HeaderPhoto {
  width: 100%;
  text-align: center;
}

.Highlight {
  background-color: #FFFF00;
}

img.left {
  margin: 0 10px 10px 0;
  float: left;
}

img.right {
  margin: 0 0 10px 10px;
  float: right;
}

.copyright {
	font-size: 80%;
}

.FootnoteDiv {
  font-size: 90%;
}

.logo {
	float: left;
}

.LogoutDiv {
  width: 116px;
  margin: 10px auto;
  text-align: center;
}

.LeftDiv {
	width: 49%;
	float: left;
	clear: both;
}

.LogoDiv {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	position: relative;
	clear: both;
}

.MainDiv {
	margin: auto;
	width: 95%;
	clear: both;
}

.MenuDiv {
	width: 100%;
	margin: auto;
	clear: both;
	margin-bottom: 10px;
	text-align: center;
}

.Payment {
  width: 100%;
  text-align: center;
  clear: both;
}


.RightDiv {
width: 49%;
  float: right;
  margin-bottom: 10px;
}


.SearchBox {
	padding: 4px;
	width: 20em;
	float: right;
}

.SearchDiv {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 5px;
}

.SubMenuDiv {
  width:90%;
  font-size: 0.9em;
  margin: 10px auto;
  text-align: center;
}

.TopDiv {
	text-align: center;
	width: 100%;
	margin: 10px;
	clear: both;
}
.underline {
	text-decoration: underline;
}

