body {
  background-image: url(../gfx/bg_blue.gif);
  background-color: #0099CC;
}
#menucontainer {
  background-image: url(../gfx/menubg_blue.gif);
}
#contentcontainer {
  background-image: url(../gfx/curve_top_blue.gif);
}
#contentbottom {
  background-image: url(../gfx/curve_bottom_blue.gif);
}

/* Home */
#homequote {
  background-image: url(../gfx/quote_home.gif);
  height: 201px;
  width: 688px;
}
#mission {
  background-image: url(../gfx/brackets.jpg) ;
  background-repeat: no-repeat;
  height: 258px;
  width: 590px;
  padding: 30px 20px 0 35px;
}
  
#comment {
  border: 1px solid #30ACD6;
  padding: 10px;
  margin-bottom: 25px;
  }
  #comment1 {
  border: 1px solid #30ACD6;
  padding: 10px;
  margin-bottom: 25px;
  width: 300px;
  }
#commentblue {
  background-color: #0099CC;
  color: white;
  padding: 10px;
  margin-bottom: 25px;
  }
  #commentblue1 {
  background-color: #0099CC;
  color: white;
  padding: 10px;
  margin-bottom: 25px;
  width: 300px;
  }
#mainfooter .contactbox { 
  font-family: Georgia, Times, Serif;
  line-height: 13pt;
  margin-top: 5px;
}
#linksbutton a {
  background-image: url(../gfx/butt_links_blue.gif);
}
#linksbutton a.buttonselected {
  background-image: url(../gfx/butt_links_blue_up.gif);
}


/* Headings */
h1#blue {
  color: #3da4d7;
  font-family: Georgia, Times, Serif;
  font-size: 170%;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;  
}
.profilepic1 {
  float: right;
  clear: all;
  margin-right: -160px;
  margin-left: 30px;
  margin-top: 70px;
}
.profilepic {
  position: relative;
  float: right;
  margin-right: -90px;
  margin-left: 30px;
}
.profilepict {
  position: relative;
  float: right;
  margin-right: -90px;
  margin-left: 30px;
  margin-top: -20px;
 
}
.profilepicr {
  margin-right: 0px;
  margin-left: 10px;
}
a {
  color: #30ACD6;
  text-decoration: none;
}

a:hover
{
  color: #653515;
}
ul.blue
{
  margin-left: 20px;
  list-style-type: square;
  line-height: auto;
}
ul.blue li {}
ul.blue li ul {line-height: auto;}
ul.blue li ul li a {color: #653515;line-height: auto; }
ul.blue li ul li a:hover  {color: #30ACD6; line-height: auto;}
ul.blue li ul li{ color:#30ACD6; list-style-type: square; line-height: auto; }
