 body{ 
    margin: 0 auto;
    max-width: 1100px; 
    min-width: 25%; 
    font-family: 'Arial';
    background-image: url(background.jpg);
    background-repeat: repeat-x;
    background-attachment:fixed;
}

#small {font-size: 12px;
text-align: left;}

.wrapper { 
  overflow:hidden;
}

.wrapper div {
   min-height: 200px;
   padding: 2px;
}
#one {
  float:left; 
  margin-right:2px;
  max-width:100%;
}
#two { 
  background-color: white;
  overflow:hidden;
  margin:2px;
  min-height:170px;
}

@media screen and (max-width: 470px) {
   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
  }

}

div.hp { display: none !important; }

A {text-decoration: none;}
A:hover {color: red}

.justify {text-align:justify}

 .form{ 
    max-width: 1100px; 
    min-width: 25%; 
    border-width: 3px; 
    border-color: #CCCCCC; 
    border-radius: 4px; 
    border-style: solid; 
    color: #222222; 
    font-size: 14px; 
    margin: 14px; 
    background-color: #FFFFFF; 
    padding: 19px; 
} 
.content{ 
    margin: 29px; 
} 
.form label{ 
    color: #222222; 
    font-size: 14px; 
    display: block; 
} 
.form input[type=radio]{ 
    margin: 10px 2px; 
    width: 13px; 
} 
.form div{ 
    display: block; 
} 
.form input, form textarea, form select{ 
    border-width: 1px; 
    border-style: solid; 
    border-color: #666666; 
    border-radius: 4px; 
    padding: 5px; 
    width: 100%; 
    max-width: 600px;
} 
.form, .form h1, .form h2{ 
    font-family: 'Arial'; 
} 
.form h1{ 
    font-size: 28px; 
    color: #070F7A; 
    padding: 6px; 
    margin: 8px; 
    margin-bottom: 10px; 
    border-bottom-style: double; 
    border-bottom-color: #5276CC; 
    border-bottom-width: 4px; 
    border-radius: 0px; 
    background-color: #FFFFFF; 
} 

.intro{ 
    margin-bottom: 15px; 
} 
.clear{ 
    clear: both; 
} 
.form textarea{ 
    height: 46px; 
    width: 100%; 
} 
.form input[type=submit]{ 
    max-width: 22%;
    min-width: 75px; 
    background-color: #34CC29; 
    color: #000000; 
    font-size: 125%;
} 
.form input[type=reset]{ 
    max-width: 22%;
    min-width: 75px; 
    background-color: lightgray; 
    color: black; 
    font-size: 125%;
} 

.form input[type=checkbox]{ 
    max-width: 6%;
    min-width: 20px; 
    background-color: white; 
    color: black; 
    margin: 6px; 
} 

.field{ 
    margin-bottom: 8px; 
} 

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}