#navbar {
  width:1000px;
 } 

 #navbar #holder {
	height: 64px;
	border-bottom: 0px solid #000;
	width: 880px;
	padding-left: 55px;
	margin-left: auto;
	margin-right: auto;
	left: 73px;
	top: 10px;
 } 

 #navbar #holder ul {
  list-style:none;
  margin:0;
  padding:0; 
 } 

 #navbar #holder ul li a { 
  text-decoration:none;
  float:left;
  margin-right:5px;
  line-height:46px;
  	font-family:Corbel;
  font-weight:bold;
  font-size:19px;
  color:#000;
  border:0px solid #000;
  border-bottom:none;
  padding:10px;
  padding-top:5px;
vertical-align:top;
  width:140px;
  text-align:center;
  display:block;
  background-image:url(../images/nav-Normal.png);
  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:15px;
  -webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px; 
  color:#fff;
 } 

 #navbar #holder ul li a:hover {
  background-image:url(../images/nav-Selected.png);
  color:#000;
  text-shadow:1px 1px 1px #000;
  color:#fff;
 } 

#holder ul li a#onlink {
    background-image:url(../images/nav-Selected.png);
  color:#fff;
 } 
 
 
 .onlink {
    background-image:url(../images/nav-Selected.png);
  color:#fff;
 } 
 
body {
	font-size:14px;
	font-family:Corbel;
	color:#5C5C5C;
	margin: 2em; 0 0 2em;

}
table.center {
    margin-left:auto; 
    margin-right:auto;
  }


h1 {
	margin-top: 0;
	font-size:22px;
	color:#2D396E;
}

/* Example */
p{
text-align:justify;
width:98%;	
}
.box {
	background-image: url(top-left.gif), url(top-right.gif), url(bottom-left.gif), url(bottom-right.gif);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
}

#container-div { 
float:left; 
width:100% 
} 

.image-1 { 
float:left; 
margin: 0 auto; 
width: 33.333%; 
} 

.image-2 { 
float:left; 
margin: 0 auto; 
width: 33.333%; 
} 

.image-3 { 
float:left; 
margin: 0 auto; 
width: 33.333%; 
} 

.mainContent
{
	position:relative;
      top: 0;
      left: 3%;
      
}

.footer a{
	color:#fff;
	text-decoration:none;
}