
/*POP UP STYLE SHEET*/

#Wrap {
	margin:0 auto; /*center the website in the browser*/
	/*background-color: #fafafa;*/
}
body {
  text-align: center; /*center hack*/
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: x-large;
  background-color: #DF2D2D;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  
}
h2 {
  color: df2d2d;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}
li {
  font-size: small;
  list-style-type: none;
  text-align: left;
}
p {
  font-size: small;
  color:#666666;
}
em {
  text-transform: uppercase;
}
/*Web link normal state */
a {
  font-weight: bold;
}
/*Web link normal state (colour)*/
a:link {
color: navy;
}
/*Web link click state*/
a:visited {
  color: navy;
}
/*Web link roll state*/
a:hover {
  text-decoration: none;
  color: white;
  background-color: #DF2D2D;
}
form.contact fieldset {   
  border: 2px solid #DF2D2D;   
  padding: 10px; 
  width: 600px;
  text-align: left;
}  
form.contact legend {   
  font-weight: bold;   
  font-size: small;   
  color: #DF2D2D;   
  padding: 5px; 
  text-align: left;
}
form.contact { 
width: 600px;
	margin:0 auto;  
  padding: 0;    
  margin-top: -15px;
  line-height: 150%;
}
form.contact label {
  font-weight: bold;
  font-size: small;
  color: #757575;
}
form.contact label.fixedwidth {   
  display: block;   
  width: 200px;   
  float: left; 
}
form.contact .buttonarea input {   
  background: #DF2D2D;
  color: white;   
  font-weight: bold;   
  padding: 5px;
  border: 1px solid white; 
}
form.contact .buttonarea {   
  text-align: center;   
  padding: 4px;   
  background-color: #b0b0b0; 
}






