Body 
{  
margin: 0; 
padding: 0;
background-image: url(images/background.gif);
background-repeat: repeat-x;
height: 100%;
font-family: arial;
font-size: 13px;
line-height: 20px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
  margin: auto;
	height: 90px; /* .push must be the same height as .footer */
	width: 770px;
	background-image: url(images/footbg.gif);
  background-repeat: no-repeat;
}

#footinfo {
margin: auto;
margin-top:40px; 
width: 760px; 
height:50px; 
background: #375C76;
color: #ffffff;
}

#footinfo a{
color: #EFEFEF;
}

#footinfo p{
text-align: center;
padding-top: 15px;
}

a:focus, a:active { 
outline:none 
}  

img
{
border: 0px
}

h1{
color: #325671;
font-size: 24px;
font-weight: normal;
line-height: 30px;
}

h2{
color: #325671;
line-height: 30px;
}


#topbar
{
width: 770px;
margin: auto;
height: 102px;
background-image: url(images/headbg.gif);
}

#bannerbar
{
width: 770px;
margin: auto;
height: 209px;
}

#topbarbg
{
border-top: 3px solid #375C76;
width: 100%;
}



#MainLogo
{
float: left;
width: 256px;
height: 53px;
position: relative;
top: 25px;
left: 30px;
}


#navbar
{
float: right;
top: 40px;
height: 21px;
right: 25px;
vertical-align: bottom;
position: relative;
overflow: hidden;
}

.sectionwrappers
{
overflow: visible;
overflow: auto;
overflow: hidden;
width: 770px;
margin: auto;
background-image: url(images/shadowbtm.gif);
background-repeat: no-repeat;
}

a:link {
text-decoration: none;
color: #466F87;
}

a:visited {
text-decoration: none;
color: #466F87;
}

a:hover {
text-decoration: underline;
color: #466F87;
}










