body {
	background-color: #FFFFFF;
	FONT-SIZE : 14px;
	FONT-FAMILY : Verdana;
	 	
}

.header1 {
	font-size: 28px;
 	color: #0A3E6E;
}

.header2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.header3 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
	}

.headercontact1 {
  background-image: url(../images/contactus1.jpg);
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.headerabout1 {
  background-image: url(../images/infor_building.jpg);
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  margin-left: -9px;
}

.headercontact2 {
	font-size: 24px;
 	color: #FFFFFF;
}

.headercontact3 {
	font-size: 30px;
 	color: #FFFFFF;
}


.footer1 {
	font-size: 14px;
 	color: #FFFFFF;
}

.footer2 {
	font-size: 14px;
 	color: #FFFFFF;
}


.menu1 {
	font-size: 14px;
	 	color: #FFFFFF;
}

.column {
  float: left;
  width: 33%;
  background: orange;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  background: orange;
}

.block1 {
	font-size: 18px;
 	color: #FFFFFF;
}

.block2 {
	font-size: 14px;
 	color: #5A423A;
 	FONT-FAMILY : Verdana;	
}


.text1 {
  background-image: url(../images/header1.jpg);
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  margin-left: -9px;
}


.text3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.text4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text5 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text6 {
  background-image: url(../images/bottom.jpg);
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 500px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.text7 {
	font-size: 16px;
	color: #808080;
   line-height: 1.6;
}


.about1 {
	color: #000000;
    line-height: 1.6;
   	FONT-SIZE : 16px;
	FONT-FAMILY : Verdana;
	width: 860px;
	margin: auto;
}

.about2 {
float: left;
	margin-top: 0px;
	margin-left:0px;
	width: 550;
	background-color: white;
}

a:visited {
  text-decoration: none;
  	color: #808080;
}

a:hover {
  text-decoration: none;
  	color: #808080;
}

a:active {
text-decoration: none;
	color: #808080;
}

a:link {
	font-size: 14px;
	color: #808080;
    text-decoration: none;
}

a:link:hover {
	text-decoration: none;
		color: #808080;
}