body {
  margin-left             : auto;
  margin-right            : auto;
  padding                 : 0;
  width                   : 1024px;
  
  color                   : black;
  font-family             : Arial;
  font-size               : 0.8em;
  text-align              : center;
  
  background-color        : white;
}

body img {
  border                  : 0;
}

#header {
  text-align              : left;
  
  padding-bottom          : 0.5em;
  border                  : 0;
  border-style            : solid;
  border-color            : rgb(31,72,124);
  border-bottom-width     : 2px;
  
  
  height                  : 123px;
} 

#header p {
  margin                  : 0;
}

#header h2 {
  color                   : gray;
  font-size               : 1.4em;
  font-style              : italic;
  /* text-align          : center; */
  
  margin                  : 0;
  padding                 : 0;
}

#header img.iguana {
  float                   : right;
  margin-right            : 5%;
}

#header img.flag {
  float                   : left;
}

#navigation {
  text-align              : center;
  
  border                  : 0;
  border-bottom-width     : 2px;
  border-color            : rgb(31,72,124);
  border-style            : solid;
  
  padding-top             : 1.5em;
  padding-bottom          : 1.0em;
}

#navigation ul {
  display                 : inline;
  
  margin-left             : 0;
  padding-left            : 0;
}

#navigation ul li {
  display                 : inline;
}	

#navigation ul li a {
  color                   : white;
  text-decoration         : none;
  background-color        : #B22222;
  
  padding                 : 1.0em;
  border                  : 1px;
  border-bottom           : 0;
  border-style            : solid;
  border-color            : #B22222;
  
  /* box-shadow          : 5px 5px silver; */
}

#navigation ul li a:hover {
  color                   : white;
  background-color        : rgb(31,72,124);
  border-color            : #000080;
}

#navigation ul li a:visited {
  color                   : white;
}

#navigation ul li a:active {
  color                   : white;
}

#navigation ul li a.onpage {
  color                   : white;
  background-color        : rgb(31,72,124);
  border-color            : #000080;
}

#maincontent {
  color                   : white;
  background-color        : rgb(31,72,124);
  text-align              : left;
  
  padding                 : 1.0em;
  box-shadow              : 5px 5px 5px #666;
  
  border                  : 5px rgb(31,72,124);
  border-radius           : 5px;
  border-top-left-radius  : 0;
  border-top-right-radius : 0;
}

#maincontent .right {
  float                   : right;
}

#maincontent a {
	color										: yellow;
	text-decoration         : none;
}

#maincontent a:visited {
  color                   : yellow;
}

#maincontent a:active {
  color                   : yellow;
}

#maincontent a:hover {
	color										: red;
	text-decoration         : none;	
}

#maincontent table {
  /* color               : maroon; */
  
  width                   : 100%;
  text-align              : center;
}

#maincontent table tr td.hometext {
  text-align              : left;
  font-size               : 1.2em;
  vertical-align          : top;
  
  padding                 : 1.0em;
  padding-top             : 0;
}

#maincontent table tr td h3 {
  font-size               : 1.2em;
  text-decoration         : underline;
  
  padding-top             : 0;
  margin-bottom           : 0;
}

#maincontent table tr td p {
  font-size               : 1.2em;
  
  padding-top             : 0;
  margin-top              : 0;
}

#maincontent table ul {
  list-style-type         : none;
}

#maincontent table ul li a {
  display                 : block;
  color                   : white;
  background-color        : #B22222;
  text-decoration         : none;
  
  margin-bottom           : 1.0em;
  padding                 : 1.0em;
  padding-left            : 2.0em;
  padding-right           : 2.0em;
  border                  : 1px;
  border-style            : solid;
  border-color            : #B22222;
  
  /* box-shadow              : 5px 5px silver; */
}

#maincontent table ul li a:hover {
  color                   : white;
  background-color        : rgb(31,72,124);
  /* border-color            : #000080; */
  border-color            : black;
}

#maincontent table ul li a:visited {
  color                   : white;
}

#maincontent table ul li a:active {
  color                   : white;
}

.contactinfo {
  font-size               : 1.4em;
}