/*  1.0  General
 ----------------------------------------------------------------------------------------- */
body {
color: #222;
font-family: "Palatino Linotype", Georgia, Times, serif;
line-height: 1.4em;
}
#wrapper {
width: 90%;
margin: 1% 5%;
position: relative;
}
/* Display None */
.hide, #breadcrumb, #main-nav, #subnav, #designedby, #footer, #right form {
display: none;
}
#logo {
font-size: 14pt;
border-bottom: 1px solid #444;
width: 90%;
position: absolute;
top: 0px;
left: 0px
}

/*  2.0  Typography
 ----------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
font-family: helvetica, arial, sans-serif;
}
h1 {
font-size: 18pt;
padding: 65px 0 14px 0;
margin: 0;
}
h2 {
font-size: 14pt;
margin: 24px 0 8px 0;
}
h3, h4, h5 {
font-size: 14pt;
margin: 19px 0 6px 0;
}
p {
font-size: 12pt;
margin: 2px 15% 10px 0;
line-height: 16pt;
}
a {
color: #222;
text-decoration: none;
}
ul {
margin: 9px 15% 14px 28px;
list-style-type: circle;
}
ul li {
line-height: 16pt;
margin-bottom: .3em;
padding: 0;
}

#profiles img {
float: left;
}
blockquote {
margin: 20px 15% 14px 26px;
}
blockquote p {
margin: 0;
}
p.author {
font-style: italic;
padding-top: 3px;
}