
body {
  margin: 0px;
  margin-top: 5%;
  background: #E1E2E4;
}
td, p {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  line-height: 17px;
  color: #626262;
}
li {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  line-height: 17px;
  color: #626262;
}
ul,li {
	margin-left: 8px;
	padding-left: 0px;
}
input, select, textarea {
  font: 11px Times Roman, Times, serif;
  height: 18px;
  color: #000000;
}
#page {
	width: 740px;
	background: #FFFFFF;
	border: solid 1px #bcbcbc;
	text-align: left;
}
.pageContent {
	vertical-align: top;
}
#top {
	width: 712px !important;
	width: 740px;
	background: #90aac3;
	padding: 14px;
	border-bottom: solid 1px #bcbcbc;
	margin-bottom: 5px;
}
#nav {
	width: 740px;
	background: #e8e0c9;
	border-top: solid 1px #bcbcbc;
	border-bottom: solid 1px #bcbcbc;
	padding: 0px;
	text-align: center;
}
img { margin: 0px; }
.navImg {
	width: 147px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#hmContent {
	width: 720px !important;
	width: 740px;
	padding: 10px;
}
#content {
	width: 720px !important;
	width: 740px;
	padding: 10px;
	height: 380px !important;
	height: 400px;
}
.TDcontent {
	background: #e7e7e9;
	padding: 15px;
	overflow: visible;
}
.TDsubnav {
	background: #e7e7e9;
	padding: 15px;
	height: 350px;
}
#contentCols {
	width: 740px;
}
.col1 {
	padding: 10px;
	border-right: solid 1px #bcbcbc;
	height: 400px;
}
.col2 {
	padding: 10px;
	height: 400px;
}
.TDcol1 {
	width: 519px;
}
#footerBar1 {
	width: 740px;
	height: 20px;
	background: url("images/bgFooter.jpg") repeat-y;
	border-top: solid 1px #bcbcbc;
	border-bottom: solid 1px #bcbcbc;
	margin-bottom: 4px;
}
#footerBar2 {
	width: 740px;
	height: 10px;
	background: #90aac3;
	border-top: solid 1px #bcbcbc;
}
#footer {
	width: 740px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 20px;	
}
.footerText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #777777;
}


/*-------- FONTS */
h1 {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #626262;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 5px;
  border-bottom: solid 3px #90aac3; 
  margin-bottom: -5px;
}	
h2 {
  font: bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
  color: #626262;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: solid 3px #90aac3; 
  margin-bottom: -5px;
}	
.head {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #626262;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 5px;
  border-bottom: solid 3px #90aac3; 
}	

/*-------- CONTACT */

#contactCol {
	width: 234px;
	height: 234px;
	text-align: center;
	float: left;
}
.contactEmail {
	background: url(images/bgMouse.jpg) no-repeat;
	margin-right: 8px;
}
.contactPhone {
	background: url(images/bgPhone.jpg) no-repeat;
	margin-right: 8px;
}
.contactMail {
	background: url(images/bgEnvelope.jpg) no-repeat;
}

.contactText {
	display: block;
	margin-top: 14px;
}


/*-------- FORMS */
input {
	border: solid 1px #bcbcbc;
	font: 10px Arial, Helvetica, sans-serif;
	color: #626262;
}
.inputBtn {
	background: #90a9c2;
	color: #e8e0c9;
	text-transform: uppercase;
	font-weight: bold;
}

/*-------- LINKS */

a.email,a.email:link,a.email:visited {
	font: 10px Arial, Helvetica, sans-serif;
	color: #626262;
	text-decoration: none;
}
a.email:hover {
	color: #626262;
	text-decoration: underline;
}
a.link,a.link:link,a.link:visited {
	font: 10px Arial, Helvetica, sans-serif;
	color: #626262;
	text-decoration: none;
}
a.link:hover {
	color: #000000;
	text-decoration: underline;
}
a.footerLink,a.footerLink:link,a.footerLink:visited {
	text-transform: uppercase;
	color: #6B6559;
	text-decoration: none;
}
a.footerLink:hover {
	color: #000000;
	text-decoration: underline;
}
a,a:link,a:visited {
	color: #6B6559;
}
a:hover {
}
