/* Import Advanced Styles================================================*/@import url("layout.css");@import url("styles.css");/* Basic Typography================================================*/body {  font: 62.5%/1.6 "Lucida Grande", Tahoma, "Lucida Sans Unicode", Geneva, Verdana, sans-serif;}img {  border: none;}#content p {  font-size: 1.2em;
}#content p {  margin-bottom: 1em;}

#content li {  font-size: 1.2em;
  margin-left: 2em;}

#content ul {  margin-bottom: 2em;}/* Headings================================================*/h1, h2 {  color: #334C51;  font-weight: normal;  text-transform: uppercase;}h1 {  font-size: 1.8em;  margin-bottom: 1.5em;
}h2 {  font-size: 1.4em;}h3 {  font-size: 1.2em;}/* Links================================================*/a {  font-weight: bold;  color: #334C51;  text-decoration: none;  border-bottom: 1px solid #334C51;}a[href] {  border-bottom-style: dotted;}a:hover {  color: #91AEB3;  border-bottom: 1px solid #91AEB3;}#header a {  border: none;}.more a {  color: #333;  font-weight: normal;  border: none;}.more a:hover {  color: #91AEB3;  border-bottom: 1px solid #91AEB3;}