html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
vertical-align:baseline;
}

a:link {
color:#414e6d;
}
a:visited {
color:#1f2636;
}

body {
background:#222;
}

#header {
height:140px;
background:url(../images/header.jpg) repeat-x top left;
}

h1 {
text-indent:-9999px;
background:url(../images/logo.jpg) no-repeat top left;
height:140px;
}

h2 {
font-size:130%;
padding:10px;
color:#fff;
background:#414e6d;
margin:10px 0;
}

#content {
margin:20px;
padding:10px 20px;
line-height:1.3;
font-size:100%;
background:#eaeaea;
border:1px solid #ccc;

}

#content p {
margin:20px 0;
}

#content ol li , #content ul li {
margin:6px 0px;
}

#content ol {
margin:10px 30px;
}

#content ul {
list-style-image: url(../images/bullet.jpg);
margin:10px 30px;
}

dl dt {
padding:8px 0;
font-weight:bold;
color:#356aa0;
}

dl dd {
padding:4px 20px;
}