body {
  background-color:#4D4D4D;
	
}

#container {
  width: 900px;
  margin: 0 auto;
  background-color: white;
  margin-top: 40px;
}

#topStrip {
  height: 15px;
  background-color:#0564A5;
}
#footer {
  text-align:center;
  background-color:#0564A5;
  float:left;
  width: 900px;
  height: 40px;
}

#flash {
  width: 900px;
  height: 350px;
  float: left;
  background-color: white;
}

#spacer {
  width: 600px;
  height: 30px;
}

.section {
  width: 900px;
  height: 250px;
  background-color: white;
  float: left;
}

.textPanel {
  width: 600px;
  height: 249px;
  border-bottom: 1px solid black;
  float: left;
}

.imgBox {
  width: 249px;
  height: 250px;
  float: left;
}

/*text styles xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
p {
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5em;
  color: #4D4D4D;
  margin-left: 35px;
  margin-right: 20px;
}

h1 {
  font-family:Times;
  font-size: 18px;
  letter-spacing: .3em;
  line-height: 2px;
  color: #0564A5;
  margin-left: 35px;
  margin-top: 20px;
}

ul {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #4D4D4D;
  line-height: 1.5em;
  margin-left: 35px;
}

a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #4D4D4D;
  line-height: 1.5em;
  text-decoration: none;
}

a:hover {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #0564A5;
  line-height: 1.5em;
  text-decoration: none;
}


/* Horizontal Menu 
 * XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#menuStrip {
  width:900px;
  height: 53px;
  float: left;
  background-color: #999;
}
#nav {
  color: #0080B8;
  display: block;
  list-style-type: none;
  float: left;
  margin-left: 500px;
  }
#nav li {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  display: block;
  list-style-type: none;
  text-align:center;
  width: 100px;
  border-right: 1px #0564A5 solid;
  float: left;
}
#nav li a:active, #nav li a:visited, #nav li a:link{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color:#fff;
  display: block;
  text-decoration: none;
  padding: 8px 2px 8px 2px;
}
#nav li a:hover {
  color: #0564A5;
  display: block;
  text-decoration: none;
}
/* END Horizontal Menu 
 * XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


