body {
	background-color: white;
    font-family: "Trebuchet MS";
	font-size: 10pt;
}
h1 {
	font-size: 24;
}
a { color: #183d57; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: none; }
li { list-style-type: square; }

#enclosure {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: left;
}
#header {
    width: 700px;
    border: 1px solid black;
    margin-bottom: 20px;
}
#nav-container {
    text-align: right;
    vertical-align: bottom;
}
#nav {
    margin-right: 20px;
    margin-bottom: 10px;
}
#title {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    color: #1F1F1F;
    font-family: "Times New Roman";
    font-weight: bold;
    font-style: italic;
    font-size: 36pt;
}
#content {
    margin-top: 0px;
 	background-color: white;
    color: #1F1F1F;
    line-height: 24px;
}
#status {
    padding: 10px;
    background-color: #E8E8E8;
}
#code-example {
    background-color: #E8E8E8;
    padding-left: 20px;
    font-family: "Mono";
    font-size: 9pt;
}

