html, body, div, p, table, td, form, h1, h2, h3, h4, h5, h6{
	font-family: Verdana,Segoe,sans-serif;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	background-position: left top;
	background-repeat: no-repeat;
}
input, select{
	max-width: 100%;
	font-family: Verdana,Segoe,sans-serif;
	border-width: thin;
	width: 95%;
	margin-left: 10px;
	margin-right: 10px;
	font-size: medium;
	color: #414042;
}
textarea {
	max-width: 100%;
	font-family: Verdana,Segoe,sans-serif;
	border-width: 2px;
	RESIZE: none;
	width: 95%;
	margin-left: 10px;
	margin-right: 10px;
}
body {
	align: center;
	background-color: #f0f8fc;
//	background-image: url(images/pagebackground.png);
//	background-repeat: repeat;
}


p{
	line-height: 1.4em;
	font-family: Verdana,Segoe,sans-serif;
	font-size: large;
    color:#414042;
}

p.title {
	font-family: Verdana,Segoe,sans-serif;
	font-style: normal;
	letter-spacing: 3px;
	font-size: 18px;
	padding-top: 15px;
	font-weight: bold;
    color:#414042;
}

a:link {
   color:#414042;
}
a:visited {
   color:#414042;
}
a:hover {
   color:#414042;
}
a:active {
   color:#414042;
}

div.fieldset {
	border: none;
	width: 100%;
	left: -30px;
	position: relative;
}
fieldset {
	border: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
}
legend{
	font-family: Verdana,Segoe,sans-serif;
	font-style: normal;
	letter-spacing: 3px;
	font-size: 16px;
	padding-top: 15px;
	font-weight: bold;
	color: #333;
	padding: 20px;
}

label{
	font-family: Verdana,Segoe,sans-serif;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	background-position: left top;
	background-repeat: no-repeat;
    color:#414042;
}
label.field{
	font-family: Verdana,Segoe,sans-serif;
	text-align: left;
	width: 100px;
	float: left;
	padding: 5px;
	font-size: 14px;
}
feldentry{
	width: 100%;
}
.labelhome{
	font-family: Verdana,Segoe,sans-serif;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 18px;
	padding-top: 10px;
	text-align: right;
	padding-right: 30px;
	color:#414042;
}
.headerimage{
	width: 95%;
}

.center{
	width: 100%;
	align-content: center;
	position: relative;
}

@media screen and not (min-aspect-ratio: 3/2) 
{
	.mydivmain {
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		width: 100%;
		height: 100vh;
		background-color: #f0f8fc;
		color: #666;
		position: relative;
		overflow: hidden;
	}
}
@media screen and (min-aspect-ratio: 3/2) 
{
	.mydivmain {
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		width: 100%;
		height: 90vw;
		background-color: #f0f8fc;
		color: #666;
		position: relative;
		overflow: hidden;
	}
}

#mydivaboutus {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #f0f8fc;
	width: 100%;
	color: #666;
	padding: 3px;
	margin: 3px;
	position: relative;
	overflow: hidden;
 }

 #menu {
	margin-bottom: 20px;
	position: absolute;
	right: 1px;
	top: 203px;
	width: 450px;
	}
	
  #footer {
	position: absolute;
	bottom: 20px;
	right: 30px;
	left: 30px;
	font-family: Verdana,Segoe,sans-serif;
	letter-spacing: 3px;
	font-size: 11px;
	font-style: normal;
	color: #414042;
	
}
#header {
	top: 0;
	font-family: Verdana,Segoe,sans-serif;
	letter-spacing: 3px;
	font-size: 11px;
	font-style: normal;
	color: #414042;
	width: 95%;
	left: 0;
	padding-top: 2vw;
}
#headermain {
	position: relative;
	top: -6vw;
	font-family: Verdana,Segoe,sans-serif;
	letter-spacing: 3px;
	font-size: 11px;
	font-style: normal;
	color: #414042;
	width: 80%;
	left: -10vw;
}

 div.block{
	overflow: hidden;
	font-family: Verdana,Segoe,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	display: list-item;
	width: 80%;
}
div.block label{
	display: none;
	float: left;
	text-align: right;
	padding: 5px;
}
div.block .input{
  margin-left:4px;
  float:left;
}

.error {
   font-family: Verdana,Segoe,sans-serif;
   font-size:13px;
   text-align: left;
   font-style:normal;
   color:#f00;
}

.container {
    display: table;
	padding-top: 25px;
    }
.row  {
	display: table-row;
	padding-top: 10px;
	padding-bottom: 10px;
    }
.left, .right, .middle {
	display: table-cell;
	border: 1px;
	padding-right: 25px;
    }
.left p, .right p, .middle p {
    margin: 1px 1px;
   }
.indent p{
    margin: 10px 10px;
   }
.rightalign {
	border: 1px;
	padding-right: 25px;
    }
	
#leftmenu {
	float: left;
	align: left;
	position: relative;
	padding-left: 4px;
	padding-right: 5px;
	padding-bottom: 15vw;
	font-family: Verdana,Segoe,sans-serif;
	font-size: 13px;
	text-align: left;
	font-style: normal;
	color: #000;
	left: 15vw;
	width: 65vw;
	top: 7vw;
}

#topmenulogo{
	position: relative;
	left: 0px;
}
#topotherlogo{
	width: 100%;
}

#topmenu {
	float: left;
	overflow: hidden;
}
#topmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   text-align:left;
   font-size:14px;
   font-stretch:extra-expanded;
   letter-spacing: 2px;
   
}
#topmenu ul li {
   display:block;
   float:left;
   line-height: 3vw;
}
#topmenu ul li a {
	display: block;
	position: relative;
	margin: 0 0 0 1vw;
	padding: 0.1vw 0.6vw 0.2vw;
	color: #00579b;
	text-decoration: none;
	position: relative;
	font-size: 2vw;
	font-stretch: extra-expanded;
}
#topmenu ul li a:hover {
	color: #00579b;
}
#topmenu ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.4vw solid #00579b;
  visibility: hidden;	
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#topmenu ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#topmenu ul li a.active,
#topmenu ul li a.active:hover {
   color:#414042;
   font-weight:normal;
}
