body {
	background-color: #60017e;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 15px;
}
a {
    color: #333;
}
p {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}
#centerContent {
    width: 650px;
    margin: 0 auto;
}
.contain:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.strong {
    font-weight: bold;
}

.copyright {
	font-family:Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.highlight {
    color: #60017E;
}

.articleLink {
    font-size: 12px;
    padding: 5px 0px;
}
.articleLink a {
    color: #60017E;
}
.articleByLine {
    color: #666;
    font-size: 11px;
    padding-left: 5px;
}

#userPanel {
    color: #FFFFFF;
    width: 150px;
    margin: 10px 10px 10px 10px;
    border: 1px solid black;
    padding: 15px;
}


#header {
    background-color: transparent;
}

#header .headerLogo {
    width: 160px;
    height: 140px;
    background-image: url(../img/logo.gif);
    float: left;
    cursor: pointer;
}
#header .headerLogo:hover {
    background-image: url(../img/twinkle_once.gif);
}

#header .headerTitle {
    width: 380px;
    height: 110px;
    float: left;
    background-image: url(../img/linen_pih_purple.jpg);
    font-family: Papyrus, Arial Narrow;
    font-size: 33px;
    line-height: 40px;
    color: #60017e;
    font-weight: bold;
    padding: 30px 0px 0px 110px;
}

#header .headerTitle span.headerSubTitle {
    font-size: 23px;
}


#footer {
    text-align: center;
}
#footer a {
    color: #cfadfa;
    font-size: 10px;
    font-style: italic;
}


#middle {
    background-image: url(../img/linen_pih_purple.jpg);
}
#middle .location {
    background-color: #60017e;
    padding-left: 160px;
    width: 490px;
    font-family: Papyrus, Arial Narrow;
    font-size: 20px;
    color: #cfadfa;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
#middle .leftNav {
    width: 160px;
    float: left;
    font-size: 13px;
    background-image: url(../img/linen_pih_purple.jpg);
}
#middle .leftNav .navHeading {
    font-weight: bold;
}
#middle .leftNav .navItems,
#middle .leftNav .practitioners,
#middle .leftNav .contact {
    margin: 20px 12px 0px 12px;
}
#middle .leftNav .navItems a,
#middle .leftNav .practitioners a,
#middle .leftNav .contact a {
    display: block;
}

#middle .contentMain {
    background-color: #fff;
    background-image: none;
    float: left;
    width: 450px;
    min-height: 450px;
    padding: 20px;
}
#middle .contentMain div.sectionHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px 0px;
}
#middle .contentMain div.event {
    margin: 0px 15px 10px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#middle .contentMain div.event .eventDate {
    font-size: 14px;
    font-weight: bold;
}
#middle .contentMain div.event .eventDateSmall {
    font-weight: bold;
    margin-right: 10px;
}
#middle .contentMain div.event .eventTitle {
    margin: 5px 0px;
    font-weight: bold;
    font-size: 13px;
}
#middle .contentMain div.event .eventTitle a {
    color: #60017E;
}
#middle .contentMain div.event .eventBody {
    border-bottom: 1px solid #60017E;
    padding-bottom: 5px;
}
#middle .contentMain div.event ul {
    list-style-type: none;
    list-style-position: outside;
    margin-top: 5px;
}

#middle .contentMain .modalities {
    float: left;
    font-size: 13px;
    width: 105px;
}
#middle .contentMain .modalities .sectionHead {
    font-size: 15px;
}
#middle .contentMain .practitioners {
    float: left;
    margin: 0px 0px 0px 25px;
    width: 320px;
}
#middle .contentMain .practitioners a {
    font-size: 15px;
}


#photoGallery {
    width: 450px;
}
#photoGallery .photo {
    width: 450px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
#photoGallery .caption {
    width: 450px;
    text-align: center;
}


#bio {
    width: 450px;
}
#bio .photo {
    float: right;
    margin: 0px 0px 20px 15px;
}
#bio ul {
    margin: 0px;
    list-style-position: outside;
}
#bio .largePhoto {
    width: 450px;
    text-align: center;
    display: block;
    clear: both;
    padding-top: 20px;
}

#contact p {
    font-size: 14px;
}
#contact .yahooImg {
    position: relative;
    top: 3px;
}

#article .intro {
    font-style: italic;
    font-size: 12px;
}
#article .sectionHead {
    padding-bottom: 7px;
}
#article p {
    font-size: 13px;
}
#article ul {
    font-size: 12px;
}
#article li {
    float: left;
    margin-top: 5px;
}
#article li div.listItem {
    position: relative;
    top: -5px;
}
#article li div.leftCol {
    float: left;
    width: 150px;
    margin-right: 15px;
}
#article li div.rightCol {
    float: right;
    width: 230px;
}
#article .subText {
    color: #999;
    font-size: 11px;
}