body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 122%;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;	
}

/**  links  **/

a:link, a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #86B9BF;
	text-decoration: underline;
}
a.links-general {
	color: #B3CED1;
	font-weight: bold;
	text-decoration: none;
}
a.links-general:hover {
	color: #B3CED1;
	font-weight: bold;
	text-decoration: underline;
}
a.links-contact, a.links-contact:hover {
	color: #483656;
	font-weight: bold;
	text-decoration: none;
}
a.links-section {
	color: #636466;
	font-weight: bold;
	text-decoration: none;
}
a.links-product {
	color: #024186;
	font-weight: bold;
	text-decoration: none;
}
a.links-news {
	color: #636466;
	font-weight: bold;
	text-decoration: none;
}
a.links-aboutSection:link, a.links-aboutSection:visited {
	font-size: 1.3em;
}


/**  font  **/

.bold {
	font-weight: bold;
}
.blue {
	color: #86B9BF;
}
.panelsmall {
	padding:0 15px 0 15px;
	font-size: 0.7em;
	background-color:#E8F0F1;
}

/**  layout  **/

td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 122%;
}
td.mainArea {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
}
td.top {
	vertical-align: top;
	background-color: #FFFFFF;
}
td.bottom {
	vertical-align: bottom;
	background-color: #FFFFFF;
}
td.right {
	text-align: right;
}
td.footerBlue {
	background-color: #B3CED1;
}

/** home layout  **/

td.homeMainCopy {
	padding: 12px 70px 20px 80px;
}
td.newsTitle {
	width: 35px;
	padding: 0 10px 0 0;
}

/**  projects layout  **/

td.projectsRightColumn {
	width: 299px;
	padding: 14px 0 0 0;
	vertical-align: top;
}
td.projectsLeftColumn {
	vertical-align: top;
}
td.projectsDetailsBox {
	background-color: #E8F0F1;
	width: 299px;
	padding: 3px 5px 3px 8px;
	line-height: 160%;
}
.extrasSpacer {
	line-height: 8px;
}

/**  titles  **/

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.3em;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1em;
}
.projectsTitle {
	color: #636466;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	line-height: 140%;
}

/**  section ABOUT  **/

td.sectiopaddedleft {
	padding: 0 0 0 10px;
	vertical-align: top;
	width: 241px;
}
.titleSpacer {
	line-height: 10px;
}

/**  footer  **/

#footerCopy {
	color: #717171;
	font-size: 0.65em;
}
td.footer {
	background-color: #E3E3E3;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
td.footerLeft {
	width: 5px;
}
td.footerRight {
	width: 5px;
	text-align: right;
}
td.footerLinkRight {
	text-align: right;
	padding-right: 10px;
}
td.footerBreadcrumb {
	padding-left: 10px;
}

/**  contact form  **/

td.contactLeft {
	padding: 3px 10px 0px 0px;
	vertical-align: top;
}
td.contactRight {
	padding: 0px 0px 0px 7px;
}
td.contactSpacer {
	line-height: 5px;
}
td.contactBodyLeft {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	width: 220px;
}
td.contactBodyRight {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
input.textBox {
	width: 200px;
	height: 20px;
	border: 1px solid #4D7CB2;
	background-color: #FFFFFF;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}

textarea.messageField {
	width: 200px;
	height: 60px;
	border: 1px solid #4D7CB2;
	background-color: #FFFFFF;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
select.selectbox {
	width: 150px;
	height: 22px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #4D7CB2;
	background-color: #FFFFFF;
	font-size: 80%;
	padding: 1px;
	margin-left: 3px;
}
input.button {
	width: 60px;
	height: 30px;
	border: 1px solid #4D7CB2;
	background-color: #FFFFFF;
	font-size: 80%;
}

/** div  **/

#wrapper {
position: relative;
width: 765px;
margin: auto;
text-align: left;
}
div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}