body {
    margin: 0 auto;
    font-size: 18px;
    background-color: #002f53;
}
h1 {
    font-family: Questrial;
    font-size: 24px;
    color: #3fa4f0;
}
.nav {
    font-family: Questrial;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 175px;
    height: 125px;
    border-right-color: white;
    border-right-style: solid;
    border-right-width: thin;
}
ul {
    height: 45px;
    list-style: none;
}
ul li {
    text-align: left;
    width: 100px;
    height: 30px;
    list-style: none;
    padding: 3px;
}
ul li a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 15px;
    padding-left: 5px;
    float: right;
}
ul li a:hover, ul li.active > a {
    color: #00a49e;
}
a {
    text-decoration: none;
}
.current {
    color: #00a49e;
}
.smalltoplogo {
    margin-left: 25px;
    margin-top: 25px;
}
.main {
    display: inline-block;
    width: 725px;
    height: 250px;
    vertical-align: middle;
/*    background-color: skyblue;*/
}
.about {
    font-family: Jaldi;
    line-height: 170%;
    color: white;
    text-align: justify;
}
.contact {
    font-family: Questrial;
    font-size: 20px;
    color: white;
/*    text-align: center;*/
}
table {
    padding-left: 50px;
/*    margin-top: 30px;*/
}
.centerbox {
    width: 950px;
    height: 250px;
    text-align: center;
}
.round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 5px;
}
.button {
    color: #002f53;
    background-color: white;
    width: 100px;
    text-align: center;
    font-family: Questrial;
    font-size: 14px;
    padding: 3px;
}
.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.bottom {
    bottom: 25px;
    right: 35px;
    position: fixed;
    color: white;
    font-size: 20px;
    font-style: italic;
}
span.reference{
/*    font-family: Questrial;*/
	position: fixed;
	left: 5px;
	bottom: 5px;
	font-size: 12px;
	color: #ffffff;
}