body {
margin:auto;
padding:0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background:#eaeaea;
color:#3a3a3a;
}

#bgwrapper {
background-image:url(../img/bg-fill.png);
background-repeat:repeat-y;
color:#303030;
margin:0 auto;
width:1000px;
min-height:600px;
}
#Welcometable{
background-image:url(../img/bridging.jpg);
background-repeat:no-repeat;
background-position:top center;
}
#contentwrapper{
width:980px;
margin:0 auto;
}
/***** Header *****/

#navbar{
width:980px;
margin:0 auto;
background-image:url(../img/navbuts/navbar.jpg)}
#content{
width:960px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}
#footer{
width:960px;
margin:0 auto;
background-color:#115eb0;
height:30px;
color:#FFFFFF;
vertical-align:middle;
}
#slider {
width:960px;
margin:0 auto;
}
.pageEnd{
height:20px;
}
/***** Main content *****/

h1{
font-size:18px;
font-weight:normal;
margin-bottom:5px;
}
h2{
font-size:18px;
font-weight:bold;
margin-bottom:2px;
}

h5{
font-size:13px;
font-weight:bold;
color:#115eb0;
margin-bottom:-5px;
}
p{
line-height:20px;
color:#666666;
}
.overviewHeader{
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
margin-bottom:5px;
}
.overviewSubHeader{
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
margin-bottom:5px;
}
hr{
height:1px;
color:#bababa;
}
/*****hyperlinks****/
a:link {
 color: #115EB0;
 text-decoration: none; }

a:active { 
color: #115EB0; 
text-decoration: none; }

a:visited {
 color: #115EB0;
 text-decoration: none; }

a:hover { 
 color: #115EB0;
 text-decoration: underline; }