html { font-size: 100%; /* IE hack */
}
* {    
padding:0;    
margin:0;
}
body {
background-color: white;
width: 100%;
height: 100%;
margin-right: auto;
margin-left: auto;
font-family: "Trebuchet MS ", sans-serif;
text-align: center;
font-size:66.0%;
color: black;
}
#container {
background-image: url(images/pen800.jpg);
background-repeat: no-repeat;
width: 800px;
height: 530px;
margin-top: 20px;
padding: 1px;
border: 8px double #B76B37;
}
#info {
border: none;
text-align: center;
width: 250px;
margin-left: auto;
margin-right: 80px;
margin-top: 100px;
padding: 0px;
}
#container2 {
background-image: url(images/pen500.jpg);
background-repeat: no-repeat;
width: 800px;
min-height: 100%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding: 1px;
border: 8px double #B76B37;
}
#info2 {
width: 300px;
height: 100px;
margin-left: auto;
margin-right: 80px;
margin-top: 60px;
border: none;
}
#navigation {
margin-top: 5px;
border: 0px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 0px;
}
#caption {
margin-top: 5px;
border: none;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 0px;
}
#footer {
border: 0px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 50px;
padding: 0px;
}
#bottom {
border: 0px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 160px;
padding: 0px;
}
#form {
border: none;
margin-left: 200px;
}
h1{
font-family: "Trebuchet MS ", sans-serif;
font-weight: 700;
font-size: 2.2em;
color: black;
margin-top: 0px;
margin-bottom: 0px;
}
h2{
font-family: "Trebuchet MS ", sans-serif;
color: #B76B37;
font-size: 2.0em;
margin-top: 0px;
margin-bottom: 0px;
}
h1.intro{
font-family: "Trebuchet MS ", sans-serif;
font-weight: 700;
font-size: 2.4em;
color: black;
margin-top: 0px;
margin-bottom: 0px;
}
h2.intro{
font-family: "Trebuchet MS ", sans-serif;
color: #B76B37;
font-size: 2.2em;
margin-top: 0px;
margin-bottom: 0px;
}
h3{
font-family: "Trebuchet MS ", sans-serif;
color: #B76B37;
font-size: 1.6em;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 5%;
margin-right: 5%;
text-align: left;
}
p{
margin-left: 5%;
margin-right: 5%;
font-family: "Trebuchet MS ", sans-serif;
font-weight: normal;
color: black;
text-align: justify;
margin-top: 0;
font-size: 1.4em;
}
p.caption{
margin-left: 5%;
margin-right: 5%;
font-family: "Trebuchet MS ", sans-serif;
font-weight: normal;
color: black;
text-align: center;
margin-top: 0;
font-size: 1.2em;
}
p.signature {
text-align: right; 
font-weight: 700;
}
a:link{
font-family: "Trebuchet MS ", sans-serif;
color: black;
text-decoration: none;
font-weight: 700;
font-size: 0.9em;
/* specificity = 1*/
}
a:visited{
font-family: "Trebuchet MS ", sans-serif;
color: #000040;
text-decoration: none;
font-weight: 700;
font-size: 0.9em;
/* specificity = 1 */
}
a:hover{
font-family: "Trebuchet MS ", sans-serif;
color: #B76B37;
text-decoration: none;
font-size: 0.9em;
/* specificity = 1 */
}
a:active{
font-family: "Trebuchet MS ", sans-serif;
color: #783523;
text-decoration: none;
font-weight: 700;
font-size: 0.9em;
/* specificity = 1 */
}
a.nav:link{
font-family: "Trebuchet MS ", sans-serif;
color: black;
text-decoration: none;
font-weight: 700;
font-size: 1.6em;
/* specificity = 1*/
}
a.nav:visited{
font-family: "Trebuchet MS ", sans-serif;
color: #000040;
text-decoration: none;
font-weight: 700;
font-size: 1.6em;
/* specificity = 1 */
}
a.nav:hover{
font-family: "Trebuchet MS ", sans-serif;
color: #B76B37;
text-decoration: none;
font-size: 1.6em;
/* specificity = 1 */
}
a.nav:active{
font-family: "Trebuchet MS ", sans-serif;
color: #783523;
text-decoration: none;
font-weight: 700;
font-size: 1.6em;
/* specificity = 1 */
}
a.footer:link{
font-family: "Trebuchet MS ", sans-serif;
color: black;
text-decoration: none;
font-weight: 700;
font-size: 1.4em;
/* specificity = 1*/
}
a.footer:visited{
font-family: "Trebuchet MS ", sans-serif;
color: #000040;
text-decoration: none;
font-weight: 700;
font-size: 1.4em;
/* specificity = 1 */
}
a.footer:hover{
font-family: "Trebuchet MS ", sans-serif;
color: #B76B37;
text-decoration: none;
font-size: 1.4em;
/* specificity = 1 */
}
a.footer:active{
font-family: "Trebuchet MS ", sans-serif;
color: #783523;
text-decoration: none;
font-weight: 700;
font-size: 1.4em;
/* specificity = 1 */
}
a.heading:link{
font-family: "Trebuchet MS ", sans-serif;
color: black;
font-size: 1.0em;
/* specificity = 1.1 */
}
a.heading:visited{
font-family: "Trebuchet MS ", sans-serif;
color: black;
font-size: 1.0em;
/* specificity = 1.1 */
}
a.heading:hover{
font-family: "Trebuchet MS ", sans-serif;
color: black;
font-size: 1.0em;
/* specificity = 1.1 */
}
a.heading:active{
font-family: "Trebuchet MS ", sans-serif;
color: #783523;
font-size: 1.0em;
/* specificity = 1.1 */
}
a.articles:link{
font-family: "Trebuchet MS ", sans-serif;
color: black;
text-decoration: none;
font-weight: 700;
font-size: 1.0em;
/* specificity = 1*/
}
a.articles:visited{
font-family: "Trebuchet MS ", sans-serif;
color: #000040;
text-decoration: none;
font-weight: 700;
font-size: 1.0em;
/* specificity = 1 */
}
a.articles:hover{
font-family: "Trebuchet MS ", sans-serif;
color: #B76B37;
text-decoration: none;
font-size: 1.0em;
/* specificity = 1 */
}
a.articles:active{
font-family: "Trebuchet MS ", sans-serif;
color: #783523;
text-decoration: none;
font-weight: 700;
font-size: 1.0em;
/* specificity = 1 */
}
