body {
margin: 0;
padding: 0;
font-family: Optima, "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
font-size: 14px;
}

p {
}

#content {
margin: 0 auto;
padding: 0;
width: 720px;
text-align: left;
height: 100%;
overflow: hidden;
}


#navigation {
margin: 0 auto;
padding: 0;
display: inline;
}

#navigation ul {
border-top: #bbb solid 1px;
line-height: 1.5;
background:  #ccc;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e0e0e0), color-stop(0.7, #bbb), color-stop(1.0, #999));
margin: 0 auto;
padding: 0;
list-style-type: none;
text-align: left;
}

#navigation a {
color: black;
}

#navigation a:hover {
color: white;
}


#navigation li {
display: inline;
font-size: 16px;
margin-left: 15px;
padding-right: 5px;
}

/* Basic XHTML styling */

h1, h2, h3 {
margin: 0px;
color: #0860a8;
}

h1 {
text-align: left;
text-decoration: bolder;
font-family: "Helvetica";
font-size: 34px;
}

h2 {
margin: 8px 0 10px 0px;
padding: 0;
text-decoration: bold;
font-family: "Helvetica";
font-size: 22px;
}

h3 {
line-height: 120%;
margin: 15px 0 0 20px;
}

h4 {
color: #2C355C;
font-size: 13px;
font-weight: bold;
}

a, a:link, a:visited {
color: #0860a8;
/* color: red; */
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: none;
}

a img {
max-width: 400px;
border: none;
padding: 1px;
}

/* Header Styling */

#header {
width: 720px;
margin: 0px auto 0;
margin-bottom: 20px;
/*	background-color: #e0e0e0; */
	-webkit-box-shadow: 0px 0px 8px #888;
}

#masthead {
padding-left: 20px;
padding-top: 15px;
text-align: left;
background: #e0e0e0 url(../style/img/plesslweb-logo-transp.png) no-repeat;
background-position: bottom right;
height: 70px;
}

#masthead h1, h2 {
  color: black;
}

#masthead h1 {
  font-size: 20px;
}

#masthead h2 {
  font-size: 14px;
}

/* Footer Styling */

#footer {
width: 720px;
clear: both;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 0px;
padding: 5px 10px 0 10px;
}

#footerlinks {
float: left;
color: #878787;
}

#footercredits {
float: right;
color: #878787;
}


#footer a:link, #footer a:hover, #footer a:visited {
color: #4e4e4e;
text-decoration: none;
}

#footer a:hover {
color: #000000;
text-decoration: none;
}

pre {
overflow: auto;
background-color: #f0f0f0;
border: 1px solid #cccbba;
font-family: "Courier New", Courier, mono;
}

kbd, code {
color: #000000;
width: 100%;
font-family: "Courier New", Courier, mono;
}

#taglist {
padding: 2px 0 2px 20px;
background: url(../style/img/tag.png) no-repeat left center;
display: inline;
list-style: none;
}

#taglist li {
display: inline;
}

#taglist li:after {
content: " \2022 ";
}

#taglist li:last-child:after {
content: ""
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.article-style {
margin-top: 20px;
margin-bottom: 10px;
line-height: 1.5;
font-size: 14px;
}
