/* CSS Document */

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

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

   
a{
   text-decoration: none;
   color: #0580A2;
}

a:hover {
   color: #01648C;
}

h1 {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   margin-top: 1em;
   color: #0580A2;
   font-size: 1.5em;
}

h2 {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   color: #0580A2;
   font-size: 1.2em;
}

h3 {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   color: #0580A2;
   font-size: 1.1em;
   margin: 0;
}

hr {
   color:#0580A2;
   height: 0.1em;
}

/* containers */

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

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

#headerContainer {
	height: 12em;
	background-color: #00335B;
}

.logo {
   float: left;
}

.headerContact {
   float: right;
   color: #0580A2;
   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: #E5EDF1;
   margin: 2em;
}

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

#nav {
	text-align: center;
	font-size: 1.2em;
	margin-top: 0.5em;
	font-weight: bold;
}

#footer {
   font-size: 0.9em;
   margin-top: 3em;
   text-align: left;
   height: 3em;
   border: thin;
   border-color: #0180A8;
   border-bottom-style: solid;
   border-top-style: solid;
}

#footer p {
   padding-top: 0.3em;
}

#nav p {
   margin-bottom: 0em;
}

#nav a {
   color: #003254;
}
