TD.footer
{
	font-weight: bolder;
	font-size: xx-small;
	color: #000000;
	font-family: Garamond, Tahoma, Arial, Helvetica;
}

#entityTitle
{
    font-family: arial, helvetica, sans-serif;
    font-size: 3em;
    font-weight: bold;
    margin-left: 220px;
    margin-bottom: 5px;
}

/* Overrides the default behavior of the top nav bar so that the current page (tab) doesn't change
 on the hover */
#nav .currentPage
{
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

#content .rightPane
{
    width: 100%;
}

/* BEGIN Left Pane - Section links */ 
#tdSectionLinks
{
    width: 170px;
}
#sectionLinks 
{
    vertical-align: top;
    text-align: left;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 10px;
}
.linkList
{	
    background-color: cornsilk;
    float: left;
	width: 145px;
	list-style-type: none;
	color: #4e4943;
	padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
}
.linkList li
{
    height: 30px;
    vertical-align: middle;
	border-bottom: outset thin;
	padding-top: 7px;
}
.linkList li a
{
	color: #4e4943;
	text-decoration: none;
}
.linkList li a img
{
    border-style: none;
    vertical-align: middle;
    cursor: inherit;
}
.linkList li a:hover
{
	color: #cb0400;
	text-decoration:none;
    cursor: inherit;
}
/* END Left Pane - Section links */ 


/* BEGIN Content Pane - Sections */
.entitySection div
{
    border: solid thin gray;
    padding: 10px 10px 10px 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
}
.entitySection div.CensusDiv
{
    border: none;
    padding: 10px 10px 10px 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
}
.entitySection .mainTable
{
    width: 100%;
}
.entitySection .headerLeft
{
    background: url(../images/leftborder.bmp) no-repeat top right;    
    width: 2px;
}
.entitySection .headerCenter
{
    width:99%;
    background-color: #566A87;
    color: White;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}
.entitySection .headerRight
{
    background: url(../images/rightborder.bmp) no-repeat top left;
    width: 2px;
}
.entitySection .content
{
    border: solid thin gray;
    padding: 10px 10px 10px 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
}
.entitySection .content .label
{
    font-weight: normal;
    text-align: right;
}
.entitySection .content .labelColumnHeader
{
    font-weight: normal;
    text-align: center;
}
.entitySection .content .value
{
    font-weight: bold;
    text-align: left;
}
.entitySection .content .valueRight
{
    font-weight: bold;
    text-align: right;
}
.entitySection .content .valueCenter
{
    font-weight: bold;
    text-align: right;
}
.entitySection .content .valueColumn
{
    font-weight: bold;
    text-align: center;
}
/* END Content Pane - Sections */

a.pageTop
{
	font-weight: bolder;
	font-size:xx-small;
	font-family: Verdana, Garamond, Tahoma, Arial, Helvetica;
	text-align: left;
	text-decoration: none;
	vertical-align:middle;
}
img.sectionContentTop
{
	border:0;
	vertical-align:top;
}

TABLE.CensusTable
{
    font-size: 1.1em;
	font-family: Verdana, Garamond, Tahoma, Arial, Helvetica;
}

TD.CensusLabel
{
    width: 300px;
	font-weight: bold;
	text-align: left;
	background-color:Silver;
	border-width:thin;
	border-style:solid;
}

TD.CensusMainTitle
{
	font-weight: bold;
	text-align: left;
}

TD.CensusRadiusTitle
{
	font-weight: bold;
	background-color:Gray;
	text-align: center;
	padding: 0,0,0,0;		
}

TD.CensusValueTitle
{
    width: 80px;
	font-weight: bold;
    background-color:Silver;
	text-align: center;
	border-width:thin;
	border-style:solid;
}

TD.CensusValueNumber
{
	color: #000000;
	text-align:right;
	border-width:thin;
	border-style:solid;
}

TD.CensusValuePercent
{
    width: 50px;
	background-color:LightYellow;
	text-align:right;
	border-width:thin;
	border-style:solid;
}

#entityMultimedia
{
    text-align: center;
    vertical-align: top;
}
#entityMultimedia tr td
{
    border: solid thin black;
}
#entityMultimedia_DefaultImage
{
    padding: 5px 5px 5px 5px; border: solid thin black;
}
#entityMultimedia_FileListing
{
    text-align: center; border: solid thin black; vertical-align: top;
}
#entityMultimediaFileList tr.title
{
    color: White; background-color: #566A87;
}

#entityLinkImage
{
    border: none;
    text-align: center;
    vertical-align: middle;
}

.entityLink
{
    width: 100px;
    cursor: hand;    
    vertical-align: top;
}