/* Copyright 2006 Neil MacLeod www.web-studio.co.uk */


body {
		text-align:center;
        font-family:verdana,Arial, sans-serif;
        padding:0;
        margin:0;
 		font-size:80% ;
        color:#000;
        background-color: #fff;
}

	#wrap {
        position:relative;
		width:960px;
       	margin-top:4px;
        margin-left:auto;
        margin-right:auto;
		padding:0px;
		text-align:left;
        color:#000;
        background-color:#fff;


}

#content {

        float:left;
	    margin: 164px 0px 0px 0px;
        padding-top:2px;
        background:#047391;
        color:#fff;
        min-height:292px;

}
.showcase{
       float:right;
       margin-right:17px;
       margin-left:10px;
}
#menu, #content2{
     border-left:2px solid #25859E;
  border-right:2px solid #25859E;
}

#menu{
  clear:both;
  text-align:center;
  padding:5px;
}
#menu a:link, #menu a:visited{
  color: #047391;
  text-decoration:none;
  }
#menu a.active{
  color:#add3e0;
}
#menu a:hover{
  color:#000;
  text-decoration:underline;
}
#content2{
  padding:20px;
  min-height:300px;
}
#myform{
  margin:0px;
  padding:10px;
  width:360px;
  float:left;
}

#footer{
clear:both;

        padding:10px;
        text-align:center;
        font-size:0.8em;
  background-image: url(../images/footer.gif);
  background-position: bottom;
  background-repeat: no-repeat
}

h1{
        font-size:2.5em;
        padding:20px 0px 0px 20px;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight:normal;
  line-height:1em;
  margin:0px;
}
h2,h3,h4,h5,h6 {

   font-size:2.5em;
   font-weight:normal;
color:#25859E;
font-family:
"Century Gothic", Arial, sans-serif
}
legend{
  font-size:1.1em;
  padding-bottom:10px;
  color:#25859e;
}

p{
        padding: 15px;
}
img{
        border:none;
}


.header{
  position:absolute;
  left:0px;
  top:0px;
}

.myform{
  width:130px;
  float:left;
}

.forward{
  float:right;
  margin-left:10px;
}


.back{
  float:left;
  margin-right:10px;
}
.logos{
  text-align:center;
}
 fieldset{
 border:none;
    border-right:2px solid #047391;
 }

.smaller{
padding-top:30px;
 font-size:1.8em;
}
.address{
  font-weight:bold;
  color:#047391;
}
.req{
  color: #FF0000;
  
}



