body{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background:#54778B;
margin:0;
margin-top:5px;
}

a{
color:#003366;
text-decoration:underline;
}

a:hover{
color:#FFFFFF;
text-decoration:none;
}

p{
margin:0;
}

#container{
width:750px;
margin:0 auto;
}

#header{
width:750px;
height:139px;
}

#content{
width:730px;
margin-left:9px;
background:#A7CBDB;
border-bottom:2px solid #D0EAF6;
}

#cinfo{
padding:15px;
padding-top:10px;
}

#footer{
width:750px;
height:100px;
color:#6E9CC1;
font-size:11px;
background:#01325A url(../imgs/footer.jpg) no-repeat bottom;
}

#finfo{
margin:0 auto;
width:700px;
padding:8px;
text-align:justify;
}

#footer a{
color:#6E9CC1;
text-decoration:underline;
}

#footer a:hover{
text-decoration:none;
}

#nav{
width:730px;
margin-left:9px;
}

#nshadow{
width:750px;
height:8px;
background:url(../imgs/nshadow.jpg) no-repeat top;
margin-left:-9px;
}

#thicktabs{
margin:0;
padding:0;
padding-left:5px;
float: left;
width:725px;
background:url(../imgs/nav.jpg) repeat-x;
border-bottom:2px solid #888787;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
width:120px;
color:#000000;
text-align:center;
padding: 5px 8px; /*padding of tabs*/
text-decoration: none;
background:url(../imgs/nav.jpg) top right no-repeat;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 0px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 0px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:hover{
color:#FFFFFF;
background: url(../imgs/nav2.jpg); /*background image swap on hover*/
margin-bottom:-2px;
border-bottom:2px solid #A7CBDB;
}

.call{
color:#003366;
font-size:18px;
font-weight:bold;
text-align:center;
}