/* All rules in templates MUST cascade from #thePage
   Use #tBody instead of body, except to define background-color */

#tBody
{
 padding: 20px;
 font-family: Verdana, sans-serif;
 font-size: 9px;
 color: #4F5155;
}

#tBody p, #tBody li
{
 font-size: 12px;
 color: black;
}

div#thePage
{
 width: 850px;
 margin: 0 auto;
 padding: 0px 10px 10px 10px;
}

#thePage a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
 text-decoration: none;
}

#thePage h1, #thePage h2 {
 color: #444;
 font-size: 16px;
 font-weight: bold;
 margin: 12px 0px;
 padding: 3px 0;
 border-bottom: 1px solid white;
}

#thePage h2 {
 font-size: 14px;
 margin: 5px 0px;
 padding: 2px 0;
}

#thePage div#topNav div,
#thePage div#chiNav div,
#thePage div#sibNav div
{
 padding: 12px 16px;
 font-size: 17px;
 background-color: #aea;
 float: left;
 margin: 5px;
 min-width: 110px;
 text-align: center;
}

#thePage div#chiNav div,
#thePage div#sibNav div
{
 background-color: #aae;
 font-size: 13px;
 padding: 6px 9px;
 min-width: 80px;
 margin: 4px;
}

#thePage div#topNav div a,
#thePage div#chiNav div a,
#thePage div#sibNav div a
{
 font-weight: bold;
 color: white;
}

#thePage div#topNav div:hover,
#thePage div#defContent
{
 background-color: #9d9;
}

#thePage div#chiNav div:hover,
#thePage div#sibNav div:hover
{
 background-color: #99d;
}

#thePage #defContent
{
 padding: 32px;
 padding-top: 10px;
 margin-top: 12px;
}

#thePage div#para1
{
 clear: both;
}

#thePage div#para1 cite
{
 display: block;
 margin-left: 8px;
 padding: 8px;
 border-left: 2px dotted #CCC;
 background-color: white;
}

#thePage div#defNav ul
{
 clear: both;
 margin: 12px 0px; padding:0;
}

#thePage div#defNav li
{
 display: inline;
 width: 250px;
 padding: 6px;
 background-color: #C0C0C0;
}

#thePage #main_image
{
 margin: 6px 0px;
}

#thePage div#footer
{
 padding: 4px;
 text-align: center;
}

div.app
{
 /*border-top: 2px solid white;*/
}

#thePage .left
{
 float: left;
}
#thePage .right
{
 float: right;
}
#thePage .clear
{
 clear: both;
}