/* ----- CSS ----- */

body{
font: 11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
text-align: center;
}

h1 {
  width: 100%;
  text-align: center;
}

h2 {
  padding-bottom: 5px;
  border-bottom: 3px #A02C2C solid;
}

ul {
	padding-bottom: 5px;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
}


/* ----- IDS ----- */


#container{
margin-left:25px;
}

#navigation{
  display:none;
}

#primaryContent{
padding: 10px;
text-align: left;
}

#footer{
}
#license {
}

a{
font-family: "trebuchet MS";
color: #000;
text-decoration: none;
/*border-bottom:;*/
}
a:visited, a:active, a:focus{
color: #000;
text-decoration: none;
/*
color:;
background-color:;
border-bottom:;
*/
}
a:hover{
color:green;
text-decoration: underline;
/*background-color:;
border-bottom:;*/
}



