body {
  background-color:#6699cc;
  margin:0;
  padding:0;
  font-family:Arial,sans-serif;
  font-size:10px;
}

body#index .headerRight{
  height:100px;
  background:url('../images/people15.jpg') no-repeat;
}
p {
margin-top:0px;
padding-top:1px;
}

h2 {
  font-size:14px;
  font-weight:bold;
  color:#005596;
  margin-bottom:1px;
  padding-bottom:0px;
}

h3 {
  font-size:18px;
  font-weight:bold;
  color:#005596;
}

h4 {
  font-size:18px;
  font-weight:bold;
  color:#fcb033;
  margin-bottom:5px;
}

a{
  color:blue;
}

a:hover{
 color:#005596;
}
#header {
  background-color:#005596;
  height:130px;
  border-bottom: solid 1px #cccccc;
}

#logo{
  width:250px;
  background-color:white;
}

#topMenu {
  background-color:#efefef;
  width:750px;
}

#topMenu ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  border: none;
  height:30px;
  background-color:#efefef;
}

#topMenu ul li{
  float: left;
  margin: 0;
  padding: 0;
  width: 122px;
  height:30px;
  vertical-align:middle;
  text-align: center;
  background-color:#efefef;
}

#topMenu ul li a{
  display: block;
  width: 122px;
  height:30px;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color:#efefef;
  color: #005596;
  font-weight:bold;
  text-decoration: none;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}

#topMenu ul li a:hover{
  background-color: white;
  color:black;
}

#leftMenu{
  width:255px;
  background-color:#6699cc;
}

#leftMenu ul li {
  list-style:none;
  padding:5px;
}

#leftMenu ul li a {
  text-decoration:none;
  color:black;
}

#leftMenu ul li a:hover{
  color:#fcb033;
}

#mainContent {
  background-color:white;
  height:550px;
  padding:15px;
  width:744px;
}

#footerLeft{
  width:250px;	
}

#footerRight{
  background-color:#fcb033;
}

#plainList{
  list-style:none;
}
