 h1 
{
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #d00000;
}

h2 
{
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

h3
 {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

p 
{
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

li 
{
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}


#container {
    margin: 0 auto 0 0;
    width: 100%;
    background-position: left top;
    background-color: #ffffff;
}



/* Begin Menu */

#main_nav_container {
    overflow: hidden;
    float: left;
    background: #000000;
	color: #ffffff;
    margin-top: 1px;
    padding: 0 0 0 5px;
    width: 100%;
}

#main_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 1px;
    background-repeat: no-repeat;
    background-position: left top;
}

#main_nav_list li {
    float: left;
    padding: 0;
    padding-right: 2px;
    background-repeat: no-repeat;
    background-position: right top;
}

#main_nav_list a {
    overflow: hidden;
    float: left;
    text-align: left;
    height: 20px;
    line-height: 16px;
    width: 90px;
    padding: 6px 0 0 10px;
    display: block;
    
}



#main_nav_list a.main_nav_active_item {
  background: #000000;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #a0a0a0;
}

#main_nav_list a.main_nav_item {
  background: #000000;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}

#main_nav_list a.main_nav_item:hover {
  background: #ffffff;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #d00000;
}

