@charset "utf-8";
/* CSS Document */

body, p, a, img, div, span, ul, li, h1, h2, h6, h3 {
padding:0px;
margin:0px;
border:none;
}

body {
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
a {
font-size:inherit;
font-weight:inherit;
color:inherit;
text-decoration:none;
}
a:hover {
font-size:inherit;
font-weight:inherit;
color:inherit;
text-decoration:underline;
}

/****************/
/*db is down paragraph tag*/
p.dberror {
line-height:1.8em;
}
/***************/

#content {
margin-left:auto;
margin-right:auto;
width:980px;
}
#header {
width:980px;
height:150px;
background-image:url(../images/websterstar/headerimg.jpg);
background-repeat:no-repeat;
}
#footer {
width:980px;
height:60px;
background-image:url(../images/websterstar/footerimg.jpg);
background-repeat:no-repeat;
}
#maincontent {
width:980px;
margin-top:10px;
margin-bottom:10px;
}

ul.navbar {
margin-left:40px;
margin-top:5px;
margin-bottom:5px;
}
li.navbar {
display:inline;
text-decoration:none;
padding-right:13px;
}

p.footertext {
display:none;
}
h1.headertext {
display:none;
}

p a {
color:#000000;
text-decoration:underline;
}
p a:hover {
color:#9f0202;
text-decoration:underline;
}

p.hiddenfooter {
display:none;
}

