/* Global styles */
html, #navi {
   background-color: #edefe5;
   background-color: #CCCFC2;
}

body {
   font-family: sans-serif;
}

h1 {
   margin: 0.5em 0em;
   font:  150% sans-serif;
   color: #226;
   border-bottom: 3px dotted #083d9b;
}

h2 {
   font-size: 131%;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #000;
   margin: 0.5em 0em;
}

h3 {
   font-size: 108%;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #000;
   margin: 0.5em 0em;
}

h4 {
   font-size: 100%;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #000;
   margin-bottom: 0.5em;
}

a {
   color: #125DA1;
}

a:hover {
   color: #fff;
   background-color: #5383df;
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
   text-decoration: none;
}

.section h2 {
   border-bottom: 1px solid #083d9b;
   margin-top: 1em;
   padding-top: 1px;
}

.subsection {
	margin-bottom: 1em;
}

img {
	margin-top: -1.75em;
	margin-right: -1em;
	float: right;
}

#main-content {
   background-color: #fff;
   border: 1px solid #000;
   padding: 1em;
}

#navi {
	margin: 2em -1em;
	/*
   margin: 0em -1em;
   margin-top: 4em;
	*/
   padding: 0.2em 2em;
}

#navi a {
   padding: 0 0.5em;
}

#navi a:hover {
   border-top: 1px solid #cc0;
   border-bottom: 1px solid #cc0;
   background-color: #ff9;
   color: #300;
   text-decoration: none;
   font-weight: bold;
   padding: 0 0.4em;
}

p {
   padding-bottom: 1.0em;
   padding-top: 0.5em;
}

ul {
   list-style-position: inside;
   list-style-type: disc;
   padding-left: 0.5em;
   margin-left: 1em;
}

ol {
   list-style-position: inside;
   list-style-type: decimal;
   padding-left: 1em;
}

ul li, ol li {
   list-style-position: outside;
   list-style-type: inherit;
}

.wide-sep li {
   margin-bottom: 0.75em;
}

.clear {
   clear: both;
}

table {
   border-collapse: collapse;
   border-spacing: 0em;
   border-left: 1px solid #cbcdc3;
   border-right: 1px solid #cbcdc3;
   width: 100%;
}

table td {
   padding: 1em 0em;
   padding-left: 0.25em;
}

table th {
   font-weight: bold;
   padding-left: 0.25em;
}

table .even-row {
   background-color: #f0f5f0;
}

table .odd-row {
   background-color: #fff;
}
