body {
  background-color: #999999;
  font-family: Microsoft Sans Serif;
  color:#666666;
  font-weight: 400;
  font-size: 10pt;
  text-decoration: none;
  margin: 0 auto;
}
h1 {
  color: #D50000;
  font-weight: bold;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}
#content b  {
  color: #D50000;
  font-weight: bold;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}
a {
  color: #767676;
  margin: 0px;
  padding:0;
}
a:hover {
  color: #D50000;
  margin: 0px;
  padding:0;
}
#flash {
width:200px;
height:385px;
float:right;
}

#header {
  width: 100%;
  height: 84px;
  margin-top: 20px;
  background-color: white;
}
#title {
  width: 500px;
  height: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-left: 48px;
  float:left;
}
#title2 {
  width: 500px;
  height: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-left: 290px;
}
#newsflash {
  width: 220px;
  height: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-left: 20px;
  float:left;
}

#subheader {
  width: 930px;
  height: 10px;
  text-align: right;
  color: white;
  padding-top: 10px;
  font-size: 16px;
}
#nav {
  width: 220px;
  height: 395px;
  float: left;
  margin-left:15px;
  background-color: white;
  color:#666666;
  border-left: 3px solid #767676;
  border-right: 3px solid #4E4E4E; 
  border-top: 3px solid #767676; 
  border-bottom: 3px solid #4E4E4E;
  padding: 10px 0 0 0;
}
#nav a:hover {
  color: #D50000;
}
#container {
  width:1000px;
  margin:0px;
  padding:0;
}
#content {
  width: 650px;
  height: 385px;
  float: left;
  margin-left:20px;
  background-color: white;
  border-left: 3px solid #767676;
  border-right: 3px solid #4E4E4E; 
  border-top: 3px solid #767676; 
  border-bottom: 3px solid #4E4E4E;
  padding: 10px;
  overflow: auto;
}
#content img {
  float: right;
  margin: 0;
  margin-left: 10px;
}
.floatleft img {
  float: left;
}
#footer {
  width: 100%;
  height: 100%;
  background-color: white;
  float: left;
  clear: both;
  margin-top: 30px;
  text-align:center;
}
#footer a {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #767676;
  text-decoration: none;
}
#footer a:hover {
  color: #D50000;
}
#nav ul { /* all lists */
  margin-left: 5px;
  list-style: none;
  cursor: pointer;
}
#nav a {
  margin: 0;
  padding:0;
  /*display: block;*/
  color: black;
  font-size: 10pt;
  font-family: Microsoft Sans Serif;
  color: #767676;
  padding-left: 10px;
  text-decoration: none;
  font-weight: 400;
}
#nav li { /* all list items */
  display: block;
  text-decoration: none;
  color: #ffeeee;
  clear:both;
  list-style: none;
  position: relative;
}
#nav li a#selected {
  color:#000000;
}
#nav li ul, #nav li ul li ul { /* second-level lists */
  position: relative;
  display: none;
  z-index: 1;
  clear:both;
}
#nav li ul li, #nav li ul li ul li { /* second-level lists */
  padding-left: 15px;
  text-align: left;
  display: block;
}
#nav li ul li a, #nav li ul li ul li a{ /* second-level lists */
  padding-left: 10px;
}
#nav li ul ul { /* third-and-above-level lists */
  margin: 0px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
  display: block;

}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  display: block;
}
#nav li:hover, #nav li.sfhover {
}
#nav a.arrow {
  background: url('images/arrow.gif')  no-repeat;
  background-position:left top;
}
#nav :hover a.arrow  {
  background: url('images/arrow.gif') center no-repeat;
  background-position:left top;
}
