html,body {
	margin:0;
	padding:0;
   background: #ffffff;
   text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
   font-size: 14px;
   color: #0151b4;
   line-height: 130%;
}
h1, h2, h3, h4 {

}
h1 {
   font-size: 20px;
   margin: 3px 0;
}
h2 {
   font-size: 18px;
   margin: 18px 0 3px 0;
}
h3 {
   font-size: 16px;
   margin: 3px 0;
}
h4 {
   font-size: 14px;
   margin: 3px 0;
}
a {
   color: #000099;
}
a:hover {
   color: red;
}
img {
   border: 0;
}
img.photo {
   margin: 10px 0;
}
div {
   text-align: left;
}
#page {
   width: 858px;
   margin: 0 auto;
}
#header {
   background: url(images/bannertop.jpg) top center no-repeat; 
   height: 150px;
}
#nav {
   height: 27px;
   background: #0151B4;
   border-top: 3px solid white;
   border-bottom: 3px solid white;
}
#nav a {
   height: 13px;
   width: 101px;
   display: block;
   float: left;
   margin: 7px 30px;
}
a#link_home {
   background: url(images/nav_home.gif) center top no-repeat;
   margin-left: 30px;
}
a#link_home:hover {
   background: url(images/nav_home.gif) center -13px no-repeat;
}
a#link_company {
   background: url(images/nav_company.gif) center top no-repeat;
}
a#link_company:hover {
   background: url(images/nav_company.gif) center -13px no-repeat;
}
a#link_projects {
   background: url(images/nav_projects.gif) center top no-repeat;
}
a#link_projects:hover {
   background: url(images/nav_projects.gif) center -13px no-repeat;
}
a#link_observers {
   background: url(images/nav_observers.gif) center top no-repeat;
}
a#link_observers:hover {
   background: url(images/nav_observers.gif) center -13px no-repeat;
}
a#link_contact {
   background: url(images/nav_contact.gif) center top no-repeat;
}
a#link_contact:hover {
   background: url(images/nav_contact.gif) center -13px no-repeat;
}
#homeheader {
   background: white url(images/bannerhome.jpg) top center no-repeat; 
   height: 268px;
   border-bottom: 30px solid #CCDCF0;
}
#mainContent {
   padding: 0 40px 0 65px;
   margin: 35px 0 30px 0;
   text-align:left;
   width: 500px;
   float: left;   
   border-right: 2px dotted #BFD3EC;
}
#rightcol {
   width: 218px;
   float: left;
   margin: 35px 0 30px 30px;
}
#rightcol h3 {
   color: #F45000;
   margin-bottom: 20px;
}
.clear {
   clear:both;
}
#footer {
   margin-top: 20px;
   padding: 10px;
   border-top: 1px solid #A0BEE3;
   text-align: center;
   font-size: 12px;
}
#footer a {
   text-decoration: none;
}
#footer a:hover {
   text-decoration: underline;
}
img.leftalign {
   display: block;
   float: left;
   text-align: left;
   margin: 0 25px 5px 0;
}
img.rightalign {
   display: block;
   float: right;
   text-align: right;
   margin: 0 0 5px 15px;
}
img.centeralign {
   display: block;
   margin: 10px auto;
   text-align: center;
}

