body {
	margin:0;
	font-family: Arial, Verdana, Sand-serif;
	background-color: #505050;
}

.topnav {
  overflow: hidden;
  background-color: #000066;
  max-width: 960px;
  margin:0 auto;
  border-radius: 5px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #00d;
  color: #f2f2f2;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}

.logo {
	width: 60px;
	display: inline-block;
	margin: 1px auto;
	padding: 1px;
	text-align: center;
	vertical-align: middle; 
}

.moto {
	display: inline-block;
	margin: 1px auto;
	padding: 1px 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.5em;
	font-weight: Bold;
	font-style: Italic;
	color: #000066;
}

.topcontainer {
	width : 100%;
	height: 64px;
	max-width : 960px;
	margin: 2px auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
	background-color: white;
	border-radius: 5px;
}

.slider {
	width:100%;
	max-width: 960px;
	margin: 2px auto;
	border-radius: 5px;
	display: block;
}

.textcontainer {
	width : calc(100% - 20px);
	max-width : 940px;
	margin: 2px auto;
	padding: 10px;
	overflow: hidden;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	background-color: #000066;
	color: white;
	display: block;
	border-radius: 5px;
}
.titlecontainer {
	width : calc(100% - 20px);
	max-width : 940px;
	margin: 2px auto;
	padding: 10px;
	overflow: hidden;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	background-color: yellow;
	color: #000066;
	display: block;
	border-radius: 5px;
}
.boldlarge {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #000066;
	
}
.boldredlarge {
	font-size: 2.0em;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	
}
.boldwhblularge {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	color: white;
	background-color: #000066;
	
}
.normaltxt {
	font-size: 1.2em;
	font-weight: normal;
}
.smalltxt {
	font-size: 0.8em;
	font-weight: normal;
}
.justifytxt {
	text-align: justify;
}
.lefttxt {
	text-align: left;
}
.iconcontainer{
	width : 100%;
	max-width : 960px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background-color: #505050;
	display: block;
}

ul.bulletpoint {
	list-style-type: circle;
	text-align: left;
}

.fixheight {
	height: 235px;
}

.iconholder {
	max-width: 316px;
	width: 100%;
	padding: 0px;
	margin: 2px auto;
	border: none;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	background-color: white;
}
.iconimg {
	max-width: 280px;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	border: none;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	background-color: white;
}
.icontxt {
	max-width: 300px;
	width: 100%;
	padding: 5px;
	margin: 1px;
	border: none;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	background-color: white;
	color: black;
}

input[type=submit] {
    width: 20%;
    min-width: 115px;
    padding: 10px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #0066FF;
}
input[type=submit].largebutton {
    width: 100%;
    max-width: 316px;
	padding: 10px;
	margin: 1px;
	border: none;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
}

form.type1{
	max-width: 316px;
	width: 100%;
	padding: 0px;
	margin: 2px auto;
	border: none;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	background-color: #505050;
}
