* { margin: 0px; padding: 0px; }

body { background: #b7bac3; }

#container { margin: 5px 5px 0px 5px; padding: 0px 0px 5px 0px; }
/*#header { background: url('../img/header_back.gif') no-repeat right white;  } */
#header { background: white;  }
#header img { margin: 20px 0px 20px 30px; }
#header #slogan { position: absolute; right: 20px; top: 30px; font: italic 11pt arial; width: 250px; }
#header #slogan span { display: block; margin-left: 40px; }

#menu { background: #b7bac3; padding-top: 5px; }
#menu #pages { background: #5f74a1; }
#menu ul { list-style-type: none; height: 36px;  text-align: right; margin-left: 2px; }
#menu ul li { display: block; float: left;}
#menu ul li span {  }
#menu ul li a { text-decoration: none; padding: 10px; font: bold 10pt arial; color: white; display: block; }
#menu ul li a:hover { background: #95a3c8; }
#menu ul li.selected a { background: white; color: black; border-right: 1px solid black; border-left: 1px solid black; }

#menu #contact { position: absolute; top: 10px; right: 10px; font: 9pt arial; }
#menu #contact span { margin-top: -5px }

#content { background: white; padding: 20px; margin-top: 5px; }
#content p, dl, ul, ol, td, th { font: 9pt arial; color: black; }
#content h3 { font: large arial; margin-bottom: 10px; }
#content h3.marginTop { margin-top: 20px; }
#content p { margin-bottom: 10px;  }
#content p.highlight { background: #FF5B6E; font: bold 10pt arial; color: black; border: 1px dotted black; padding: 5px; }
#content img.right { float: right; margin-left: 10px; border: 1px solid #909295; padding: 2px; display: block; }
#content img.left { float: left; margin-right: 10px; border: 1px solid #909295; padding: 2px; display: block; }
#content img.border { border: 1px solid #909295; padding: 2px; display: block; }
#content dl { margin-left: 20px; width: 500px; border: 1px solid #909295; padding: 5px; }
#content dl dt { font-weight: bold; }
#content dl dd { font-style: italic; }
#content ul li, #content ol li { margin-left: 30px; }
#content table thead tr th { font-weight: bold; }

#content .questionAnswer { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #909295; }

#prefooter { background: #b7bac3; height: 5px; }
#footer { background: #5f74a1; }
#footer { font: 8pt arial; color: white; text-align: center; }