* {
margin: 0;
}

html, body {
height: 100%;
}

body {
background-image: url(/static/img/bg-gradient.gif);
background-position: top center;
background-repeat: repeat-y;
color: black;
font-family: sans-serif;
font-size: 11pt;
line-height: 1.44;
}

p {
margin-top: 6pt;
margin-bottom: 6pt;
}

p.note {
font-style: italic; 
font-size: smaller
}

img {
border: none;
}

a {
color: #da4503;
text-decoration: none;
}

h1, h2 {
font-weight: bold; 
font-variant: small-caps; 
line-height: 1;
}

h1 {
margin-bottom: 12pt;
font-size: 24pt; color: #235383;
}

h2 {
font-size: 18pt; 
margin-top: 18pt; 
margin-bottom: 12pt;
}

h3 {
font-size: 14pt; 
font-weight: bold; 
margin-top: 6pt; 
margin-bottom: 6pt;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -2em;
width: 800px;
}

.header {
height: 120px;
text-align: center;
}

.left {
margin-left: 8px;
margin-right: 20px;
width: 165px;
font-size: 85%;
float: left;
display: inline;
height: 600px;
}

.left a {
color: #000000;
text-decoration: none;
}

.left a:hover {
color: #da4503;
text-decoration: none;
}

.left_menu ul {
list-style: none;
margin: 0pt;
padding: 0pt;
}

.left_menu ul li.first, li.last {
margin-top: 25px;
margin-bottom: 20px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 15px;
padding-right: 15px;
border-top-color: #e5e5e5;
border-top-width: 1px;
border-top-style: solid;
border-bottom-color: #e5e5e5;
border-bottom-width: 1px;
border-bottom-style: solid;
}

.left_menu ul li {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 15px;
padding-right:15px;
border-bottom-color: #e5e5e5;
border-bottom-width: 1px;
border-bottom-style: solid;
}

.pdf {
text-align: center;
font-size: 80%;
padding-bottom: 20px;
border-bottom-color: #e5e5e5;
border-bottom-width: 1px;
border-bottom-style: solid;
}

.ditype {
margin-top: 20px;
text-align: center;
}

.right {
margin-top: 20px; 
margin-left: 20px;
margin-right: 13px;
width: 165px;
float: right;
height: 600px;
display: inline;
}

.right ul {
list-style: none;
margin: 0pt;
padding: 0pt;
}

.right ul li {
margin-bottom: 10px;
}

.body {
margin-top: 22px;
font-size: 10pt;
}

.body a {
color: #da4503;
text-decoration: none;
}

.body a:hover {
text-decoration: underline;
}

.large {
padding-bottom: 20px;
}

.image_left {
float: left;
margin-right: 10px;
}

.double {
padding-bottom: 20px;
}

.small_left {
float: left;
text-align: center;
margin-left: 40px;
width: 150px;
}

.small_right {
float: right;
text-align: center;
margin-right: 40px;
width: 150px;
}

.single {
float: left;
width: 200px;
margin-left: 100px;
margin-right: 100px;
text-align: center;
}

.line {
margin-left: 300px;
margin-right: 300px;
margin-top: 10px;
margin-bottom: 10px;
border-bottom-color: #e5e5e5;
border-bottom-width: 1px;
border-bottom-style: solid;
}

.webapp {
float: left;
display: inline;
width: 400px;
}

.clear {
clear: both;
}

push {
height: 2em;
}

div.footer {
height: 2em;
clear: both;
margin: 0;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
font-size: 80%;
display: block;
}

div.footer a {
text-decoration: none;
color: #000000;
display: inline;
border-left: 1px solid #e5e5e5;
padding-right: 1em;
padding-left: 1em;
}

div.footer a:hover {
color: #da4503;
text-decoration: none;
}

div.footer a.first {
border-left: 0 none transparent;
}




