﻿#secondnav a.current_item
{
    font-weight: bold;
    color: #000;
}

#secondnav a
{
    color: #666;
    font-weight: bold;
}

#pagecontent table
{
    text-align: left;
    width: 715px;
    font-size: 0.95em;
}

#pagecontent h3
{
    margin-bottom: 10px;
}

p
{
    margin-bottom: 20px;
    font-size: 0.95em;
}

.summary_contentbottom
{
    margin-top: 20px;
}
#summary_quote
{
    float: left;
    margin-top: 281px;
    border-top: 1px solid #666;
    width: 185px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#summary_quote
	{
		float: left;
		margin-top: 299px;
		border-top: 1px solid #666;
		width: 185px;
	}
}
#summary_quote blockquote
{
    color: #0081c7;
    font-size: 1.3em;
    margin-top: 10px;
}
