/* CSS Document */
html, body, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0 0; 
    padding: 0 0; 
    border: 0; 
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

/* html section - selectors for html code */

body {
    font-size: 100%;
    font-family: verdana, arial, sans-serif; 
    color: #ffffff;   
    background: url(../images/body_bg.jpg) top center no-repeat fixed black;

}
p {
	
	line-height: 1.35em;
}
P#nav a{
  text-align: left;
  font-family: verdana, sans-serif;
  font-size: 90%;
  color: #ffffff;
  line-height: 25px;
  text-decoration:none;
}
P#nav a:hover {
  color: #539dbc;
}

P#nav a.active {
  color: #be5028;
}
ul#menu {
  width: 100%;
  list-style-type: none;
  border-top: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  font-family: verdana, sans-serif;
  font-size: 100%;
  color: #ffffff;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 100%;
  color: #ffffff;
width: 100%;
}

ul#menu li {
  border-bottom: none;
  line-height: 25px;
  font-family: verdana, sans-serif;
  font-size: 90%;
width: 100%;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}



</style>

