#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 196px;
    color: white;
}

#sidebar ul { 
    font-weight: bold;
    margin-left: 4pt;
    padding-left: 0pt;
    list-style: none;
}

#sidebar ul ul {
    font-weight: normal;
    padding-left: 0;
    margin-left: 12pt;
    list-style: none;
    margin-bottom: 12pt;
}

#sidebar ul ul ul {
    margin-bottom: 0;
}
a.sidebar_link:link { color: white; }
a.sidebar_link:visited { color: white; }

#main {
    position: absolute;
    top: 0;
    left: 199px;
    right: 0px;
    color: black;
    padding-left: 15px;
    padding-right: 10px;
}

.negativeindent { 
    text-indent: -1.5em;
    padding-left: 2em;
}

table.procedure tr td ul {
	list-style: disc;
	padding-left: 1em;
}
table.procedure tr td ol {
	margin-left: 0;
	padding-left: 1.5em;
}

//div.procedure { text-align: center; }

table.procedure {
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    //padding: 1px;
    width: 400px;
}

body {
    background-color: white;
    background-image: url(images/blue2.png);
    background-repeat: repeat-y;
    margin: 0;
    font-size: 10pt;
}

p.image { text-align: center; }

h {
    margin-top: 2em;
}

h1 {
    text-align: center;
    font-size: 1.5em;
}

h2 {
    font-size: 1em;
    margin-bottom: 0;
}

div.regMarks {
    text-align: center;
    vertical-align: bottom;
}

div.regMarks img {
    padding-left: 2em;
    padding-right: 2em;
    vertical-align: top;
}