.container_12 .grid_8 {
 margin-left: 60px;
 width: 540px;
}



a {
 color: #0060b6;
}

a img, img {
 border: none;
}

body {
margin: 0px;
background-color: #0060b6;
font-family: sans-serif;
}

.middle {
background-color: #fff;
background-image:url("/images/bg.png");
background-position:center 4px;
background-repeat:repeat-y;
}

fieldset {
border: none;
}

#header {
 text-align:center;
 height: 200px;
 background-color: transparent;
 background-image: url(/images/headerbg.png);
 background-repeat: repeat-x;
 background-position: top center;
}

#banner2 {
width: 1060px;
height:200px;
margin: 0px auto;
background: url(/images/header2.jpg) no-repeat top center transparent;
color: #fff;
text-align:right;
padding-top: 10px;
padding-right: 150px;
font-size: 12px;
}

#banner {
width: 1060px;
height:200px;
margin: 0px auto;
background: url(/images/header.jpg) no-repeat top center transparent;
color: #fff;
text-align:right;
padding-top: 10px;
padding-right: 150px;
font-size: 12px;
}

#banner a, #banner2 a {
color: #fff;
text-decoration: underline;
}

#footer {
 padding-top: 5px;

 text-align:center;
 height: 200px;
 background-color: #0060b6;
 color:#fff;
 font-size: 11px;
 font-family: sans-serif;
}

#bottom-menu {
 height: 20px;
 background-color: transparent;
 background-image: url(/images/menubg.png);
 background-repeat: no-repeat;
 background-position: top center;
}

.nav {
 list-style-type:none;
 margin: 0px;
 padding: 0px;
}

.nav li {
 border-left: 2px solid #a9a9a9;
 float:left;
 height: 25px;
 font-size: 18px;
 padding: 0px 20px;
}

.nav li a {
 font-family: sans-serif;
 color: #a9a9a9;
 text-decoration:none;
}

.nav li a:hover {
 text-decoration: underline;
 color: #000;
 }

.nav li:first-child {
 border-left: none;
}

.bottomnav {
 margin: 0px auto;
 padding: 0px;
 width: 960px;
 padding-top: 5px;
 list-style-type:none;
}
 
.bottomnav li {
 border-left: 1px solid #fff;
 float:left;
 height: 15px;
 font-size: 14px;
 padding: 0px 21px;
}
      
.bottomnav li a {
 font-family: sans-serif;
 color: #fff;
 text-decoration:none;
 }
 
.bottomnav li a:hover {
 text-decoration: underline;
}
	 
	 
.bottomnav li:first-child {
 border-left: none;
}

h1 {
 font-weight: bold;
 color: #ff4000;
 font-size: 21px;
 font-family: Helvetica, sans-serif;
}

h2 {
 font-weight: normal;
 color: #0060b6;
 text-align: left;
 font-size: 18px;
 font-family: Helvetica, sans-serif;
}

h3 {
 color: #000;
 text-align: left;
 font-size: 18px;
 font-family: Helvetica, sans-serif;
 font-weight: normal;
 font-style: italic;
}

.grid_8 ul {
 list-style-type: none;

 margin: 0px;
}

.grid_8 ul li {
 background-image: url(/images/check.png);
 background-repeat: no-repeat;
 background-position: 0px;
 padding-left: 20px; 
}

p {
 font-size: 16px;

 font-family: Helvetica, sans-serif;
 text-align: justify;
}



/*FORMS */
label {
  display: block;
  float: left;
  padding-right: 10px;
  width: 150px;
  text-align: right;
}

.faqpage label {
 float:none;
 display:inline;
}	  
.error {
  font-size: 12px;
  margin-left: 160px;
  color: #cc0000;
}
