* {margin:0; padding:0;}
 body {margin:auto; background-color:#C3D9FF; 
 font-family: Candara, Verdana, Geneva;
 font-size:0.9em;
}
#header {
  padding:10px 4px; 
  height:75px; 
  background-color:Beige;
  font: Arial, Helvetica, sans-serif;}
  background-color:Beige;
}
#header h1 {
float:left;
margin-top: 0.8em;
}

#header h1 a img{
border:0;
}

#header .title {
float: left;
margin: auto 0.2em;
font-size:3em;
font-weigth:700;
}

#topmenu {
top: 45px;
left: 240px;
width:95%;
padding:.4em .4em;
font-size:1em;
margin: 10px 0 10px 0;
line-height:normal;
height: 28px;
background:#95B9E0;
}
#topmenu ul {
margin-top: 3px;
padding:0px 0px 0px 0px;
list-style:none;
}
#topmenu li {
display:inline;
position:relative;
}
#topmenu li a, #topmenu li h2 {
padding: .2em 11px;
text-decoration:none;
border-right: 1px solid white;
font-size:1em;
line-height:normal;
color:blue;
display:inline;
font-weight:normal;
}

#topmenu li a:hover, #topmenu h2:hover {
background: #C3D9FF; 
text-decoration: underline;
}

/*#topmenu li a:visited {
text-decoration: none;
font-weight: 400;
}*/

#topmenu ul ul {
position: absolute;
left:0;
top:1.2em;
border: 1px solid;
background:#95B9E0;
z-index:2;
}
#topmenu ul ul li {
display:block;
position:relative;
width:8em;
margin-top:0.3em;
}
#topmenu ul ul li a {
padding: 0;
text-decoration:none;
font-size:1em;
line-height:normal;
background:0;
color:blue;
border-right: 0;
padding:0 0.1em;
}

#topmenu ul ul li a:hover {
text-decoration:underline;
}
div#topmenu ul ul
{display: none;}

div#topmenu ul li:hover ul
{display: block;}

#breadcrumbs {
   font: 0.8em Arial, Helvetica, sans-serif;
   border:solid 1px #cacaca;
   width:95%;
   margin:0px;
   padding:0px;
}
#breadcrumbs ul {
    list-style:none;
}
#breadcrumbs ul li {
    display:inline;
    margin: 0em 0em;
    horizontal-align: right;
    padding: .4em 0.1em;
    line-height:2.0;
}

#header h1 {
float:left;
margin: 0.2em 1em;
}

#header p {
float:left;
margin-top: 0.5em;
}

#wrapper { width:95%; margin:10px auto;
}

.content {
}

.content ul { list-style-type: disc; padding-left: 2.0em; padding-bottom: 1.0em; }

.content ol {
list-style-type: disc; padding-left: 2.0em; padding-bottom: 1.0em;}

.content p {
padding-bottom: 1em;
}

.content h1 {
  font-size: 1.3em;
  padding:5px 0 5px 0;
}

.table2 {
  padding-bottom: 0.4em;
}

.table2 td {
  padding: 0em 0.3em;
}

.links {
    list-style:none;  
    padding: 0.2em; 0.1em;
}