/* CSS Document */

body {
   background-color: #f4f4f4;
   font-size: 10.5pt;
   margin-top: 0;   
   font-family: Arial, Helvetica, sans-serif;
   color: #666666;
}

p {
   margin-bottom: 1em;
   margin-top: 0em;
}

   
a{
   text-decoration: none;
   color: #8e5820;
}

a:hover {
   color: #8f908a;
}

h1 {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   margin-top: 1em;
   color: #273d24;
   font-size: 1.2em;
}

h2 {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   color: #273d24;
   font-size: 1.1em;
}

h3 {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   color: #273d24;
   font-size: 1em;
   margin: 0;
}

hr {
   color:#8F908A;
   background-color:#8e5820;
   height: 0.1em;
}

/* containers */

#box {
   width: 888px;
   margin-left: auto;
   margin-right: auto;
   background-color:#DDDDDD;
   border: thin;
   border-style: solid;
   border-color: #F4F4F4;
   border-top-style: none;
   padding-bottom: 6px;
}

#content {
   width: 876px;
   margin-left: auto;
   margin-right: auto;
   text-align:justify;
   background-color: #ffffff;
   border: thin;
   border-style: solid;
   border-color: #CCCCCC;
   border-bottom-style: none;
   border-top-style: none;
}

#headerContainer {
   height: 9em;
}

.logo {
   float: left;
   margin-top: 0.5em;
   margin-left: 0.5em;
}

.headerContact {
   float: right;
   color: #273d24;
   font-weight: bold;
   font-size: 0.9em;
   text-align: right;
   margin-top: 2em;
   margin-right: 0.5em;   
}

#masthead {
   width: 876px;
   height: 200px;
}

#bodyContent {
   background-color: ffffff;
   margin: 2em;
}

#bodyContent table {
   margin-left: auto;
   margin-right: auto;
}

#nav {
	text-align: center;
	font-size: 1.2em;
	padding-top: 0.2em;
}

#footer {
   font-size: 0.9em;
   margin-top: 3em;
   text-align: center;
   height: 10em;
   border: thin;
   border-color: #CCCCCC;
   border-bottom-style: solid;
   border-top-style: solid;
}
