html {
background: #fff url(/images/bg-tile.jpg) repeat-x;
border-top: 6px solid #398dc9;
}

body {
margin-top: 30px;
color: #398dc9;
font: 12px Arial, sans-serif;
}

#hd {

}


a {
color: #398dc9;
text-decoration: none;
border-bottom: 1px dashed #398dc9;
}

a:hover {
border-bottom: none;
}

a img {
border: none !important;
}

#logo {
padding-top: 15px;
}

#logo a {
background: url(/images/logo.gif) no-repeat;
display: block;
width: 267px;
height: 67px;
text-indent: -9999px;
border: none !important;
}

#nav ul {
float: right;
position: relative;
left: 40px;
top: -30px;
}

#nav li {
float: left;
margin-left: 20px;
}

#nav li a {
text-decoration: none;
color: #398dc9;
font-size: 20px;
letter-spacing: -1px;
text-transform: uppercase;
padding-bottom: 4px;
}

#nav li a:hover {
border-bottom: 2px solid #398dc9;
}

#feature {

padding-top: 40px;
}

#feature a {
border: none;
}

#ab {
background: #2066ab;
border-top: 4px solid #398dc9;
border-bottom: 4px solid #398dc9;
margin: 0px 0 30px;
}

#ab-inner {
width: 850px;
margin: 0 auto;
color: #fff;
line-height: 34px;
text-align: left;
padding: 30px;
}

#ab-inner p {
font-size: 22px;
font-weight: bold;
}

#ft {
border-top: 1px dashed #eee;
padding-top: 20px;
padding-bottom: 40px;
}