@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}
p {
	padding-top: 0em;
	padding-bottom: 0.5em;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -79px; /* the bottom margin is the negative value of the footer's height */
	width: 900px;
}
#header {
	width: 900px;
	height: 130px;
}
#logo {
	float: left;
	display: block;
}
#search {
	float: right;
	display: block;
	padding-top: 65px;
	text-align: left;
}
#footer {
	CLEAR: both;
	MARGIN: auto;
	text-align: left;
	color: #999999;
	height: 69px;
	font-size: 10px;
	line-height: 1em;
	width: 900px;
	POSITION: relative;
	margin-top: 10px;
}
.push{
	height: 69px; /* .push must be the same height as .footer */
}
#footerlogo {
	text-align: left;
	float: left;
	width: 90px;
}
#footercopy {
	text-align: justify;
	float: right;
	width: 810px;
	padding-top: 4px;
	line-height: 1.5em;
}
#footercopy a {
	color: #999999;
	text-decoration: none;
}
#footercopy a:hover {
	text-decoration: underline;
}
.clearer {
	clear:both
}
.searchbox {
	border: 1px solid #B6C9E6;
	width: 200px;
	margin-right: 20px;
	font-size: 0.9em;
	padding: 2px;
}
.searchboxhome {
	border: 1px solid #B6C9E6;
	width: 200px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.9em;
	padding: 2px;
}
#content {
	text-align: justify;
	color: #666666;
	padding: 20px;
}
.products a {
	color: #1E2C6E;
	text-decoration: none;
	font-weight: bold;
}
.darkblue {
	color: #1E2C6E;
}
.darkblue a {
	color: #1E2C6E;
	text-decoration: none;
	font-weight: bold;
}
.newsTitle {
	color: #1E2C6E;
	font-weight: bold;
}
.margins {
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 4px;
}
.technologies {
	width: 47.5%;
	float: left;
	margin-right: 2%;
}
.technologies a {
	color: #1E2C6E;
	text-decoration: none;
	font-weight: bold;
}
.technologiestop {
	width: 31%;
	float: left;
	margin-right: 2%;
}
.technologiestop a {
	color: #1E2C6E;
	text-decoration: none;
	font-weight: bold;
}
.bodylink {
	color: #1E2C6E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

#homecontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -220px; /* the bottom margin is the negative value of the footer's height */
	width: 900px;
}
#homecopy {
	font-size: small;
	line-height: 1.5em;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	color: #999999;
}
#homefooter {
	CLEAR: both;
	MARGIN: auto;
	text-align: left;
	color: #999999;
	height: 200px;
	font-size: 10px;
	line-height: 1em;
	width: 900px;
	POSITION: relative;
	margin-top: 10px;
}
.homepush{
	height: 240px; /* .push must be the same height as .footer */
}
.floatleft {
	float: left;
}
h1 {
	font-size: 1.6em;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.8em;
	padding-left: 0px;
	color: #666666;
	font-weight: bold;
}
.pagetitle {
	font-size: 1.6em;
	padding-right: 0px;
	padding-bottom: 0.8em;
	padding-left: 0px;
	color: #666666;
	font-weight: bold;
}
td {
	text-align: left;
}
.synonym {
	color: #A7B9DD;
}
