.BlogTitle
{
	font-size: xx-large;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.BlogDate
{
    color: Gray;
}

.BlogAuthor
{
	color: Gray;
	font-style: italic;
}

.BlogText
{
	color: Black;
	vertical-align: top;
}
.BlogLink
{
	color: #11578b;
	text-decoration: none;
	font-family:Sans-Serif;
	font-size:small;
}

.PageHeader   
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    bold;
}
.h2Left
{
	background-image:url(images/ssc/background_h2.jpg); 
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
}
.h2Right 
{
	background-image:url(images/ssc/background_h2.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	width:4px; 
	height:30px;
}
.h3Left
{
	background:#11578b;
	background-image:url(images/ssc/background_h2.jpg); 
	background-position:left top;
	height:20px;
}
.h3Right 
{
	background:#11578b;
	background-image:url(images/ssc/background_h2.jpg);
	background-position:right top;
	width:4px; 
	height:20px;
}

.Bold
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 16px;
    font-weight: bold
}

.TableHeader
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold
}

.TableBody
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.Small
{
    font-family: Tahoma, Helvetica, Arial;
    font-size: 11px;
}

.Title
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 3;
    font-weight: bold
}

.SubTitle
{
    font-family: Verdana, Arial, Helvetica;
    font-size: small;
    font-weight: bold
}

.SubTitleB
{
    font-family: Verdana, Arial, Helvetica;
    font-size: small;
    font-weight: bold;
    color:White;
}

.Normal
{
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
}
.navTable
{
	border-width: 0px;
	font: bold 11px Verdana, Arial, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	max-height: 50px;
}
.navRow
{
	border-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.navCell
{
  background: #eeeeff;  
  border: 1px solid #9999AA;
  margin-left: 0px;
  margin-right: 0px;
  padding: 3px 6px;
  text-decoration: none
}

.navSelectedCell
{
  border: 1px solid #9999AA;
  background: #ffffff; /* set to the same color as the page background */
  border-bottom: 1px solid #ffffff; /* set line to same color as tab */
  margin-left: 1px;
  padding: 3px 6px;
  text-decoration: none
}
.navFill
{
  background: #ffffff;  
  border-bottom : 1px solid #9999AA;
  width: 15px;
}
.navFillEnd
{
  background: #ffffff;  
  border-bottom: 1px solid #9999AA;
}

.link
{
	color: #11578b;
	text-decoration: none;
}
.linkBold
{
	color: #11578b;
	text-decoration: none;
    font-weight: bold;
}
.headerCell
{
	border:1px solid #9999AA;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.headerCellNoBottom
{
	border:1px solid #9999AA;
    border-bottom-width:0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.standardCell
{
	border:1px solid #9999AA;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.standardCellNoBottom
{
	border:1px solid #9999AA;
    border-bottom-width:0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.standardCellNoLeft
{
	border:1px solid #9999AA;
    border-left-width:0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.standardCellNoBottomNoLeft
{
	border:1px solid #9999AA;
    border-bottom-width:0;
    border-left-width:0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.formPrompt
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.formItem
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

