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

body {
   font-family: sans-serif;
}

h1 {
   margin: 0.5em 0em;
   font:  220% 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;
}

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

em {
	font-style: italic;
}

a {
   color: #125DA1;
}

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

.highlight {
	background-color: #fceca3;
	border-top: 1px solid #595;
	border-bottom: 1px solid #595;
}

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

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;
}

ul li {
   list-style-position: outside;
   list-style-type: inherit;
	margin-top: 0.5em;
}

.clear {
   clear: both;
}

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

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