body {
	padding: 0 0 3em 0;
	margin: 0;
}

body, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
    font: 83% "Lucida Grande", sans-serif;
    line-height: 1.4;
    color: #666;
}

a:link {
    color: #d96100;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #666;
}

a:active, a:hover {
    color: #000;
    text-decoration: underline;
}

.header a {
    color: #fff;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1 {
    position: absolute;
    left: -500px;
    top: 0;
    margin: 0;
    width: 175px;
    height: 30px;
}

.header {
    background: #1d3941 url(header-back.gif) 0 100% no-repeat;
    position: relative;
    height: 40px;
    padding-bottom: 35px;
}

.header ul {
    position: absolute;
    right: 25px;
    top: 25px;
}

.header li {
    display: inline;
    margin-left: 15px;
    font-weight: bold;
    color: #999;
}

.note {
    position: relative;
    padding: 15px 20px 30px 90px;
    background: #fff url(note-back.gif) 0 100% no-repeat;
    min-height: 50px;
}

* html .note { height: 50px; } /* IE6 hack */

.details {
    float: right;
    text-align: right;
    font-size: 85%;
    margin: -5px 0 10px 40px;
}

.details img {
    position: absolute;
    left: 25px;
    top: 10px;
    padding: 2px;
    border: 1px solid #d96100;
}

.details a {
    display: block;
}

.note dl {
    margin: 0.5em 0 0 0;
    padding-left: 22px;
    background: url(event.gif) no-repeat 0 2px;
}

.note dd, .note dt {
    display: inline;
    font-weight: bold;
    margin: 0 0.5em 0 0;
    padding: 0;
}

.note dd {
    margin-right: 1em;
    font-weight: normal;
}

.note strong a {
    background: url(link.gif) no-repeat 0 6px;
    padding-left: 22px;
}

.footer p {
	float: right;
	padding-right: 22px;
	clear: right;
}

.previous {
	float: left;
	margin-top: 55px;
	margin-left: 25px;
}

.next {
	float: right;
	margin-top: 55px;
	margin-right: 2em;
}