body{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #0099CC;
	text-align: center;
	}
#container{
	text-align: center;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
#masthead{
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: right;
	}
#masthead h1 {
	font-size: 2.5em;
	font-weight: bold;
	margin: 15px 10px 0px 10px;
	line-height: normal;
	vertical-align: bottom;
	}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 10px;
}
h4 {
	color: #666;
	font-size: 120%;
}
p {
  clear: both;
  }
#globalnav{
	text-align: center;
  }
#globalNav ul{
  padding-left: 0;
  margin-left: 0;
	width: 100%;
	background-color: #ddd;
	color: #000000;
  float:left;
	}
#globalNav ul li {
  display: inline;
  }
#globalNav ul li a{
  padding: 0.3em 0.2em;
  margin: 0px;
  border-right: 1px solid #999;
	background-color:#ddd;
	text-transform: uppercase;
	text-decoration: none;
  outline: none;
  float:left;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
  }
#globalNav ul li a:link, a:active, a:visited{
	color: #000;
	}
#globalNav ul li a:hover{
	color: #09c;
	}
#globalNav ul li a.selected{
  background-color:#fff;
	}
#globalNav ul li a.selected:link, a.selected:active, a.selected:visited{
	color: #04a;
	}
#globalNav ul li a.selected:hover{
	color: #09c;
	background-color:#fff;
	}
#content{
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
#siteInfo{
	position: relative;
	width: 100%;
	height: 77px;
	background-color:#ffffff;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/ifasml.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#msg{
	position: absolute;
	bottom: 5px;
	left: 85px;
	height: 25px;
	margin-left: 100px;
	font-size: 9px;
	font-weight: normal;
	}
.featurer{
	padding: 30px 10px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: auto;
	text-align: right;
}
.featurer h3{
  font-size:150%;
	text-align: right;
}
.featurer p{
  font-size:140%;
}
.featurer p.cert{
  text-align: right;
  font-size:100%;
}
.featurer p.standout{
  text-align: center;
  font-size:140%;
}
.featurer p.standoutless{
  text-align: center;
  font-size:120%;
}
html>body .feature {
  height: auto;
  }
td {
  text-align: left;
  vertical-align: top;
  }
td p {
  word-spacing: 0px; 
  text-indent: 0px; 
  margin: 4px 0px 0px 0px;
  padding: 0px;
  font-weight: bold;
  color: #000000;
  font-size: 100%;
  }
.featurer2{
	padding: 30px 10px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: auto;
	text-align: center;
}
.featurer2 h3{
  font-size:150%;
	text-align: right;
}
.featurer2 p{
  font-size:140%;
}
.featurer2 p.cert{
  text-align: right;
  font-size:100%;
}
.featurer2 p.standout{
  text-align: center;
  font-size:140%;
}
.featurer2 p.standoutless{
  text-align: center;
  font-size:120%;
}
html>body .feature2 {
  height: auto;
  }
td {
  text-align: left;
  vertical-align: top;
  }
.contactform {
  text-align:center;
  margin: auto;
  }
.contactform p{
  width: 480px;
  clear: left;
  margin: 0 0 0 40px;
  padding: 5px 0 8px 180px;
  border-top: 1px dashed gray;
  height: 1%;
  text-align:left;
  font-size: 100%;
  }
.contactform label{
  font-weight: bold;
  float: left;
  margin-left: -180px; /*width of left column*/
  width: 175px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
  }
label.error { 
  float: none;
  color: red;
  padding-left: .5em;
  vertical-align: top;
  font-size: 75%
  }
.contactform input[type="text"]{ 
  width: 250px;
  }
.contactform input[type="submit"] {
  background-color: #0099CC; 
  font-size: 0.7em; 
  font-weight: bold;
  color: white;
  margin: 0px 0px 5px 0px;
  }
.contactform input[type="reset"] {
  background-color: #0099CC; 
  font-size: 0.7em; 
  font-weight: bold;
  color: white;
  margin: 0px 0px 5px 0px;
  }
.contactform textarea{
  width: 470px;
  height: 150px;
  }
* html .threepxfix{
  margin-left: 3px;
  }
.contact {
  border: 1px solid #555;
  font-size: 150%;
  }
