html, body {
  margin:0;
  padding:0;
  height:100%; 
}

form {
  margin:0px;
}

img {
  border: 0px;
}

p
{
  margin: 0px;
  margin-bottom: 10px;
}

hr {
	border-color: #B1C0D6;
	color: #B1C0D6;
	height:0px;
}

h2 {
  font-weight: bold;
  color: #ff9500;
  padding-bottom: 0px;  
}

#netpaver-html {
  width: 100%; 
}

#netpaver-body {
  font-family: Arial, Helvetica, sans-serif;
  color:#333333;  
  font-size: 12px;  
  text-align: center;
  background-color: #B1C0D6;
}

html>body #wrap {
  height:100%;
  width: 800px;
  margin: 0 auto;
  text-align: left;
} 
html>body #header {
  width:800px;
  position:fixed;
  z-index:10; /* Prevent certain problems with form controls */
  background: white url(graphics/bg-top.jpg) repeat-x;
}
html>body #content-wrap {
  height:100%;
  width: 800px;
  background-color: white;
} 
html>body #content {
  width: 790px; 
  padding-top:140px;
  padding-bottom: 35px;
  padding-left: 5px;
  padding-right: 5px; 
  background-color: white;
} 
html>body #footer {
  width:800px;
  position:fixed;
  bottom:0;
  z-index:10; /* Prevent certain problems with form controls */
  background: #31425C;
  vertical-align: middle;
  font-size: 11px;
  color: white;
  overflow: visible visible !important;
}

.body {
}

.nav-secondary {
  font-size: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
a:visited {
  color: #333333;
}

#footer a {
  text-decoration: none;
  color: white;
}
#footer a:hover {
  color: white;
  text-decoration: underline;
}
#footer a:visited {
  color: white;
}

.heading-main {
  font-size: 14px;
  font-weight: bold;  
  color: #284B71;
}
a.heading-main:hover {
  color: #284B71; 
}
a.heading-main:visited {
  color: #284B71; 
}
  
.body-title {
  font-weight: bold;
  color: #333333;
}
.body-em {
  font-weight: bold;
  color: #ff9505;
}

